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

In This Topic
    BackBrushProvider Property (DynamicStyle)
    In This Topic
    Gets or sets the brush provider used to render the element background.
    Syntax
    'Declaration
     
    Public Property BackBrushProvider As IBrushProvider
    public IBrushProvider BackBrushProvider {get; set;}
    See Also