TextBoundsInfo.FlagCharacterWhitespace 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 whitespace.

[Android.Runtime.Register("FLAG_CHARACTER_WHITESPACE", 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 FlagCharacterWhitespace = 1;
[<Android.Runtime.Register("FLAG_CHARACTER_WHITESPACE", 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 FlagCharacterWhitespace : Android.Views.InputMethods.TextBoundsInfoFlags

Field Value

Value = 1

Implements

Attributes

Remarks

The flag indicating that the character is a whitespace.

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

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