Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ShapeTextFont.UnderlineType Property

Gets or sets the type of underline applied to the text.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

ShapeTextUnderlineType UnderlineType { get; set; }

#Property Value

Type Description
ShapeTextUnderlineType

A ShapeTextUnderlineType enumeration value.

Available values:

Show 18 items
Name Description
None

No underline.

Words

Single line beneath all non-space characters.

Single

Single line.

Double

Two lines.

Heavy

Heavy line.

Dotted

Series of dot characters.

HeavyDotted

Series of thick dot characters.

Dashed

Dashed line.

HeavyDashed

Series of thick dashes.

LongDashed

Series of long dashed characters.

HeavyLongDashed

Series of thick, long, dashed characters.

DotDash

Series of dash - dot characters.

HeavyDotDash

Series of thick dash - dot characters.

DotDotDash

Series of dash - dot - dot characters.

HeavyDotDotDash

Series of thick dash - dot - dot characters.

Wavy

Single wavy line.

HeavyWavy

Single thick wavy line.

DoubleWavy

Pair of wavy lines.

See Also