Enum ShapeFillKind
How a shape interior is painted.
public enum ShapeFillKind
Fields
None = 0No fill (a:noFill).
Solid = 1A single color (a:solidFill).
Blip = 2An image (a:blipFill).
Gradient = 3A gradient (a:gradFill).
Pattern = 4A pattern (a:pattFill).
Group = 5Inherited from the enclosing group (a:grpFill).