Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SolidFill Class / Color Property


In This Topic
    Color Property (SolidFill)
    In This Topic
    Gets the color of this fill.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Color As Color
    'Usage
     
    
    Dim instance As SolidFill
    Dim value As Color
     
    value = instance.Color
    public Color Color {get;}
    See Also