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