Enum FillType
Specifies the fill type of an object.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum FillType : sbyte
Fields
| Name | Description |
|---|---|
| Automatic | Specifies the FillType is automatic. |
| Gradient | Specifies the FillType is gradient. |
| None | Specifies the FillType is none. |
| Pattern | Specifies the FillType is pattern. |
| Picture | Specifies the FillType is Picture. |
| Solid | Specifies the FillType is solid. |
| Texture | Specifies the FillType is Texture. |