Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration GradientAlignment

Represents the wave geometric effect which creates a dynamic line or polygon along a feature with a repeating wave pattern.

Read more...

Index

Enumeration members

Enumeration members

AlongLine

AlongLine: = "AlongLine"

Along line - Distributes the color ramp linearly along the line, following the curvature of the line.

Buffered

Buffered: = "Buffered"

Buffered - Distributes the color ramp along the line's geometry from the outside in (similar to the effect of creating a buffer of the line, then using the "buffer" fill type).

Left

Left: = "Left"

Left - Progresses the color ramp from the line's centerline to the outside edge on the left. The gradient will follow any curvature in the line's geometry.

Right

Right: = "Right"

Right - Progresses the color ramp from the line's centerline to the outside edge on the right. The gradient will follow any curvature in the line's geometry.

Generated using TypeDoc