Android.Graphics.Drawables.BitmapDrawable.TileModeY Property
Indicates the repeat behavior of this drawable on the Y axis.

Syntax

[get: Android.Runtime.Register("getTileModeY", "()Landroid/graphics/Shader$TileMode;", "GetGetTileModeYHandler")]
[set: Android.Runtime.Register("setTileModeY", "(Landroid/graphics/Shader$TileMode;)V", "GetSetTileModeY_Landroid_graphics_Shader_TileMode_Handler")]
public Android.Graphics.Shader.TileMode TileModeY { get; set; }

See Also

BitmapDrawable.TileModeX
BitmapDrawable.SetTileModeXY(.TileMode, .TileMode)

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

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