GlowFormat
Overview
GlowFormat is a class in Aspose.Words FOSS for .NET.
Represents the glow formatting for an object.
This class provides 1 method for working with GlowFormat objects in .NET programs.
Available methods include: Remove.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Color, Radius, Transparency.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Color | Color | Read/Write | Gets or sets a Color object that represents the color for a glow effect. |
Transparency | double | Read/Write | Gets or sets the degree of transparency for the glow effect as a value between 0.0 (opaque) and 1.0 (clear). |
Radius | double | Read/Write | Gets or sets a double value that represents the length of the radius for a glow effect in points (pt). |
Methods
| Signature | Description |
|---|---|
Remove() | Removes GlowFormat from the parent object. |