Share via


TextBoundsInfo.FlagCharacterLinefeed Field

Definition

Caution

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

The flag indicating that the character is a linefeed character.

[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

Field Value

Value = 2

Implements

Attributes

Remarks

The flag indicating that the character is a linefeed character.

Java documentation for android.view.inputmethod.TextBoundsInfo.FLAG_CHARACTER_LINEFEED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to