Compartilhar via


ListViewItemPresenter.CheckBoxPointerOverBrush Propriedade

Definição

Obtém ou define o pincel usado para renderizar a caixa de marcar quando o ponteiro estiver sobre ele.

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

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

Valor da propriedade

O pincel usado para renderizar a caixa marcar quando o ponteiro estiver sobre ele.

Aplica-se a