UIAccessibilityElement.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.
The present value for this accessibility element.
public virtual string AccessibilityValue { [Foundation.Export("accessibilityValue", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setAccessibilityValue:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.AccessibilityValue : string with get, set
Property Value
Localized string designating the present value for this element.
This value can be null
.
- Attributes
Remarks
Employ this value property only when the accessibility element can possess a value not represented by its label.