ListViewItemPresenter.CheckBoxDisabledBorderBrush Property

Definition

Gets or sets the brush used to render the border of the check box when it's disabled.

public:
 property Brush ^ CheckBoxDisabledBorderBrush { Brush ^ get(); void set(Brush ^ value); };
Brush CheckBoxDisabledBorderBrush();

void CheckBoxDisabledBorderBrush(Brush value);
public Brush CheckBoxDisabledBorderBrush { get; set; }
var brush = listViewItemPresenter.checkBoxDisabledBorderBrush;
listViewItemPresenter.checkBoxDisabledBorderBrush = brush;
Public Property CheckBoxDisabledBorderBrush As Brush

Property Value

The brush used to render the border of the check box when it's disabled.

Applies to