DisabledBrush Property (C1ExpanderButton)
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