| File: Primitives\FlowDirection.cs | Web Access |
| Project: src\src\Core\src\Core.csproj (Microsoft.Maui) |
using System.ComponentModel; namespace Microsoft.Maui { /// <include file="../../docs/Microsoft.Maui/FlowDirection.xml" path="Type[@FullName='Microsoft.Maui.FlowDirection']/Docs/*" /> public enum FlowDirection { /// <include file="../../docs/Microsoft.Maui/FlowDirection.xml" path="//Member[@MemberName='MatchParent']/Docs/*" /> MatchParent = 0, /// <include file="../../docs/Microsoft.Maui/FlowDirection.xml" path="//Member[@MemberName='LeftToRight']/Docs/*" /> LeftToRight = 1, /// <include file="../../docs/Microsoft.Maui/FlowDirection.xml" path="//Member[@MemberName='RightToLeft']/Docs/*" /> RightToLeft = 2, } }