IEffectFormatEffectiveData class

IEffectFormatEffectiveData class

Imutable object which contains effective effect formatting properties.

The IEffectFormatEffectiveData type exposes the following members:

Properties

PropertyDescription
is_no_effectsReturns true if all effects are disabled (as just created, default EffectFormat object).
Read-only bool.
blur_effectBlur effect.
Read-only IBlurEffectiveData.
fill_overlay_effectFill overlay effect.
Read-only IFillOverlayEffectiveData.
glow_effectGlow effect.
Read-only IGlowEffectiveData.
inner_shadow_effectInner shadow.
Read-only IInnerShadowEffectiveData.
outer_shadow_effectOuter shadow.
Read-only IOuterShadowEffectiveData.
preset_shadow_effectPreset shadow.
Read-only IPresetShadowEffectiveData.
reflection_effectReflection.
Read-only IReflectionEffectiveData.
soft_edge_effectSoft edge.
Read-only ISoftEdgeEffectiveData.

Remarks

This interface is used together with the IEffectFormat interface to return effective formatting values with inheritance applied.

See Also