Class PdfViewerUnderlineSettings
Represents the settings for underline annotation.
Inheritance
System.Object
PdfViewerUnderlineSettings
Inherited Members
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PdfViewerUnderlineSettings : TextMarkupAnnotationSettings
Constructors
PdfViewerUnderlineSettings()
Declaration
public PdfViewerUnderlineSettings()
Properties
UnderlineColor
Get and Set the underline color. The default value is System.Windows.Media.Colors.DarkGreen
Declaration
public Color UnderlineColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |