Device.FlowDirection 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.
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