Compartir a través de


TextBoundsInfo.FlagCharacterLinefeed Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Views.InputMethods.TextBoundsInfoFlags enum directly instead of this field.

Marca que indica que el carácter es un carácter de avance de línea.

[Android.Runtime.Register("FLAG_CHARACTER_LINEFEED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.TextBoundsInfoFlags enum directly instead of this field.", true)]
public const Android.Views.InputMethods.TextBoundsInfoFlags FlagCharacterLinefeed = 2;
[<Android.Runtime.Register("FLAG_CHARACTER_LINEFEED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.TextBoundsInfoFlags enum directly instead of this field.", true)>]
val mutable FlagCharacterLinefeed : Android.Views.InputMethods.TextBoundsInfoFlags

Valor de campo

Value = 2

Implementaciones

Atributos

Comentarios

Marca que indica que el carácter es un carácter de avance de línea.

Documentación de Java para android.view.inputmethod.TextBoundsInfo.FLAG_CHARACTER_LINEFEED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a