IBackgroundEffectiveData

IBackgroundEffectiveData interface

Immutable object which contains effective background properties.

public interface IBackgroundEffectiveData : IFillParamSource

Properties

NameDescription
AsIFillParamSource { get; }Returns IFillParamSource interface.
EffectFormat { get; }Returns effective effect format. Read-only IEffectFormatEffectiveData.
FillFormat { get; }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