FieldPosition.BeginIndex Property

Definition

Retrieves the index of the first character in the requested field.

public virtual int BeginIndex { [Android.Runtime.Register("getBeginIndex", "()I", "GetGetBeginIndexHandler")] get; [Android.Runtime.Register("setBeginIndex", "(I)V", "GetSetBeginIndex_IHandler")] set; }
[<get: Android.Runtime.Register("getBeginIndex", "()I", "GetGetBeginIndexHandler")>]
[<set: Android.Runtime.Register("setBeginIndex", "(I)V", "GetSetBeginIndex_IHandler")>]
member this.BeginIndex : int with get, set

Property Value

the begin index

Attributes

Remarks

Retrieves the index of the first character in the requested field.

Java documentation for java.text.FieldPosition.getBeginIndex().

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