Enum eVmlFillType
Type of fill style for a vml drawing.
Namespace: OfficeOpenXml.Drawing.Vml
Assembly: EPPlus.dll
Syntax
public enum eVmlFillType
Fields
Name | Description |
---|---|
Frame | The image is stretched to fill the shape. |
Gradient | The fill colors blend together in a linear gradient from bottom to top. |
GradientRadial | The fill colors blend together in a radial gradient. |
NoFill | No fill is applied. |
Pattern | The image is used to create a pattern using the fill colors. |
Solid | The fill pattern is solid.Default |
Tile | The fill image is tiled. |