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

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