Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Brushes.GradientBrushModel

GradientBrushModel.ColorStops Property

The color stops of this gradient.

csharp
public TallComponents.UnoPdf.Client.Models.Pdf.Brushes.ColorStopModel[] ColorStops { get; set; }

Property Value

ColorStopModel[]

Remarks

If this property is set (does not equal null), then properties StartColor and EndColor are ignored.