TcxTextAttributes2.UnderlineType Property
Specifies the underline type.
Declaration
property UnderlineType: TcxCharFormat2UnderlineType read; write;
Property Value
| Type |
|---|
| TcxCharFormat2UnderlineType |
Remarks
Values include:
| Value | Meaning |
|---|---|
| cfutNone | No underline. |
| cfutSolid | Solid underlined text. |
| cfutDotted | Dotted underlined text. |
| cfutDouble | Double-underlined text. |
| cfutWordOnly | Underline words only. |
See Also