Android.Text.Selection.MoveUp Method
Move the cursor to the buffer offset physically above the current offset, to the beginning if it is on the top line but not at the start, or return false if the cursor is already on the top line.

Syntax

[Android.Runtime.Register("moveUp", "(Landroid/text/Spannable;Landroid/text/Layout;)Z", "")]
public static bool MoveUp (ISpannable text, Layout layout)

Parameters

text
Documentation for this section has not yet been entered.
layout
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Move the cursor to the buffer offset physically above the current offset, to the beginning if it is on the top line but not at the start, or return false if the cursor is already on the top line.

[Android Documentation]

Requirements

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