Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DirectionalLight Class / DirectionZ Property


In This Topic
    DirectionZ Property
    In This Topic
    Gets or sets the z coordinate of the direction of the light.
    Syntax
    'Declaration
     
    
    Public Property DirectionZ As Single
    'Usage
     
    
    Dim instance As DirectionalLight
    Dim value As Single
     
    instance.DirectionZ = value
     
    value = instance.DirectionZ
    public float DirectionZ {get; set;}
    See Also