Lenguaje

Html.FromHtmlOptionUseCssColors Campo

Definición

Precaución

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

Marca que indica que se deben usar valores de color CSS en lugar de los definidos en 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

Valor de campo

Value = 256
Atributos

Comentarios

Marca que indica que se deben usar valores de color CSS en lugar de los definidos en Color.

Java documentación para android.text.Html.FROM_HTML_OPTION_USE_CSS_COLORS.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a