Share via


ListViewItemPresenter.PointerOverBorderBrush Property

Definition

Gets or sets the brush used to render the border of the list view item when the pointer is over it.

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

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

Property Value

The brush used to render the border of the list view item when the pointer is over it.

Applies to