BaseMovementMethod.LineEnd(TextView, ISpannable) Method
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.
Performs a line-end movement action.
[Android.Runtime.Register("lineEnd", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetLineEnd_Landroid_widget_TextView_Landroid_text_Spannable_Handler")]
protected virtual bool LineEnd (Android.Widget.TextView? widget, Android.Text.ISpannable? buffer);
[<Android.Runtime.Register("lineEnd", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetLineEnd_Landroid_widget_TextView_Landroid_text_Spannable_Handler")>]
abstract member LineEnd : Android.Widget.TextView * Android.Text.ISpannable -> bool
override this.LineEnd : Android.Widget.TextView * Android.Text.ISpannable -> bool
Parameters
- widget
- TextView
The text view.
- buffer
- ISpannable
The text buffer.
Returns
True if the event was handled.
- Attributes
Remarks
Performs a line-end movement action. Moves the cursor or scrolls to the end of the line.
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.