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