Grid.Padding Property

Definition

Gets or sets the distance between the border and its child object.

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

Property Value

The dimensions of the space between the border and its child as a Thickness value. Thickness is a structure that stores dimension values using pixel measures.

Remarks

A related property is Margin (a property of FrameworkElement). For more info about the relationship between margin and padding, see Alignment, margin, and padding or Define layouts with XAML.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6