Freigeben über


UITraitEnvironmentLayoutDirection Enumeration

Definition

Listet Layoutrichtungen auf.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITraitEnvironmentLayoutDirection
type UITraitEnvironmentLayoutDirection = 
Vererbung
UITraitEnvironmentLayoutDirection
Attribute

Felder

LeftToRight 0

Das Layout erfolgt von links nach rechts.

RightToLeft 1

Das Layout erfolgt von rechts nach links.

Unspecified -1

Die Layoutrichtung ist unbekannt.

Gilt für: