IFillFormat
Overview
IFillFormat is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IFillParamSource.
Represents fill formatting properties for a shape or text.
Properties: FillType, GradientFormat, PatternFormat, PictureFillFormat, RotateWithShape, SolidFillColor.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FillType | FillType | Read/Write | Gets or sets the fill type. |
SolidFillColor | IColorFormat | Read | Gets the solid fill color. |
GradientFormat | IGradientFormat | Read | Gets the gradient fill format. |
PatternFormat | IPatternFormat | Read | Gets the pattern fill format. |
PictureFillFormat | IPictureFillFormat | Read | Gets the picture fill format. |
RotateWithShape | NullableBool | Read/Write | Gets or sets whether the fill rotates with the shape. |