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


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;}
    Example

    This example sets the DirectionY property.

    See Also