Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Brushes.ColorStopModel
ColorStopModel.Position Property
The position of this color stop.
csharp
public double Position { get; set; }
Property Value
Remarks
Position 0 corresponds with the start point for a linear color gradient and with the inner radius for a radial gradient brush.
Position 1 corresponds with the end point for a linear color gradient and with the outer radius for a radial gradient brush.