AccessibilityRecord.BeforeText Property

Definition

Gets the text before a change. -or- Sets the text before a change.

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

Property Value

The text before a change.

Remarks

Property getter documentation:

Gets the text before a change.

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

Property setter documentation:

Sets the text before a change.

Java documentation for android.view.accessibility.AccessibilityRecord.setBeforeText(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