Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SpreadMethod

The SpreadMethod class provides values for the spreadMethod parameter in the beginGradientFill() and lineGradientStyle() methods of the Graphics class.

The following example shows the same gradient fill using various spread methods:

Index

Enumeration members

Enumeration members

PAD

PAD: = "pad"

Specifies that the gradient use the pad spread method.

REFLECT

REFLECT: = "reflect"

Specifies that the gradient use the reflect spread method.

REPEAT

REPEAT: = "repeat"

Specifies that the gradient use the repeat spread method.

Generated using TypeDoc