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


In This Topic
    DirectionZ Property
    In This Topic
    Gets or sets the z coordinate of the direction of the light.
    Syntax
    'Declaration
     
    
    Public Property DirectionZ As Single
    'Usage
     
    
    Dim instance As DirectionalLight
    Dim value As Single
     
    instance.DirectionZ = value
     
    value = instance.DirectionZ
    public float DirectionZ {get; set;}
    Example
    This example sets the DirectionZ property.
    See Also