Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Indicates the repeat behavior of this drawable on the Y axis.
Set method documentation [Android Documentation]
Sets the repeat behavior of this drawable on the Y axis. By default, the drawable
does not repeat its bitmap. Using NoType:android/graphics/Shader$TileMode;Href=../../../../reference/android/graphics/Shader.TileMode.html#REPEAT or
NoType:android/graphics/Shader$TileMode;Href=../../../../reference/android/graphics/Shader.TileMode.html#MIRROR the bitmap can be repeated (or tiled)
if the bitmap is smaller than this drawable.