Enum WrapMode
Namespace TallComponents.PDF.Brushes
Specifies how the gradient behaves outside its start and end point. The SVG term for this is 'spread method'.
Fields
Stop
The gradient does not extend outside the start and end points.
Clamp
The gradient continues at the same color of the start or end point.