Namespace TallComponents.PDF.Brushes
Class GradientBrush
An abstract base class for AxialGradientBrush and RadialGradientBrush that holds common properties for these classes.
Syntax
public class GradientBrush
: Brush
Properties
ColorStopCollection ColorStops
The color stops of this gradient.
Color EndColor
The end color of the gradient fill.
WrapMode EndWrapMode
How the gradient behaves after the end point.
Color StartColor
The start color of the gradient fill.
WrapMode StartWrapMode
How the gradient behaves before the start point.
Transform Transform
Add an additional transformation to this gradient brush.