IShadow
ShadowPrespectiveType Property
|
Gets or sets the shadow prespective presets.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
XLSXChartPrespectiveType ShadowPrespectiveType { get; set; }
Property ShadowPrespectiveType As XLSXChartPrespectiveType
Get
Set
property XLSXChartPrespectiveType ShadowPrespectiveType {
XLSXChartPrespectiveType get ();
void set (XLSXChartPrespectiveType value);
}
abstract ShadowPrespectiveType : XLSXChartPrespectiveType with get, set
Property Value
Type:
XLSXChartPrespectiveType
The shadow prespective presets.
See Also