Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PositionalLight Class / PositionX Property
Example


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;}
    Example
    This example sets the PositionX property.
    See Also