Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Light Class / AmbientColor Property


In This Topic
    AmbientColor Property (Light)
    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