[]
Represents a text effects formatting that can be applied to an object.
public class TextEffects : FormattingBag
Public Class TextEffects
Inherits FormattingBag
Name | Description |
---|---|
Glow | Gets the glow effect formatting. |
Reflection | Gets the reflection effect formatting. |
Shadow | Gets the shadow effect formatting. |
ThreeDFormat | Gets the 3D format effect. Note: returns null for CanvasShape and GroupShape. |
ThreeDScene | Gets the 3D scene effect. Note: returns null for CanvasShape. |
Name | Description |
---|---|
ApplyBuiltInGlow(BuiltInGlowId) | Applies a built-in glow to the object. |
ApplyBuiltInGlowInt(BuiltInGlowId) | Applies built-in glow to the object. |
ApplyBuiltInReflection(BuiltInReflectionId) | Applies a built-in reflection to the object. |
ApplyBuiltInReflectionInt(BuiltInReflectionId) | Applies built-in reflection to the object. |
ApplyBuiltInShadow(BuiltInShadowId) | Applies a built-in shadow to the object. |
ApplyBuiltInShadowInt(BuiltInShadowId) | Applies built-in shadow to the object. |
Clean() | Sets all effects to default values. |
Equals(object) | |
GetHashCode() | |
HasDirectFormatting(string, string) | Gets whether the direct formatting contains any data for an object with specified keys. |
Reset() | Resets all effects to inherited defaults. |