Grid.BorderThickness Property

Definition

Gets or sets the border thickness of the panel.

C#
public Thickness BorderThickness { get; set; }
XAML
<Grid BorderThickness="uniform"/>
- or -
<Grid BorderThickness="left&right,top&bottom"/>
- or -
<Grid BorderThickness="left,top,right,bottom"/>

Property Value

The border thickness of the panel, as a Thickness value.

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6