Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DirectionalLight Class / SpecularColor Property


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