UIAccessibilityElement.AccessibilityLabel Property

Definition

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.

Applies to