Table of Contents

Enum GradientFillKind

Namespace
DocWright.Core.Rendering
Assembly
DocWright.Core.dll

How a GradientFill sweeps its stops.

public enum GradientFillKind : byte

Fields

Linear = 0

Swept along the straight line from the start point to the end point.

Radial = 1

Swept outward from the center through the elliptical extent.