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


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