UnderlineType Enum
Lists underline styles.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
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-dot 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-dot underline. |
Thick |
Specifies a thick dash-dot-dot underline. |
Thick |
Specifies a thick long-dashed underline. |
Double |
Specifies a double wave underline. |
Wave | Specifies a wave underline. |
#Remarks
Use the CharacterPropertiesBase.Underline property to specify the underline style for characters and the CharacterPropertiesBase.UnderlineColor to specify the color.