Class Glow
Inheritance
System.Object
Glow
Assembly: IronWord.dll
Syntax
public class Glow : Object
Constructors
Glow()
Declaration
Properties
GlowColor
Declaration
public Color GlowColor { get; set; }
Property Value
GlowRadius
Declaration
public double GlowRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
GetGlowRadius(Units)
Declaration
public double GetGlowRadius(Units measurementUnit)
Parameters
Type |
Name |
Description |
Units |
measurementUnit |
|
Returns
Type |
Description |
System.Double |
|
SetGlowRadius(Double, Units)
Declaration
public void SetGlowRadius(double glowRadius, Units measurementUnit)
Parameters
Type |
Name |
Description |
System.Double |
glowRadius |
|
Units |
measurementUnit |
|