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