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

NameTypeAccessDescription
FillTypeFillTypeRead/WriteIndicates the fill style (solid, gradient, pattern, picture) applied to the shape
SolidFillColorIColorFormatReadProvides access to solid fill color settings when FillType is Solid
GradientFormatIGradientFormatReadSupplies gradient fill configuration when FillType is Gradient
PatternFormatIPatternFormatReadSupplies pattern fill configuration when FillType is Pattern
PictureFillFormatIPictureFillFormatReadSupplies picture fill configuration when FillType is Picture
RotateWithShapeNullableBoolRead/WriteDetermines whether the fill rotates together with the shape; nullable boolean

See Also