Specifies the color for a text underline tool.
Namespace:DevExpress.XtraPdfViewer
Assembly:DevExpress.XtraPdfViewer.v18.2.dll

Syntax
C# |
public Color TextUnderlineColor { get; set; }
|
VB |
Public Property TextUnderlineColor As Color
|
Property value
Type: Color
A System.Drawing.Color value that specifies the text underline tool's color.

Remarks

See Also