Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / StateElementStyle Class / BorderColor Property

In This Topic
    BorderColor Property (StateElementStyle)
    In This Topic
    Gets or sets the System.Drawing.Color used to draw the border around the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property BorderColor As Color
    public virtual Color BorderColor {get; set;}
    See Also