Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.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