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 |
---|---|
Shape |
A Shape |
Available values:
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. |
Heavy |
Series of thick dot characters. |
Dashed | Dashed line. |
Heavy |
Series of thick dashes. |
Long |
Series of long dashed characters. |
Heavy |
Series of thick, long, dashed characters. |
Dot |
Series of dash - dot characters. |
Heavy |
Series of thick dash - dot characters. |
Dot |
Series of dash - dot - dot characters. |
Heavy |
Series of thick dash - dot - dot characters. |
Wavy | Single wavy line. |
Heavy |
Single thick wavy line. |
Double |
Pair of wavy lines. |