Appearance
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 | |
---|---|
EndX | The 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. |
EndY | The 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. |
StartX | The 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. |
StartY | The 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. |