Class
Underline

Configures text underline appearance with pattern and color for character formatting.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class Underline

Inheritance: objectUnderline

Constructors

Underline(CharacterProperties)

Creates an underline settings wrapper for the specified character properties.

Declaration

cs-api-definition
public Underline(CharacterProperties characterProperties)

Parameters

characterProperties

CharacterProperties

The character properties.

Properties

Color

Gets or sets the color applied to the underline decoration.

Declaration

cs-api-definition
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

cs-api-definition
public UnderlinePattern Pattern { get; set; }

Property Value

UnderlinePattern

The default value is None