Skip to main content

UnderlineType Enum

Lists underline styles.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

[ComVisible(true)]
public enum UnderlineType

#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.

DashDotted

Specifies a dash-dotted underline.

DashDotDotted

Specifies a dash-dot-dot underline.

Double

Specifies a double underline.

HeavyWave

Specifies a heavy wave underline.

LongDashed

Specifies a long-dashed underline.

ThickSingle

Specifies a thick single underline.

ThickDotted

Specifies a thick dotted underline.

ThickDashed

Specifies a thick dashed underline.

ThickDashDotted

Specifies a thick dash-dot underline.

ThickDashDotDotted

Specifies a thick dash-dot-dot underline.

ThickLongDashed

Specifies a thick long-dashed underline.

DoubleWave

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.

See Also