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