TFillStyleType Enumeration
Stores the different kind of fill styles for an autoshape or drawing.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
NoFill |
0 |
No fill associated with the shape.
|
Solid |
1 |
Shape is filled with a solid color.
|
Gradient |
2 |
Shape is filled with a gradient.
|
Blip |
3 |
Shape is filled with an image.
|
Pattern |
4 |
Shape is filled with a pattern.
|
Group |
5 |
The shape is part of a group, and should inherit its parent fill style.
|