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
| Name | Type | Access | Description |
|---|---|---|---|
PatternStyle | PatternStyle | Read/Write | Gets or sets the pattern style. |
ForeColor | IColorFormat | Read | Gets the fore color. |
BackColor | IColorFormat | Read | Gets the back color. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |