ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / DynamicStyle Class / BorderBrush Property

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