Table of Contents

Enum ShapeGradientKind

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

How a gradient's stops are swept across the shape: the choice between a:lin and a:path inside a:gradFill.

public enum ShapeGradientKind

Fields

Linear = 0

Swept along a straight line at GradientAngle (a:lin).

Path = 1

Swept outward from a focus rectangle (a:path).