Table of Contents

Enum eVmlFillType

Namespace
OfficeOpenXml.Drawing.Vml
Assembly
EPPlus.dll

Type of fill style for a vml drawing.

public enum eVmlFillType

Fields

Frame = 6

The image is stretched to fill the shape.

Gradient = 2

The fill colors blend together in a linear gradient from bottom to top.

GradientRadial = 3

The fill colors blend together in a radial gradient.

NoFill = 0

No fill is applied.

Pattern = 5

The image is used to create a pattern using the fill colors.

Solid = 1

The fill pattern is solid.Default

Tile = 4

The fill image is tiled.