Android.Text.Method.BaseMovementMethod.Up Method
Performs an up movement action.

Syntax

[Android.Runtime.Register("up", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetUp_Landroid_widget_TextView_Landroid_text_Spannable_Handler")]
protected virtual bool Up (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 an up movement action. Moves the cursor or scrolls up by one line.

[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