PatternFormat

Overview

PatternFormat is a class in Aspose.Slides FOSS for .NET. Inherits from: PVIObject, IPatternFormat.

Represents a pattern fill format.

Properties: AsIPresentationComponent, BackColor, ForeColor, PatternStyle, Presentation, Slide.

Properties

NameTypeAccessDescription
PatternStylePatternStyleRead/WriteGets or sets the pattern style.
ForeColorIColorFormatReadGets the fore color.
BackColorIColorFormatReadGets the back color.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.

See Also