TextSnapshot.SelectionStart Property

Definition

public int SelectionStart { [Android.Runtime.Register("getSelectionStart", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getSelectionStart", "()I", "", ApiSince=33)>]
member this.SelectionStart : int

Property Value

The start index of the selection range. -1 if it is not available.

Attributes

Remarks

Java documentation for android.view.inputmethod.TextSnapshot.getSelectionStart().

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