IEffectFormat

IEffectFormat interface

Represents effect properties of shape.

public interface IEffectFormat : IEffectParamSource

Properties

NameDescription
AsIEffectParamSource { get; }Allows to get base IEffectParamSource interface. Read-only IEffectParamSource.
BlurEffect { get; set; }Blur effect. Read/write IBlur.
FillOverlayEffect { get; set; }Fill overlay effect. Read/write IFillOverlay.
GlowEffect { get; set; }Glow effect. Read/write IGlow.
InnerShadowEffect { get; set; }Inner shadow. Read/write IInnerShadow.
IsNoEffects { get; }Returns true if all effects are disabled (as just created, default EffectFormat object). Read-only Boolean.
OuterShadowEffect { get; set; }Outer shadow. Read/write IOuterShadow.
PresetShadowEffect { get; set; }Preset shadow. Read/write IPresetShadow.
ReflectionEffect { get; set; }Reflection. Read/write IReflection.
SoftEdgeEffect { get; set; }Soft edge. Read/write ISoftEdge.

Methods

NameDescription
DisableBlurEffect()Disables blur effect.
DisableFillOverlayEffect()Disables fill overlay effect.
DisableGlowEffect()Disable glow effect.
DisableInnerShadowEffect()Disables inner shadow effect.
DisableOuterShadowEffect()Disables outer shadow effect.
DisablePresetShadowEffect()Disables preset shadow effect.
DisableReflectionEffect()Disables reflection effect.
DisableSoftEdgeEffect()Disables soft edge effect.
EnableFillOverlayEffect()Enables fill overlay effect.
EnableGlowEffect()Enables glow effect.
EnableInnerShadowEffect()Enables inner shadow effect.
EnableOuterShadowEffect()Enables outer shadow effect.
EnablePresetShadowEffect()Enables preset shadows effect.
EnableReflectionEffect()Enables reflection effect.
EnableSoftEdgeEffect()Enables soft edge effect.
GetEffective()Gets effective effect formatting data with the inheritance applied.
SetBlurEffect(double, bool)Sets blur effect.

See Also