UIUserInterfaceLayoutDirection Enum
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.
An enumeration of values specifying the layout direction of the UI.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserInterfaceLayoutDirection
type UIUserInterfaceLayoutDirection =
- Inheritance
-
UIUserInterfaceLayoutDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
LeftToRight | 0 | Indicates a left-to-right layout. |
RightToLeft | 1 | Layout direction flows right to left. Used most commonly in localizations such as Arabic or Hebrew. |