Android.Graphics.Drawables.Drawable: Property Members

The properties of Android.Graphics.Drawables.Drawable are listed below. For a list of all members, see the Drawable Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

Alphaint. Gets the current alpha value for the drawable. 0 means fully transparent, 255 means fully opaque.
AutoMirroredbool. Tells if this Drawable will be automatically mirrored when its layout direction is RTL right-to-left.
BoundsRect. Return the drawable's bounds Rect.
CallbackAndroid.Graphics.Drawables.Drawable.ICallback. Return the current NoType:android/graphics/drawable/Drawable$Callback;Href=../../../../reference/android/graphics/drawable/Drawable.Callback.html implementation attached to this Drawable.
ChangingConfigurationsAndroid.Content.PM.ConfigChanges. Return a mask of the configuration parameters for which this drawable may change, requiring that it be re-created.
[read-only]
ColorFilterColorFilter. Returns the current color filter, or null if none set.
[read-only]
CurrentAndroid.Graphics.Drawables.Drawable.
[read-only]
DirtyBoundsRect. Return the drawable's dirty bounds Rect.
[read-only]
IntrinsicHeightint. Return the intrinsic height of the underlying drawable object.
[read-only]
IntrinsicWidthint. Return the intrinsic width of the underlying drawable object.
[read-only]
IsStatefulbool. Indicates whether this drawable will change its appearance based on state.
[read-only]
IsVisiblebool.
[read-only]
Levelint. Retrieve the current level.
[read-only]
MinimumHeightint. Returns the minimum height suggested by this Drawable.
[read-only]
MinimumWidthint. Returns the minimum width suggested by this Drawable.
[read-only]
abstract
Opacityint. Return the opacity/transparency of this Drawable.
[read-only]
TransparentRegionRegion. Returns a Region representing the part of the Drawable that is completely transparent.

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.