FastReport.Net.Demo by Fast Reports Inc.

<PackageReference Include="FastReport.Net.Demo" Version="2022.1.11" />

.NET API 15,735,296 bytes

 PathGradientFill

public class PathGradientFill : FillBase
Class represents the path gradient fill.
public Color CenterColor { get; set; }

Gets or sets the center color of the gradient.

public Color EdgeColor { get; set; }

Gets or sets the edge color of the gradient.

public PathGradientStyle Style { get; set; }

Gets or sets the style of the gradient.

Initializes the PathGradientFill class with default settings.

public PathGradientFill(Color centerColor, Color edgeColor, PathGradientStyle style)

Initializes the PathGradientFill class with center, edge colors and style.