IFillFormatEffectiveData Interface

Immutable object which contains effective fill formatting properties.

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

The IFillFormatEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyAsIFillParamSource
Returns IFillParamSource interface. Read-only IFillParamSource.
Public propertyFillType
Returns the type of filling. Read-only FillType.
Public propertyGradientFormat
Returns the gradient fill format. Read-only IGradientFormatEffectiveData.
Public propertyPatternFormat
Returns the pattern fill format. Read-only IPatternFormatEffectiveData.
Public propertyPictureFillFormat
Returns the picture fill format. Read-only IPictureFillFormatEffectiveData.
Public propertyRotateWithShape
Determines whether the fill should be rotated with shape. Read-only Boolean.
Public propertySolidFillColor
Returns the fill color. Read-only Color.
Remarks
This interface is used together with the IFillFormat interface to return effective formatting values with inheritance applied.
See Also