FillFormat

Overview

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

Represents fill formatting options.

Properties: AsIPresentationComponent, FillType, GradientFormat, PatternFormat, PictureFillFormat, Presentation, and 3 more.

Properties

NameTypeAccessDescription
FillTypeFillTypeRead/WriteGets or sets the fill type.
SolidFillColorIColorFormatReadGets the solid fill color.
GradientFormatIGradientFormatReadGets the gradient format.
PatternFormatIPatternFormatReadGets the pattern format.
PictureFillFormatIPictureFillFormatReadGets the picture fill format.
RotateWithShapeNullableBoolRead/WriteGets or sets the rotate with shape.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.

See Also