Android.Text.Selection.MoveLeft Method
Move the cursor to the buffer offset physically to the left of the current offset, or return false if the cursor is already at the left edge of the line and there is not another line to move it to.

Syntax

[Android.Runtime.Register("moveLeft", "(Landroid/text/Spannable;Landroid/text/Layout;)Z", "")]
public static bool MoveLeft (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 to the left of the current offset, or return false if the cursor is already at the left edge of the line and there is not another line to move it to.

[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