IFillOverlay
Overview
IFillOverlay is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IImageTransformOperation.
Represents a Fill Overlay effect. A fill overlay may be used to specify an additional fill for an object and blend the two fills together.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FillFormat | IFillFormat | Read | Provides the fill formatting applied to the overlay |
Blend | FillBlendMode | Read/Write | |
Slide | IBaseSlide? | Read | References the slide that contains this overlay, or null |
AsIPresentationComponent | IPresentationComponent? | Read | Exposes the overlay as a presentation component, if applicable |
AsIImageTransformOperation | IImageTransformOperation | Read | Exposes the overlay as an image transform operation, if applicable |