UIImage.AccessibilityValue Property

Definition

Specifies a localized string that contains the value of this IUIAccessibilityIdentification element.

public virtual string AccessibilityValue { [Foundation.Export("accessibilityValue", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setAccessibilityValue:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.AccessibilityValue : string with get, set

Property Value

If the UIImage has a label, returns a string that contains the value of this IUIAccessibilityIdentification element..

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to