InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / DynamicStyle Class / BorderLeft Property

In This Topic
    BorderLeft Property (DynamicStyle)
    In This Topic
    Gets or sets the System.Drawing.Brush used to paint the left edge of the border.
    Syntax
    'Declaration
     
    Public Property BorderLeft As Brush
    public Brush BorderLeft {get; set;}
    See Also