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