Word.ShapeFillType enum
Specifies a shape's fill type.
Remarks
[ API set: WordApiDesktop 1.2 ]
Fields
| gradient = "Gradient" | Gradient fill. |
| mixed = "Mixed" | Mixed fill. |
| noFill = "NoFill" | No fill. |
| pattern = "Pattern" | Pattern fill. |
| picture = "Picture" | Picture fill. |
| solid = "Solid" | Solid fill. |
| texture = "Texture" | Texture fill. |