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