UIImage.AccessibilityValue 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 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.