IFillOverlayEffectiveData

IFillOverlayEffectiveData interface

Immutable object which 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.

public interface IFillOverlayEffectiveData : IEffectEffectiveData

Properties

NameDescription
AsIEffectEffectiveData { get; }Allows to get base IEffectEffectiveData interface. Read-only IEffectEffectiveData.
Blend { get; }FillBlendMode. Read-only FillBlendMode.
FillFormat { get; }Fill format. Read-only IFillFormatEffectiveData.

See Also