IEffectFormat
Overview
IEffectFormat is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IEffectParamSource.
Represents visual effect formatting properties for a shape.
This interface provides 17 methods for working with IEffectFormat objects in .NET programs.
Available methods include: DisableBlurEffect, DisableFillOverlayEffect, DisableGlowEffect, DisableInnerShadowEffect, DisableOuterShadowEffect, DisablePresetShadowEffect, DisableReflectionEffect, DisableSoftEdgeEffect, EnableBlurEffect, EnableFillOverlayEffect, EnableGlowEffect, EnableInnerShadowEffect, and 5 additional methods.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsIEffectParamSource, BlurEffect, FillOverlayEffect, GlowEffect, InnerShadowEffect, IsNoEffects, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsNoEffects | bool | Read | Gets a value indicating whether no effects are applied. |
BlurEffect | IBlur? | Read/Write | Gets or sets the blur effect. |
FillOverlayEffect | IFillOverlay? | Read/Write | Gets or sets the fill overlay effect. |
GlowEffect | IGlow? | Read/Write | Gets or sets the glow effect. |
InnerShadowEffect | IInnerShadow? | Read/Write | Gets or sets the inner shadow effect. |
OuterShadowEffect | IOuterShadow? | Read/Write | Gets or sets the outer shadow effect. |
PresetShadowEffect | IPresetShadow? | Read/Write | Gets or sets the preset shadow effect. |
ReflectionEffect | IReflection? | Read/Write | Gets or sets the reflection effect. |
SoftEdgeEffect | ISoftEdge? | Read/Write | Gets or sets the soft edge effect. |
AsIEffectParamSource | IEffectParamSource | Read | Returns this instance as IEffectParamSource. |
Methods
| Signature | Description |
|---|---|
EnableBlurEffect() | Enables the blur effect. |
DisableBlurEffect() | Disables the blur effect. |
EnableFillOverlayEffect() | Enables the fill overlay effect. |
DisableFillOverlayEffect() | Disables the fill overlay effect. |
EnableGlowEffect() | Enables the glow effect. |
DisableGlowEffect() | Disables the glow effect. |
EnableInnerShadowEffect() | Enables the inner shadow effect. |
DisableInnerShadowEffect() | Disables the inner shadow effect. |
EnableOuterShadowEffect() | Enables the outer shadow effect. |
DisableOuterShadowEffect() | Disables the outer shadow effect. |
EnablePresetShadowEffect() | Enables the preset shadow effect. |
DisablePresetShadowEffect() | Disables the preset shadow effect. |
EnableReflectionEffect() | Enables the reflection effect. |
DisableReflectionEffect() | Disables the reflection effect. |
EnableSoftEdgeEffect() | Enables the soft edge effect. |
DisableSoftEdgeEffect() | Disables the soft edge effect. |
SetBlurEffect(radius: float, grow: bool) | Sets blur effect parameters. |