GradientFillDir Enumeration |
Specifies the type of the fill color gradient of a shape
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum GradientFillDir
Public Enumeration GradientFillDir
public enum class GradientFillDir
Members
| Member name | Value | Description |
---|
| Linear | 0 |
Specifies a linear fill color gradient.
|
| RadialFromBottomRight | 1 |
Specifies the fill color gradient of the shape is in radial mode from the bottom right corner of the shape
|
| RadialFromBottomLeft | 2 |
Specifies the fill color gradient of the shape is in radial mode from the bottom left corner of the shape
|
| RadialFromCenter | 3 |
Specifies the fill color gradient of the shape is in radial mode from the center of the shape.
|
| RadialFromCenterBottom | 4 |
Specifies the fill color gradient of the shape is in radial mode from the center of the bottom edge of the shape.
|
| RadialFromCenterTop | 5 |
Specifies the fill color gradient of the shape is in radial mode from the center of the top edge of the shape
|
| RadialFromTopRight | 6 |
Specifies the fill color gradient of the shape is in radial mode from the top right corner of the shape
|
| RadialFromTopLeft | 7 |
Specifies the fill color gradient of the shape is in radial mode from the top left corner of the shape
|
| RectangleFromBottomRight | 8 |
Specifies the fill color gradient of the shape is in rectangle mode from the bottom right corner of the shape
|
| RectangleFromBottomLeft | 9 |
Specifies the fill color gradient of the shape is in rectangle mode from the bottom left corner of the shape
|
| RectangleFromCenter | 10 |
Specifies the fill color gradient of the shape is in rectangle mode from the center of the shape.
|
| RectangleFromTopRight | 11 |
Specifies the fill color gradient of the shape is in rectangle mode from the top right corner of the shape
|
| RectangleFromTopLeft | 12 |
Specifies the fill color gradient of the shape is in rectangle mode from the top left corner of the shape
|
| Path | 13 |
Specifies the fill color gradient of the shape is in path mode
|
See Also