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