Langue

Icon.TypeBitmap Champ

Définition

Attention

This constant will be removed in the future version. Use Android.Graphics.Drawables.IconType enum directly instead of this field.

Icône créée à l’aide Icon#createWithBitmap(Bitmap)de .

[Android.Runtime.Register("TYPE_BITMAP", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Drawables.IconType enum directly instead of this field.", true)]
public const Android.Graphics.Drawables.IconType TypeBitmap = 1;
[<Android.Runtime.Register("TYPE_BITMAP", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Drawables.IconType enum directly instead of this field.", true)>]
val mutable TypeBitmap : Android.Graphics.Drawables.IconType

Valeur de champ

Value = 1

Implémente

Attributs

Remarques

Icône créée à l’aide Icon#createWithBitmap(Bitmap)de .

Java documentation pour android.graphics.drawable.Icon.TYPE_BITMAP.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à