Class Underline
Inheritance
System.Object
Underline
Assembly: IronPPT.dll
Syntax
public class Underline : Object, IUnderline
Constructors
Underline()
Declaration
Properties
Color
Declaration
public IColor Color { get; set; }
Property Value
FillColorFollowText
Declaration
public Nullable<bool> FillColorFollowText { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
GradientFill
Declaration
public IGradient GradientFill { get; set; }
Property Value
LineJoinBevel
Declaration
public Nullable<bool> LineJoinBevel { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
LineValue
Declaration
public Nullable<UnderlineValues> LineValue { get; set; }
Property Value
NoFill
Declaration
public Nullable<bool> NoFill { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
PresetDash
Declaration
public Nullable<PresetLineDashValues> PresetDash { get; set; }
Property Value
Methods
Clone()
Declaration
public IUnderline Clone()
Returns
Implements