Android.Graphics.Drawables.BitmapDrawable: Property Members

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

Public Properties

[read-only]
BitmapAndroid.Graphics.Bitmap. Returns the bitmap used by this drawable to render.
GravityAndroid.Views.GravityFlags. Get the gravity used to position/stretch the bitmap within its bounds.
[read-only]
HasAntiAliasbool. Indicates whether anti-aliasing is enabled for this drawable.
[read-only]
HasMipMapbool. Indicates whether the mipmap hint is enabled on this drawable's bitmap.
[read-only]
IsAutoMirroredbool. Tells if this Drawable will be automatically mirrored when its layout direction is RTL right-to-left.
[read-only]
override
Opacityint. Return the opacity/transparency of this Drawable.
[read-only]
PaintAndroid.Graphics.Paint. Returns the paint used to render this drawable.
TileModeXAndroid.Graphics.Shader.TileMode. Indicates the repeat behavior of this drawable on the X axis.
TileModeYAndroid.Graphics.Shader.TileMode. Indicates the repeat behavior of this drawable on the Y axis.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.