CursorAnchorInfo.InsertionMarkerBottom Property

Definition

Returns the vertical bottom position of the insertion marker, in the local coordinates that will be transformed with #getMatrix() when rendered on the screen.

public float InsertionMarkerBottom { [Android.Runtime.Register("getInsertionMarkerBottom", "()F", "")] get; }
[<get: Android.Runtime.Register("getInsertionMarkerBottom", "()F", "")>]
member this.InsertionMarkerBottom : single

Property Value

y coordinate that is compatible with Layout#getLineBottom(int). java.lang.Float.NaN if not specified.

Attributes

Remarks

Returns the vertical bottom position of the insertion marker, in the local coordinates that will be transformed with #getMatrix() when rendered on the screen.

Java documentation for android.view.inputmethod.CursorAnchorInfo.getInsertionMarkerBottom().

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