FillOverlay
Overview
FillOverlay is a class in Aspose.Slides FOSS for .NET.
Inherits from: ISlideComponent, IFillOverlay, 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 by the overlay |
Blend | FillBlendMode | Read/Write | Specifies the blend mode used when compositing the overlay |
Presentation | IPresentation? | Read | Gets or sets the presentation that owns this overlay |
Slide | IBaseSlide? | Read | Gets or sets the slide on which the overlay is applied |
AsIPresentationComponent | IPresentationComponent | Read | Exposes the overlay as an IPresentationComponent |
AsIImageTransformOperation | IImageTransformOperation | Read | Exposes the overlay as an IImageTransformOperation |
Methods
| Signature | Description |
|---|---|
FillOverlay() | Creates a new FillOverlay instance |