Class Underline
Inheritance
System.Object
Underline
Assembly: IronWord.dll
Syntax
public class Underline : Object
Constructors
Underline()
Declaration
Underline(UnderlineValues, Color, Color, Int32, Double)
Declaration
public Underline(UnderlineValues val, Color color, Color themeColor, int themeShade, double themeTint)
Parameters
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
LineValue
Declaration
public Nullable<UnderlineValues> LineValue { get; set; }
Property Value
ThemeColor
Declaration
public Color ThemeColor { get; set; }
Property Value
ThemeShade
Declaration
public Nullable<int> ThemeShade { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ThemeTint
Declaration
public Nullable<double> ThemeTint { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Methods
Clone()
Declaration
Returns