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