FillType
FillType enumeration
Specifies the interior fill type of various visual objects.
public enum FillType : sbyte
Values
| 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
- namespace Aspose.Slides
 - assembly Aspose.Slides