Sprache

Icon.TypeBitmap Feld

Definition

Achtung

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

Ein Symbol, das mit Icon#createWithBitmap(Bitmap).

[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

Feldwert

Value = 1

Implementiert

Attribute

Hinweise

Ein Symbol, das mit Icon#createWithBitmap(Bitmap).

Java Dokumentation für android.graphics.drawable.Icon.TYPE_BITMAP.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: