CanvasRepeatPattern
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the repeat mode for the pattern.
- C#
- VB.NET
public enum CanvasRepeatPattern : Enum
Public Enum CanvasRepeatPattern As [Enum]
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 |
|---|---|
| Canvas.CreatePattern | Repeats the specified element in the specified direction. The repeated element can be used to draw/fill rectangles, circles, lines etc. |