Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PositionalLight Class / PositionY Property


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