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
Alpha | int. Gets the current alpha value for the drawable. 0 means fully transparent, 255 means fully opaque. | |
AutoMirrored | bool. Tells if this Drawable will be automatically mirrored when its layout direction is RTL right-to-left. | |
Bounds | Rect. Return the drawable's bounds Rect. | |
Callback | Android.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. | |
ChangingConfigurations | Android.Content.PM.ConfigChanges. Return a mask of the configuration parameters for which this drawable may change, requiring that it be re-created. | |
[read-only] | ColorFilter | ColorFilter. Returns the current color filter, or null if none set. |
[read-only] | Current | Android.Graphics.Drawables.Drawable. |
[read-only] | DirtyBounds | Rect. Return the drawable's dirty bounds Rect. |
[read-only] | IntrinsicHeight | int. Return the intrinsic height of the underlying drawable object. |
[read-only] | IntrinsicWidth | int. Return the intrinsic width of the underlying drawable object. |
[read-only] | IsStateful | bool. Indicates whether this drawable will change its appearance based on state. |
[read-only] | IsVisible | bool. |
[read-only] | Level | int. Retrieve the current level. |
[read-only] | MinimumHeight | int. Returns the minimum height suggested by this Drawable. |
[read-only] | MinimumWidth | int. Returns the minimum width suggested by this Drawable. |
[read-only] abstract | Opacity | int. Return the opacity/transparency of this Drawable. |
[read-only] | TransparentRegion | Region. Returns a Region representing the part of the Drawable that is completely transparent. |
[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. |