MsoGradientColorType Enum
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 type of gradient used in a shape's fill.
public enum class MsoGradientColorType
public enum MsoGradientColorType
type MsoGradientColorType =
Public Enum MsoGradientColorType
- Inheritance
-
MsoGradientColorType
Name | Value | Description |
---|---|---|
msoGradientColorMixed | -2 | Mixed gradient. |
msoGradientOneColor | 1 | One-color gradient. |
msoGradientTwoColors | 2 | Two-color gradient. |
msoGradientPresetColors | 3 | Gradient colors set according to a built-in gradient of the set defined by the msoPresetGradientType constant. |
msoGradientMultiColor | 4 |