Freigeben über


UIView.GetUserInterfaceLayoutDirection Methode

Definition

Überlädt

GetUserInterfaceLayoutDirection(UISemanticContentAttribute, UIUserInterfaceLayoutDirection)

Gibt die Layoutrichtung für das angegebene semantische Attribut relativ zur angegebenen Layoutrichtung zurück.

GetUserInterfaceLayoutDirection(UISemanticContentAttribute)

Gibt die Layoutrichtung für die angegebene attributezurück.

GetUserInterfaceLayoutDirection(UISemanticContentAttribute, UIUserInterfaceLayoutDirection)

Gibt die Layoutrichtung für das angegebene semantische Attribut relativ zur angegebenen Layoutrichtung zurück.

[Foundation.Export("userInterfaceLayoutDirectionForSemanticContentAttribute:relativeToLayoutDirection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIUserInterfaceLayoutDirection GetUserInterfaceLayoutDirection (UIKit.UISemanticContentAttribute semanticContentAttribute, UIKit.UIUserInterfaceLayoutDirection layoutDirection);
static member GetUserInterfaceLayoutDirection : UIKit.UISemanticContentAttribute * UIKit.UIUserInterfaceLayoutDirection -> UIKit.UIUserInterfaceLayoutDirection

Parameter

semanticContentAttribute
UISemanticContentAttribute

Gibt zurück

Attribute

Gilt für:

GetUserInterfaceLayoutDirection(UISemanticContentAttribute)

Gibt die Layoutrichtung für die angegebene attributezurück.

[Foundation.Export("userInterfaceLayoutDirectionForSemanticContentAttribute:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIUserInterfaceLayoutDirection GetUserInterfaceLayoutDirection (UIKit.UISemanticContentAttribute attribute);
static member GetUserInterfaceLayoutDirection : UIKit.UISemanticContentAttribute -> UIKit.UIUserInterfaceLayoutDirection

Parameter

Gibt zurück

Attribute

Gilt für: