Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PositionalLight Class / PositionZ Property


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