GridViewItemPresenter.SelectedBorderThickness 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 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.