[]
Specifies the style for a gradient fill.
public enum GradientStyle
DiagonalDown = 3Specifies a diagonal gradient moving from a top corner down to the opposite corner.
DiagonalUp = 2Specifies a diagonal gradient moving from a bottom corner up to the opposite corner.
FromCenter = 6Specifies a gradient running from the center out to the corners.
FromCorner = 4Specifies a gradient running from a corner to the other three corners.
FromTitle = 5Specifies a gradient running from the title outward.
Horizontal = 0Specifies a gradient running horizontally across the shape.
Mixed = 7Gradient is mixed.
Vertical = 1Specifies a gradient running vertically down the shape.