DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter.Styles Namespace / BasePropStyle Class / BorderColor Property

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