The properties of Android.Graphics.Drawables.BitmapDrawable are listed below. For a list of all members, see the BitmapDrawable Members list.
See Also: Inherited members from Android.Graphics.Drawables.Drawable
[read-only] | Bitmap | Android.Graphics.Bitmap. Returns the bitmap used by this drawable to render. |
Gravity | Android.Views.GravityFlags. Get the gravity used to position/stretch the bitmap within its bounds. | |
[read-only] | HasAntiAlias | bool. Indicates whether anti-aliasing is enabled for this drawable. |
[read-only] | HasMipMap | bool. Indicates whether the mipmap hint is enabled on this drawable's bitmap. |
[read-only] | IsAutoMirrored | bool. Tells if this Drawable will be automatically mirrored when its layout direction is RTL right-to-left. |
[read-only] override | Opacity | int. Return the opacity/transparency of this Drawable. |
[read-only] | Paint | Android.Graphics.Paint. Returns the paint used to render this drawable. |
TileModeX | Android.Graphics.Shader.TileMode. Indicates the repeat behavior of this drawable on the X axis. | |
TileModeY | Android.Graphics.Shader.TileMode. Indicates the repeat behavior of this drawable on the Y axis. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |