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

NameTypeAccessDescription
FillTypeFillTypeRead/WriteGets or sets the fill type.
SolidFillColorIColorFormatReadGets the solid fill color.
GradientFormatIGradientFormatReadGets the gradient fill format.
PatternFormatIPatternFormatReadGets the pattern fill format.
PictureFillFormatIPictureFillFormatReadGets the picture fill format.
RotateWithShapeNullableBoolRead/WriteGets or sets whether the fill rotates with the shape.

See Also