MsoGradientStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the style for a gradient fill.
public enum class MsoGradientStyle
public enum MsoGradientStyle
type MsoGradientStyle =
Public Enum MsoGradientStyle
- Inheritance
-
MsoGradientStyle
Fields
Name | Value | Description |
---|---|---|
msoGradientMixed | -2 | Gradient is mixed. |
msoGradientHorizontal | 1 | Gradient running horizontally across the shape. |
msoGradientVertical | 2 | Gradient running vertically down the shape. |
msoGradientDiagonalUp | 3 | Diagonal gradient moving from a bottom corner up to the opposite corner. |
msoGradientDiagonalDown | 4 | Diagonal gradient moving from a top corner down to the opposite corner. |
msoGradientFromCorner | 5 | Gradient running from a corner to the other three corners. |
msoGradientFromTitle | 6 | Gradient running from the title outward. |
msoGradientFromCenter | 7 | Gradient running from the center out to the corners. |