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


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