Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / DirectionalLight Class / DirectionX Property
Example


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