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