CanvasRepeatPattern

Wisej.Web.CanvasRepeatPattern

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the repeat mode for the pattern.

public enum CanvasRepeatPattern : Enum

Fields

NameDescription

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

NameDescription

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

Last updated