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

NameTypeAccessDescription
FillFormatIFillFormatReadProvides the fill formatting applied to the overlay
BlendFillBlendModeRead/Write
SlideIBaseSlide?ReadReferences the slide that contains this overlay, or null
AsIPresentationComponentIPresentationComponent?ReadExposes the overlay as a presentation component, if applicable
AsIImageTransformOperationIImageTransformOperationReadExposes the overlay as an image transform operation, if applicable

See Also