ChartShadow
HasCustomStyle Property
 | 
Gets or sets a value indicating whether this instance has custom shadow style.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool HasCustomStyle { get; set; }
 
Public Property HasCustomStyle As Boolean
	Get
	Set
 
public:
virtual property bool HasCustomStyle {
	bool get () sealed;
	void set (bool value) sealed;
}
 
abstract HasCustomStyle : bool with get, set
override HasCustomStyle : bool with get, set
 
 
 
Property Value
Type:
Boolean
true
if this instance has custom shadow style; otherwise,
false
.
Implements
IShadow
HasCustomStyle
 
See Also