編集

次の方法で共有


WrapLayout.Orientation Property

Definition

Gets or sets the orientation of the WrapLayout. Horizontal means that child controls will be added horizontally until the width of the panel is reached, then a new row is added to add new child controls. Vertical means that children will be added vertically until the height of the panel is reached, then a new column is added.

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

Property Value

Microsoft.UI.Xaml.Controls.Orientation

Applies to