UnderlinePattern
Defines line styles for text underlines, including solid, dashed, dotted, and wavy patterns in various weights.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Styles
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
public enum UnderlinePattern
Fields
Series of thin dashes beneath text.
Dash = 7
Repeating pattern of two thick dots and a dash beneath text.
DashDotDotHeavy = 14
Alternating thick dots and dashes beneath text.
DashDotHeavy = 12
Series of thick dashes beneath text.
DashedHeavy = 8
Series of long thin dashes beneath text.
DashLong = 9
Series of long thick dashes beneath text.
DashLongHeavy = 10
Alternating thin dots and dashes beneath text.
DotDash = 11
Repeating pattern of two thin dots and a dash beneath text.
DotDotDash = 13
Series of thin dots beneath text.
Dotted = 5
Series of thick dots beneath text.
DottedHeavy = 6
Two parallel thin lines beneath text.
Double = 3
No underline applied to text.
None = 0
Single thin line beneath text.
Single = 1
Single thick line beneath text.
Thick = 4
Single thin wavy line beneath text.
Wave = 15
Two parallel thin wavy lines beneath text.
WavyDouble = 17
Single thick wavy line beneath text.
WavyHeavy = 16
Underlines words only, skipping spaces between them.
Words = 2