Html.FromHtmlOptionUseCssColors Field

Definition

Caution

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

Flag indicating that CSS color values should be used instead of those defined in Color.

[Android.Runtime.Register("FROM_HTML_OPTION_USE_CSS_COLORS", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Text.FromHtmlOptions enum directly instead of this field.", true)]
public const Android.Text.FromHtmlOptions FromHtmlOptionUseCssColors = 256;
[<Android.Runtime.Register("FROM_HTML_OPTION_USE_CSS_COLORS", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Text.FromHtmlOptions enum directly instead of this field.", true)>]
val mutable FromHtmlOptionUseCssColors : Android.Text.FromHtmlOptions

Field Value

FromHtmlOptions
Attributes

Remarks

Java documentation for android.text.Html.FROM_HTML_OPTION_USE_CSS_COLORS.

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