GradientFillDir
GradientFillDir enumeration
Specifies the type of the fill color gradient of a shape
public enum GradientFillDir
Values
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
- namespace Aspose.Diagram
- assembly Aspose.Diagram