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