Click or drag to resize

GradientShapeType Enumeration

Represents the shape of gradient fill.

Namespace: Spire.Presentation.Drawing
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum GradientShapeType
Members
Member name Value Description
None -1
Linear 0
Rectangle 1
Radial 2
Path 3
See Also