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