Class Underline
Defines an underline settings.
Inheritance
System.Object
Underline
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class Underline
Constructors
Underline(CharacterProperties)
Initializes a new instance of the Underline class.
Declaration
public Underline(CharacterProperties characterProperties)
Parameters
CharacterProperties
characterProperties
The character properties. |
Properties
Color
Gets or sets the color for the underlining.
Declaration
public ThemableColor Color { get; set; }
Property Value
ThemableColor
The color. |
Pattern
Gets or sets a value indicating the pattern which shall be used to create the underlining applied beneath the text.
Declaration
public UnderlinePattern Pattern { get; set; }
Property Value
UnderlinePattern
The default value is |