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