Class Glow
Represents the glow effect applied to an object or text.
Inheritance
System.Object
Glow
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class Glow : Object
Constructors
Glow()
Declaration
public Glow()
Properties
GlowColor
Gets or sets the color of the glow effect.
Declaration
public Color GlowColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
GlowRadius
Gets or sets the radius of the glow effect.
Declaration
public double GlowRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Remarks
The glow radius is specified in points (1/72 inch).
Methods
GetGlowRadius(MeasurementUnit)
Gets the radius of the glow effect in the specified measurement unit.
Declaration
public double GetGlowRadius(MeasurementUnit measurementUnit)
Parameters
| Type | Name | Description |
|---|---|---|
| MeasurementUnit | measurementUnit | The measurement unit to convert the glow radius to. |
Returns
| Type | Description |
|---|---|
| System.Double | The radius of the glow effect. |
SetGlowRadius(Double, MeasurementUnit)
Sets the radius of the glow effect to the specified value in the specified measurement unit.
Declaration
public void SetGlowRadius(double glowRadius, MeasurementUnit measurementUnit)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | glowRadius | The radius of the glow effect. |
| MeasurementUnit | measurementUnit | The measurement unit of the specified glow radius. |