XlsChartGridLine
HasShadow Property
|
This property indicates whether the shadow object has been created
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:
property bool HasShadow {
bool get ();
}
member HasShadow : bool with get
Property Value
Type:
Boolean
See Also