UIUserInterfaceLayoutDirection 枚举

定义

指定 UI 布局方向的值的枚举。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserInterfaceLayoutDirection
type UIUserInterfaceLayoutDirection = 
继承
UIUserInterfaceLayoutDirection
属性

字段

LeftToRight 0

指示从左到右的布局。

RightToLeft 1

布局方向从右向左流动。 最常用于本地化,例如阿拉伯语或希伯来语。

适用于