[Android.Runtime.Register("android/graphics/drawable/DrawableContainer", DoNotGenerateAcw=true)] public class DrawableContainer : Drawable, Drawable.ICallback, IDisposable
Remarks
A helper class that contains several Android.Graphics.Drawables.Drawables and selects which one to use.
You can subclass it to create your own DrawableContainers or directly use one its child classes.