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
| Name | Type | Access | Description |
|---|---|---|---|
FillType | FillType | Read/Write | Indicates the fill style (solid, gradient, pattern, picture) applied to the shape |
SolidFillColor | IColorFormat | Read | Provides access to solid fill color settings when FillType is Solid |
GradientFormat | IGradientFormat | Read | Supplies gradient fill configuration when FillType is Gradient |
PatternFormat | IPatternFormat | Read | Supplies pattern fill configuration when FillType is Pattern |
PictureFillFormat | IPictureFillFormat | Read | Supplies picture fill configuration when FillType is Picture |
RotateWithShape | NullableBool | Read/Write | Determines whether the fill rotates together with the shape; nullable boolean |