XlsChartDropBar
HasShadow Property
|
Gets a value indicating whether this instance has shadow properties.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasShadow { get; }
Public ReadOnly Property HasShadow As Boolean
Get
public:
virtual property bool HasShadow {
bool get () sealed;
}
abstract HasShadow : bool with get
override HasShadow : bool with get
Property Value
Type:
Boolean
true
if this instance has shadow properties; otherwise,
false
.
Implements
IChartFillBorder
HasShadow
See Also