Enum ShapeGradientKind
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 = 0Swept along a straight line at GradientAngle (a:lin).
Path = 1Swept outward from a focus rectangle (a:path).