IBackgroundEffectiveData Interface

Immutable object which contains effective background properties.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IBackgroundEffectiveData : IFillParamSource

The IBackgroundEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyAsIFillParamSource
Returns IFillParamSource interface.
Public propertyEffectFormat
Returns effective effect format. Read-only IEffectFormatEffectiveData.
Public propertyFillFormat
Returns effective fill format. Read-only IFillFormatEffectiveData.
Remarks
This interface is used together with the IBackground interface to return effective formatting values with inheritance applied.
See Also