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 double LightingAngle { get; set; }
Public Property LightingAngle As Double
	Get
	Set
public:
virtual property double LightingAngle {
	double get () sealed;
	void set (double value) sealed;
}
abstract LightingAngle : float with get, set
override LightingAngle : float with get, set

Property Value

Double

Implements

IFormat3D..::..LightingAngle

See Also