Edit

Share via


DockPanel.Padding Property

Definition

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

public Windows.UI.Xaml.Thickness Padding { get; set; }
member this.Padding : Windows.UI.Xaml.Thickness with get, set
Public Property Padding As Thickness

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.

Applies to