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


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