[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FillType

Enum FillType

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies a fill type.

public enum FillType

Fields

Gradient = 3

A gradient is used to fill the object.

Image = 4

An image is used to fill the object.

NoFill = 0

No fill is applied to the object.

Pattern = 2

A repeated pattern is used to fill the object.

Solid = 1

A solid color is used to fill the object.