Class Underline
Configures text underline appearance with pattern and color for character formatting.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class Underline
Constructors
Underline(CharacterProperties)
Creates an underline settings wrapper for the specified character properties.
Declaration
public Underline(CharacterProperties characterProperties)
Parameters
|
CharacterProperties
characterProperties
The character properties. |
Properties
Color
Gets or sets the color applied to the underline decoration.
Declaration
public ThemableColor Color { get; set; }
Property Value
|
ThemableColor
The color. |
Pattern
Gets or sets the line style used for underlining text, such as single, double, dotted, or wavy; defaults to None.
Declaration
public UnderlinePattern Pattern { get; set; }
Property Value
|
UnderlinePattern
The default value is |