1 implementation of RequestedLayoutDirection
Microsoft.Maui.Essentials (1)
AppInfo\AppInfo.netstandard.cs (1)
22
public LayoutDirection
RequestedLayoutDirection
=> LayoutDirection.Unknown;
2 references to RequestedLayoutDirection
Microsoft.Maui.Controls (1)
Window\Window.cs (1)
597
var flowDirection = AppInfo.Current.
RequestedLayoutDirection
.ToFlowDirection();
Microsoft.Maui.Essentials (1)
AppInfo\AppInfo.shared.cs (1)
111
public static LayoutDirection RequestedLayoutDirection => Current.
RequestedLayoutDirection
;