Click or drag to resize

FillType Enumeration

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)
Syntax
public enum FillType
Members
  Member nameValueDescription
NotDefined-1 The fill type is not defined.
NoFill0 No fill applied.
Solid1 Filled with a solid color.
Gradient2 The fill is gradient.
Pattern3 Repeating pattern is used to fill the object.
Picture4 A single picture is used to fill the object.
Group5 The visual object inherits the fill properties from the group.
See Also