Lingua

Selection.MoveDown(ISpannable, Layout) Metodo

Definizione

Spostare il cursore sull'offset del buffer fisicamente sotto l'offset corrente, alla fine del buffer se si trova nella riga inferiore ma non alla fine oppure restituire false se il cursore è già alla fine del buffer.

[Android.Runtime.Register("moveDown", "(Landroid/text/Spannable;Landroid/text/Layout;)Z", "")]
public static bool MoveDown(Android.Text.ISpannable? text, Android.Text.Layout? layout);
[<Android.Runtime.Register("moveDown", "(Landroid/text/Spannable;Landroid/text/Layout;)Z", "")>]
static member MoveDown : Android.Text.ISpannable * Android.Text.Layout -> bool

Parametri

text
ISpannable
layout
Layout

Valori restituiti

Attributi

Commenti

Spostare il cursore sull'offset del buffer fisicamente sotto l'offset corrente, alla fine del buffer se si trova nella riga inferiore ma non alla fine oppure restituire false se il cursore è già alla fine del buffer.

per android.text.Selection.moveDown(android.text.Spannable, android.text.Layout).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a