Android.Widget.TextView.SetCompoundDrawablesRelative Method
Sets the Drawables (if any) to appear to the start of, above, to the end of, and below the text.

Syntax

[Android.Runtime.Register("setCompoundDrawablesRelative", "(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V", "GetSetCompoundDrawablesRelative_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetCompoundDrawablesRelative (Android.Graphics.Drawables.Drawable start, Android.Graphics.Drawables.Drawable top, Android.Graphics.Drawables.Drawable end, Android.Graphics.Drawables.Drawable bottom)

Parameters

start
Documentation for this section has not yet been entered.
top
Documentation for this section has not yet been entered.
end
Documentation for this section has not yet been entered.
bottom
Documentation for this section has not yet been entered.

Remarks

Sets the Drawables (if any) to appear to the start of, above, to the end of, and below the text. Use null if you do not want a Drawable there. The Drawables must already have had Android.Graphics.Drawables.Drawable.Bounds called.

Calling this method will overwrite any Drawables previously set using TextView.SetCompoundDrawables(Android.Graphics.Drawables.Drawable, Android.Graphics.Drawables.Drawable, Android.Graphics.Drawables.Drawable, Android.Graphics.Drawables.Drawable) or related methods.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17