Share via


FlexLayout.Wrap Property

Definition

Gets or sets a value that controls whether and how child elements within this layout wrap.

public:
 property Microsoft::Maui::Layouts::FlexWrap Wrap { Microsoft::Maui::Layouts::FlexWrap get(); void set(Microsoft::Maui::Layouts::FlexWrap value); };
public Microsoft.Maui.Layouts.FlexWrap Wrap { get; set; }
member this.Wrap : Microsoft.Maui.Layouts.FlexWrap with get, set
Public Property Wrap As FlexWrap

Property Value

A value that controls whether and how child elements within this layout wrap.

Applies to