InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / BackgroundBrushProvider Class / Brush Property

In This Topic
    Brush Property (BackgroundBrushProvider)
    In This Topic
    Gets or sets a BackgroundBrushProvider.Brush object that may be something other than a System.Drawing.SolidBrush.
    Syntax
    'Declaration
     
    Public Property Brush As Brush
    public Brush Brush {get; set;}
    See Also