PdfMarkupToolsSettings.TextUnderlineColor Property
In This Article
Specifies the color for a text underline tool.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.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 Text |
---|---|
Pdf |
|
#Remarks
To access the PdfMarkupToolsSettings object, use the PdfViewerControl.MarkupToolsSettings property.
See Also