Android.Widget.ProgressBar.SetProgressDrawableTiled Method
Define the tileable drawable used to draw the progress bar in progress mode.

Syntax

[Android.Runtime.Register("setProgressDrawableTiled", "(Landroid/graphics/drawable/Drawable;)V", "GetSetProgressDrawableTiled_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetProgressDrawableTiled (Android.Graphics.Drawables.Drawable d)

See Also

ProgressBar.ProgressDrawable
ProgressBar.Indeterminate

Parameters

d
the new drawable

Remarks

Define the tileable drawable used to draw the progress bar in progress mode.

If the drawable is a BitmapDrawable or contains BitmapDrawables, a tiled copy will be generated for display as a progress bar.

[Android Documentation]

Requirements

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