Skip to content

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
ColorStopsThe color stops of this gradient.
EndColorThe end color of the gradient fill.
EndWrapModeHow the gradient behaves after the end point.
StartColorThe start color of the gradient fill.
StartWrapModeHow the gradient behaves before the start point.