UIAccessibilityElement.AccessibilityLabel 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.
Short, concise descriptive label set for identification.
public virtual string AccessibilityLabel { [Foundation.Export("accessibilityLabel", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setAccessibilityLabel:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.AccessibilityLabel : string with get, set
Property Value
A terse descriptive label.
This value can be null
.
- Attributes
Remarks
Briefly describes the accessibility element in terms of function, without describing type of control or view.