Android.Text.Method.BaseMovementMethod.Top Method
Performs a top movement action.

Syntax

[Android.Runtime.Register("top", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetTop_Landroid_widget_TextView_Landroid_text_Spannable_Handler")]
protected virtual bool Top (Android.Widget.TextView widget, Android.Text.ISpannable buffer)

Parameters

widget
The text view.
buffer
The text buffer.

Returns

Documentation for this section has not yet been entered.

Remarks

Performs a top movement action. Moves the cursor or scrolls to the top of the buffer.

[Android Documentation]

Requirements

Namespace: Android.Text.Method
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11