FlexLayout.Direction 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 flex direction for child elements within this layout.
public:
property Microsoft::Maui::Layouts::FlexDirection Direction { Microsoft::Maui::Layouts::FlexDirection get(); void set(Microsoft::Maui::Layouts::FlexDirection value); };
public Microsoft.Maui.Layouts.FlexDirection Direction { get; set; }
member this.Direction : Microsoft.Maui.Layouts.FlexDirection with get, set
Public Property Direction As FlexDirection
Property Value
The flex direction for child elements within this layout.
Remarks
The following image shows the options for Direction with JustifyContent set to Start and AlignItems set to Stretch:
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.