GridViewItemPresenter.SelectedBorderThickness Property

Definition

Gets or sets the thickness of the border around an item that's selected.

public:
 property Thickness SelectedBorderThickness { Thickness get(); void set(Thickness value); };
Thickness SelectedBorderThickness();

void SelectedBorderThickness(Thickness value);
public Thickness SelectedBorderThickness { get; set; }
var thickness = gridViewItemPresenter.selectedBorderThickness;
gridViewItemPresenter.selectedBorderThickness = thickness;
Public Property SelectedBorderThickness As Thickness
<gridViewItemPresenter SelectedBorderThickness="uniform"/>
- or -
<gridViewItemPresenter SelectedBorderThickness="left&right,top&bottom"/>
- or -
<gridViewItemPresenter SelectedBorderThickness="left,top,right,bottom"/>

Property Value

The thickness of the border around an item that's selected, as a Thickness value.

Applies to