The position of this color stop.

Namespace: TallComponents.PDF.Brushes
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public double Position { get; }
Visual Basic
Public ReadOnly Property Position As Double
	Get

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.

See Also