IGlow
Transparency Property
|
Gets or sets the transparency of glow.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
int Transparency { get; set; }
Property Transparency As Integer
Get
Set
property int Transparency {
int get ();
void set (int value);
}
abstract Transparency : int with get, set
Property Value
Type:
Int32
The transparency.
See Also