UIAccessibilityElement.AccessibilityValue Property

Definition

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.

Applies to