FillTypeValues enumeration
Office 2013 and later
Shape Fill Type
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Solid | Solid Fill. When the item is serialized out as xml, its value is "solid". | |
| Gradient | Linear Gradient. When the item is serialized out as xml, its value is "gradient". | |
| GradientRadial | Radial Gradient. When the item is serialized out as xml, its value is "gradientRadial". | |
| Tile | Tiled Image. When the item is serialized out as xml, its value is "tile". | |
| Pattern | Image Pattern. When the item is serialized out as xml, its value is "pattern". | |
| Frame | Stretch Image to Fit. When the item is serialized out as xml, its value is "frame". |
Show: