IPatternFormat

Overview

IPatternFormat is a interface in Aspose.Slides FOSS for .NET.

Represents a pattern fill format.

Properties: BackColor, ForeColor, PatternStyle.

Properties

NameTypeAccessDescription
PatternStylePatternStyleRead/WriteGets or sets the pattern style.
ForeColorIColorFormatReadGets the foreground pattern color.
BackColorIColorFormatReadGets the background pattern color.

See Also