BitmapDrawable.TileModeY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the repeat behavior of this drawable on the Y axis. -or- Sets the repeat behavior of this drawable on the Y axis.
public Android.Graphics.Shader.TileMode? TileModeY { [Android.Runtime.Register("getTileModeY", "()Landroid/graphics/Shader$TileMode;", "GetGetTileModeYHandler")] get; [Android.Runtime.Register("setTileModeY", "(Landroid/graphics/Shader$TileMode;)V", "")] set; }
[<get: Android.Runtime.Register("getTileModeY", "()Landroid/graphics/Shader$TileMode;", "GetGetTileModeYHandler")>]
[<set: Android.Runtime.Register("setTileModeY", "(Landroid/graphics/Shader$TileMode;)V", "")>]
member this.TileModeY : Android.Graphics.Shader.TileMode with get, set
Property Value
android.graphics.Shader.TileMode#CLAMP
if the bitmap does not repeat,
android.graphics.Shader.TileMode#REPEAT
or
android.graphics.Shader.TileMode#MIRROR
otherwise.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.graphics.drawable.BitmapDrawable.getTileModeY()
.
Property setter documentation:
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
See also
- TileModeX
- <xref:Android.Graphics.Drawables.BitmapDrawable.SetTileModeXY(.TileMode%2c+.TileMode)>