Icon TPatternRepeatStyle

Unit: WebUI

TPatternRepeatStyle = (psNone,psHorizontal,psVertical,psBoth)

Available In: Client and Server Applications

The TPatternRepeatStyle enumerated type is used to specify how a pattern should be tiled on a TCanvasElement instance.

ElementDescription
psBothSpecifies that the pattern will be tiled both horizontally and vertically.
psHorizontalSpecifies that the pattern will be tiled horizontally.
psNoneSpecifies that the pattern will not be tiled at all. This is the default value.
psVerticalSpecifies that the pattern will be tiled vertically.
Image