Class TextEffect
Represents the text effects applied to an object or text, such as shadow, outline, glow, reflection, 3D effect, or gradient.
Inheritance
System.Object
TextEffect
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class TextEffect : Object
Constructors
TextEffect()
Declaration
public TextEffect()
Properties
Effect3D
Gets or sets the 3D effect applied to the text.
Declaration
public Effect3D Effect3D { get; set; }
Property Value
| Type | Description |
|---|---|
| Effect3D |
GlowEffect
Gets or sets the glow effect applied to the text.
Declaration
public Glow GlowEffect { get; set; }
Property Value
| Type | Description |
|---|---|
| Glow |
GradientEffect
Gets or sets the gradient effect applied to the text.
Declaration
public Gradient GradientEffect { get; set; }
Property Value
| Type | Description |
|---|---|
| Gradient |
ReflectionEffect
Gets or sets the reflection effect applied to the text.
Declaration
public Reflection ReflectionEffect { get; set; }
Property Value
| Type | Description |
|---|---|
| Reflection |
ShadowEffect
Gets or sets the shadow effect applied to the text.
Declaration
public Shadow ShadowEffect { get; set; }
Property Value
| Type | Description |
|---|---|
| Shadow |
TextOutlineEffect
Gets or sets the text outline effect applied to the text.
Declaration
public TextOutlineEffect TextOutlineEffect { get; set; }
Property Value
| Type | Description |
|---|---|
| TextOutlineEffect |