FillFormat

Overview

FillFormat is a class in Aspose.Slides FOSS for .NET. Inherits from: PVIObject, IFillFormat, IFillParamSource.

Represents fill formatting options.

Properties

NameTypeAccessDescription
FillTypeFillTypeRead/WriteGets or sets the type of fill applied to a shape (solid, gradient, pattern, or picture)
SolidFillColorIColorFormatReadProvides access to the solid color fill settings of the shape
GradientFormatIGradientFormatReadProvides access to the gradient fill configuration of the shape
PatternFormatIPatternFormatReadProvides access to the pattern fill configuration of the shape
PictureFillFormatIPictureFillFormatReadProvides access to the picture fill configuration of the shape
RotateWithShapeNullableBoolRead/WriteIndicates whether the fill rotates together with the shape

See Also