CanvasRepeatPattern
Wisej.Web.CanvasRepeatPattern
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies the repeat mode for the pattern.
Fields
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.
Used By
Name
Description
Repeats the specified element in the specified direction. The repeated element can be used to draw/fill rectangles, circles, lines etc.
Last updated