Table of Contents

Enum ShapeFillKind

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

How a shape interior is painted.

public enum ShapeFillKind

Fields

None = 0

No fill (a:noFill).

Solid = 1

A single color (a:solidFill).

Blip = 2

An image (a:blipFill).

Gradient = 3

A gradient (a:gradFill).

Pattern = 4

A pattern (a:pattFill).

Group = 5

Inherited from the enclosing group (a:grpFill).