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


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