CursorAnchorInfo.InsertionMarkerHorizontal Property

Definition

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

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

Property Value

x coordinate that is compatible with Layout#getPrimaryHorizontal(int). Pay special care to RTL/LTR handling. java.lang.Float.NaN if not specified.

Attributes

Remarks

Returns the horizontal start 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.getInsertionMarkerHorizontal().

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

See also