Click or drag to resize

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)
Syntax
public enum GradientFillDir
Members
  Member nameValueDescription
Linear0 Specifies a linear fill color gradient.
RadialFromBottomRight1 Specifies the fill color gradient of the shape is in radial mode from the bottom right corner of the shape
RadialFromBottomLeft2 Specifies the fill color gradient of the shape is in radial mode from the bottom left corner of the shape
RadialFromCenter3 Specifies the fill color gradient of the shape is in radial mode from the center of the shape.
RadialFromCenterBottom4 Specifies the fill color gradient of the shape is in radial mode from the center of the bottom edge of the shape.
RadialFromCenterTop5 Specifies the fill color gradient of the shape is in radial mode from the center of the top edge of the shape
RadialFromTopRight6 Specifies the fill color gradient of the shape is in radial mode from the top right corner of the shape
RadialFromTopLeft7 Specifies the fill color gradient of the shape is in radial mode from the top left corner of the shape
RectangleFromBottomRight8 Specifies the fill color gradient of the shape is in rectangle mode from the bottom right corner of the shape
RectangleFromBottomLeft9 Specifies the fill color gradient of the shape is in rectangle mode from the bottom left corner of the shape
RectangleFromCenter10 Specifies the fill color gradient of the shape is in rectangle mode from the center of the shape.
RectangleFromTopRight11 Specifies the fill color gradient of the shape is in rectangle mode from the top right corner of the shape
RectangleFromTopLeft12 Specifies the fill color gradient of the shape is in rectangle mode from the top left corner of the shape
Path13 Specifies the fill color gradient of the shape is in path mode
See Also