Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DirectionalLight Class / DirectionY Property


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