Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PlotArea Class / GlobalAmbientLight Property


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