InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Style Class / BackBrush Property

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