Android.Graphics.Drawables.InsetDrawable Class
A Drawable that insets another Drawable by a specified distance.

See Also: InsetDrawable Members

Syntax

[Android.Runtime.Register("android/graphics/drawable/InsetDrawable", DoNotGenerateAcw=true)]
public class InsetDrawable : Drawable, Drawable.ICallback, IDisposable

Remarks

A Drawable that insets another Drawable by a specified distance. This is used when a View needs a background that is smaller than the View's actual bounds.

It can be defined in an XML file with the <inset> element. For more information, see the guide to Drawable Resources.

[Android Documentation]

Requirements

Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1