Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Expander Class / DisabledBrush Property

In This Topic
    DisabledBrush Property (C1Expander)
    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