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