UIView.SemanticContentAttribute Property

Definition

Specifies whether the UIView should maintain its layout or flip when used with a right-to-left layout.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UISemanticContentAttribute SemanticContentAttribute { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("semanticContentAttribute", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setSemanticContentAttribute:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.SemanticContentAttribute : UIKit.UISemanticContentAttribute with get, set

Property Value

Attributes

Applies to