編集

次の方法で共有


StaggeredPanel.Padding Property

Definition

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

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

Property Value

Microsoft.UI.Xaml.Thickness

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