WrapPanel.Padding 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 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.