UIImage.AccessibilityNavigationStyle Property

Definition

Gets or sets the navigation style.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIAccessibilityNavigationStyle AccessibilityNavigationStyle { [Foundation.Export("accessibilityNavigationStyle")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAccessibilityNavigationStyle:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AccessibilityNavigationStyle : UIKit.UIAccessibilityNavigationStyle with get, set

Property Value

UIAccessibilityNavigationStyle

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to