Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / Light Class / AmbientColor Property


In This Topic
    AmbientColor Property
    In This Topic
    Gets or sets the ambient color of the light.
    Syntax
    'Declaration
     
    Public Property AmbientColor As Color
    'Usage
     
    Dim instance As Light
    Dim value As Color
     
    instance.AmbientColor = value
     
    value = instance.AmbientColor
    public Color AmbientColor {get; set;}
    See Also