AccessibilityRecord.ContentDescription Property

Definition

Gets the description of the source. -or- Sets the description of the source.

public string? ContentDescription { get; set; }
member this.ContentDescription : string with get, set

Property Value

The description of the source.

Remarks

Property getter documentation:

Gets the description of the source.

Java documentation for android.view.accessibility.AccessibilityRecord.getContentDescription().

Property setter documentation:

Sets the description of the source.

Java documentation for android.view.accessibility.AccessibilityRecord.setContentDescription(java.lang.CharSequence).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to