FillOverlayEffectiveData

FillOverlayEffectiveData class

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 class FillOverlayEffectiveData : EffectEffectiveData<FillOverlay, FillOverlayEffectiveData>, 
    IFillOverlayEffectiveData

Public Members

NameDescription
Blend { get; }Determines how one fill drawn over another. Read-only FillBlendMode.
FillFormat { get; }Returns a overlaying fill properties. Read-only IFillFormatEffectiveData.

See Also