CursorAnchorInfo.InsertionMarkerBaseline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the vertical baseline position of the insertion marker, in the local coordinates
that will be transformed with #getMatrix()
when rendered on the screen.
public float InsertionMarkerBaseline { [Android.Runtime.Register("getInsertionMarkerBaseline", "()F", "")] get; }
[<get: Android.Runtime.Register("getInsertionMarkerBaseline", "()F", "")>]
member this.InsertionMarkerBaseline : single
Property Value
y coordinate that is compatible with Layout#getLineBaseline(int)
.
java.lang.Float.NaN
if not specified.
- Attributes
Remarks
Returns the vertical baseline 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.getInsertionMarkerBaseline()
.
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.