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