Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Brushes

AxialGradientBrushModel Class

Create a new AxialGradientBrush.

csharp
public class AxialGradientBrushModel : TallComponents.UnoPdf.Client.Models.Pdf.Brushes.GradientBrushModel

Inheritance System.Object 🡒 BrushModel 🡒 GradientBrushModel 🡒 AxialGradientBrushModel

Properties
EndXThe horizontal position of the ending point of the gradient fill.
This position is relative to the origin of the shape to which the brush is applied.
EndYThe vertical position of the ending point of the gradient fill.
This position is relative to the origin of the shape to which the brush is applied.
StartXThe horizontal position of the starting point of the gradient fill.
This position is relative to the origin of the shape to which the brush is applied.
StartYThe vertical position of the starting point of the gradient fill.
This position is relative to the origin of the shape to which the brush is applied.