Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DirectionalLight Class / DirectionX Property


In This Topic
DirectionX Property
In This Topic
Gets or sets the x coordinate of the direction of the light.
Syntax
'Declaration
 
Public Property DirectionX As Single
 
'Usage
 
Dim instance As DirectionalLight
Dim value As Single
 
instance.DirectionX = value
 
value = instance.DirectionX
See Also