InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Style Class / BorderBrush Property

In This Topic
    BorderBrush Property (Style)
    In This Topic
    Gets or sets the brush used to paint the borders around the element.
    Syntax
    'Declaration
     
    Public Property BorderBrush As Brush
    public Brush BorderBrush {get; set;}
    See Also