Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Brushes
GradientBrushModel Class
An abstract base class for AxialGradientBrush and RadialGradientBrush that holds
common properties for these classes.
csharp
public abstract class GradientBrushModel : TallComponents.UnoPdf.Client.Models.Pdf.Brushes.BrushModel
Inheritance System.Object 🡒 BrushModel 🡒 GradientBrushModel
Derived
↳ AxialGradientBrushModel
↳ RadialGradientBrushModel
Properties | |
---|---|
ColorStops | The color stops of this gradient. |
EndColor | The end color of the gradient fill. |
EndWrapMode | How the gradient behaves after the end point. |
StartColor | The start color of the gradient fill. |
StartWrapMode | How the gradient behaves before the start point. |