InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / DynamicStyle Class / BorderTop Property

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