IShapeFill
Transparency Property
|
Returns the transparency level of the specified Solid color shaded XlsFill as a floating-point
value from 0.0 (Clear) through 1.0(Opaque)
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
double Transparency { get; set; }
Property Transparency As Double
Get
Set
property double Transparency {
double get ();
void set (double value);
}
abstract Transparency : float with get, set
Property Value
Type:
Double
See Also