[This documentation is preliminary and is subject to change.]
Gets or sets the padding inside a control.
Syntax
<control Padding="uniform"/> - or - <control Padding="left&right,top&bottom"/> - or - <control Padding="left,top,right,bottom"/>
XAML Values
- uniform
-
A numeric value that specifies a uniform Thickness. The uniform value is applied to all four Thickness values (Left, Top, Right, Bottom).
- left&right
-
A numeric value that specifies the Left and Right values of a symmetrical Thickness.
- top+bottom
-
A numeric value that specifies the Top and Bottom values of a symmetrical Thickness.
- left right top bottom
-
Numeric values that specify the four possible dimension values of a Thickness structure (Left, Top, Right, Bottom).
Property value
Type: Thickness
The amount of space between the content of a Control and its Margin or Border. The default is a Thickness with values of 0 on all four sides.
Requirements
|
Minimum supported client | Windows 8 Release Preview |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 5/22/2012
