[]
Gets or sets a brush that describes the foreground of a control when it is disabled.
public Brush DisabledForeground { get; set; }
Public Property DisabledForeground As Brush
Type | Description |
---|---|
Brush | The brush that is used to fill the foreground of the control when it is disabled. |