MsoGradientStyle Enumeration
Specifies the style for a gradient fill.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoGradientStyle
'Usage
Dim instance As MsoGradientStyle
public enum MsoGradientStyle
Members
Member name | Description | |
---|---|---|
msoGradientMixed | Gradient is mixed. | |
msoGradientHorizontal | Gradient running horizontally across the shape. | |
msoGradientVertical | Gradient running vertically down the shape. | |
msoGradientDiagonalUp | Diagonal gradient moving from a bottom corner up to the opposite corner. | |
msoGradientDiagonalDown | Diagonal gradient moving from a top corner down to the opposite corner. | |
msoGradientFromCorner | Gradient running from a corner to the other three corners. | |
msoGradientFromTitle | Gradient running from the title outward. | |
msoGradientFromCenter | Gradient running from the center out to the corners. |