CanvasRepeatPattern
Wisej.Web.CanvasRepeatPattern
Last updated
Wisej.Web.CanvasRepeatPattern
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies the repeat mode for the pattern.
Name | Description |
---|---|
NoRepeat | The pattern will be displayed only once (no repeat). |
Repeat | Default. The pattern repeats both horizontally and vertically. |
RepeatX | The pattern repeats only horizontally. |
RepeatY | The pattern repeats only vertically. |
Name | Description |
---|---|
Repeats the specified element in the specified direction. The repeated element can be used to draw/fill rectangles, circles, lines etc. |