UIView.SemanticContentAttribute Property
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.
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