WPF Layout Controls | ComponentOne
C1.WPF.Accordion Namespace / C1Expander Class / DisabledBrush Property

In This Topic
    DisabledBrush Property
    In This Topic
    Gets or sets the System.Windows.Media.Brush used to highlight the control when is disabled.
    Syntax
    'Declaration
     
    
    Public Property DisabledBrush As Brush
    public Brush DisabledBrush {get; set;}
    See Also