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


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