SyntaxHighlightProperties.Underline Property
Gets or sets the type of underline applied to the character(s).
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public UnderlineType? Underline { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Underline |
An Underline |
Available values:
Name | Description |
---|---|
None | Indicates that the text is not underlined. |
Single | Specifies a single underline. |
Dotted | Specifies a dotted underline. |
Dashed | Specifies a dashed underline. |
Dash |
Specifies a dash-dotted underline. |
Dash |
Specifies a dash-dot-dotted underline. |
Double | Specifies a double underline. |
Heavy |
Specifies a heavy wave underline. |
Long |
Specifies a long-dashed underline. |
Thick |
Specifies a thick single underline. |
Thick |
Specifies a thick dotted underline. |
Thick |
Specifies a thick dashed underline. |
Thick |
Specifies a thick dash-dotted underline. |
Thick |
Specifies a thick dash-dot-dotted underline. |
Thick |
Specifies a thick long-dashed underline. |
Double |
Specifies a double wave underline. |
Wave | Specifies a wave underline. |
Underline |
Specifies an underline that is a single line below all non-space characters. Other characters are not underlined. |