GradientShape Enumeration |
Represents the shape of gradient fill.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic enum GradientShape
Public Enumeration GradientShape
public enum class GradientShape
Members
| Member name | Value | Description |
---|
| NotDefined | -1 | |
| Linear | 0 | |
| Rectangle | 1 | |
| Radial | 2 | |
| Path | 3 | |
See Also