Spread Windows Forms 15.0
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
    public float PositionZ {get; set;}
    See Also