Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SolidLine Class / Color Property


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