Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public LightingDirectionType Direction { get; set; }
Public Property Direction As LightingDirectionType
	Get
	Set
public:
property LightingDirectionType Direction {
	LightingDirectionType get ();
	void set (LightingDirectionType value);
}
member Direction : LightingDirectionType with get, set

Property Value

LightingDirectionType

See Also