Share via


Device.FlowDirection Property

Definition

Caution

Use Microsoft.Maui.ApplicationModel.AppInfo.RequestedLayoutDirection instead.

Gets the flow direction on the device.

public:
 static property Microsoft::Maui::FlowDirection FlowDirection { Microsoft::Maui::FlowDirection get(); };
[System.Obsolete("Use Microsoft.Maui.ApplicationModel.AppInfo.RequestedLayoutDirection instead.")]
public static Microsoft.Maui.FlowDirection FlowDirection { get; }
[<System.Obsolete("Use Microsoft.Maui.ApplicationModel.AppInfo.RequestedLayoutDirection instead.")>]
static member FlowDirection : Microsoft.Maui.FlowDirection
Public Shared ReadOnly Property FlowDirection As FlowDirection

Property Value

The flow direction on the device. See Remarks.

Attributes

Remarks

The following contains a few important points about flow direction from The default value of All

Applies to