ListViewItemPresenter.SelectedPressedBorderBrush Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the brush used to render the border of a selected list view item when it's pressed.
public:
property Brush ^ SelectedPressedBorderBrush { Brush ^ get(); void set(Brush ^ value); };
Brush SelectedPressedBorderBrush();
void SelectedPressedBorderBrush(Brush value);
public Brush SelectedPressedBorderBrush { get; set; }
var brush = listViewItemPresenter.selectedPressedBorderBrush;
listViewItemPresenter.selectedPressedBorderBrush = brush;
Public Property SelectedPressedBorderBrush As Brush
Property Value
The brush used to render the border of a selected list view item when it's pressed.