Specifies the interior fill type of various visual objects.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxPublic Enumeration FillType
public enum class FillType
Members
| Member name | Value | Description |
---|
| NotDefined | -1 |
The fill type is not defined.
|
| NoFill | 0 |
No fill applied.
|
| Solid | 1 |
Filled with a solid color.
|
| Gradient | 2 |
The fill is gradient.
|
| Pattern | 3 |
Repeating pattern is used to fill the object.
|
| Picture | 4 |
A single picture is used to fill the object.
|
| Group | 5 |
The visual object inherits the fill properties from the group.
|
See Also