Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public XLSXChartPrespectiveType ShadowPrespectiveType { get; set; }
Public Property ShadowPrespectiveType As XLSXChartPrespectiveType
	Get
	Set
public:
virtual property XLSXChartPrespectiveType ShadowPrespectiveType {
	XLSXChartPrespectiveType get () sealed;
	void set (XLSXChartPrespectiveType value) sealed;
}
abstract ShadowPrespectiveType : XLSXChartPrespectiveType with get, set
override ShadowPrespectiveType : XLSXChartPrespectiveType with get, set

Property Value

XLSXChartPrespectiveType

Implements

IShadow..::..ShadowPrespectiveType

See Also