PdfMarkupToolsSettings.TextUnderlineColor Property
Specifies the color for a text underline tool.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.1.dll
NuGet Package: DevExpress.Win.PdfViewer
Declaration
Property Value
Type | Description |
---|---|
Color | A Color value that specifies the text underline tool’s color. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to TextUnderlineColor |
---|---|
PdfViewer |
|
Remarks
To access the PdfMarkupToolsSettings object, use the PdfViewer.MarkupToolsSettings property.
See Also