Enum GradientFillDir

GradientFillDir enumeration

Specifies the type of the fill color gradient of a shape

public enum GradientFillDir

Values

NameValueDescription
Linear0Specifies a linear fill color gradient.
RadialFromBottomRight1Specifies the fill color gradient of the shape is in radial mode from the bottom right corner of the shape
RadialFromBottomLeft2Specifies the fill color gradient of the shape is in radial mode from the bottom left corner of the shape
RadialFromCenter3Specifies the fill color gradient of the shape is in radial mode from the center of the shape.
RadialFromCenterBottom4Specifies the fill color gradient of the shape is in radial mode from the center of the bottom edge of the shape.
RadialFromCenterTop5Specifies the fill color gradient of the shape is in radial mode from the center of the top edge of the shape
RadialFromTopRight6Specifies the fill color gradient of the shape is in radial mode from the top right corner of the shape
RadialFromTopLeft7Specifies the fill color gradient of the shape is in radial mode from the top left corner of the shape
RectangleFromBottomRight8Specifies the fill color gradient of the shape is in rectangle mode from the bottom right corner of the shape
RectangleFromBottomLeft9Specifies the fill color gradient of the shape is in rectangle mode from the bottom left corner of the shape
RectangleFromCenter10Specifies the fill color gradient of the shape is in rectangle mode from the center of the shape.
RectangleFromTopRight11Specifies the fill color gradient of the shape is in rectangle mode from the top right corner of the shape
RectangleFromTopLeft12Specifies the fill color gradient of the shape is in rectangle mode from the top left corner of the shape
Path13Specifies the fill color gradient of the shape is in path mode

See Also