SuggestionSpan.FlagMisspelled Field

Definition

Caution

This constant will be removed in the future version. Use Android.Text.Style.SuggestionSpanFlags enum directly instead of this field.

Sets this flag if the suggestions apply to a misspelled word/text.

[Android.Runtime.Register("FLAG_MISSPELLED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Text.Style.SuggestionSpanFlags enum directly instead of this field.", true)]
public const Android.Text.Style.SuggestionSpanFlags FlagMisspelled = 2;
[<Android.Runtime.Register("FLAG_MISSPELLED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Text.Style.SuggestionSpanFlags enum directly instead of this field.", true)>]
val mutable FlagMisspelled : Android.Text.Style.SuggestionSpanFlags

Field Value

Value = 2

Implements

Attributes

Remarks

Sets this flag if the suggestions apply to a misspelled word/text. This type of suggestion is rendered differently to highlight the error.

Java documentation for android.text.style.SuggestionSpan.FLAG_MISSPELLED.

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