Enum OfficeShapeFillType
Specifies the type of fill for an object.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Base.dll
Syntax
public enum OfficeShapeFillTypeFields
| Name | Description | 
|---|---|
| Automatic | Specifies the OfficeShapeFillType is automatic. | 
| Gradient | Specifies the OfficeShapeFillType is gradient. | 
| None | Specifies the OfficeShapeFillType is none. | 
| Pattern | Specifies the OfficeShapeFillType is pattern. | 
| Picture | Specifies the OfficeShapeFillType is Picture. | 
| Solid | Specifies the OfficeShapeFillType is solid. | 
| Texture | Specifies the OfficeShapeFillType is Texture. |