ListViewItemPresenter.CheckBoxPressedBorderBrush Property

Definition

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

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

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

Property Value

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

Applies to