Skip to main content
Version: 3.5

CanvasRepeatPattern

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the repeat mode for the pattern.

public enum CanvasRepeatPattern : Enum

Fields

NameDescription
NoRepeatThe pattern will be displayed only once (no repeat).
RepeatDefault. The pattern repeats both horizontally and vertically.
RepeatXThe pattern repeats only horizontally.
RepeatYThe pattern repeats only vertically.

Used By

NameDescription
Canvas.CreatePatternRepeats the specified element in the specified direction. The repeated element can be used to draw/fill rectangles, circles, lines etc.