MsoFillType 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 a shape's fill type.
public enum class MsoFillType
public enum MsoFillType
type MsoFillType =
Public Enum MsoFillType
- Inheritance
-
MsoFillType
Fields
Name | Value | Description |
---|---|---|
msoFillMixed | -2 | Mixed fill. |
msoFillSolid | 1 | Solid fill. |
msoFillPatterned | 2 | Patterned fill. |
msoFillGradient | 3 | Gradient fill. |
msoFillTextured | 4 | Textured fill. |
msoFillBackground | 5 | Fill is the same as the background. |
msoFillPicture | 6 | Picture fill. |