Android.Text.Selection.MoveDown Method
Move the cursor to the buffer offset physically below the current offset, to the end of the buffer if it is on the bottom line but not at the end, or return false if the cursor is already at the end of the buffer.

Syntax

[Android.Runtime.Register("moveDown", "(Landroid/text/Spannable;Landroid/text/Layout;)Z", "")]
public static bool MoveDown (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 below the current offset, to the end of the buffer if it is on the bottom line but not at the end, or return false if the cursor is already at the end of the buffer.

[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