Icon TDrawStyle

Unit: WebUI

TDrawStyle = (dsColor,dsGradient,dsPattern)

Available In: Client Applications

The TDrawStyle enumerated type is used to specify the drawing style for stroke and fill operations on a TCanvasElement instance.

ElementDescription
dsColorSpecifies that the drawing will use a solid color. This is the default drawing style.
dsGradientSpecifies that the drawing will use a gradient.
dsPatternSpecifies that the drawing will use a pattern.
Image