Class PdfViewerLineSettings
Represents the settings for line annotation.
Inherited Members
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PdfViewerLineSettings : ShapeAnnotationSettings
Constructors
PdfViewerLineSettings()
Declaration
public PdfViewerLineSettings()
Properties
LineColor
Get and Set the line color. The default value is System.Windows.Media.Colors.Red
Declaration
public Color LineColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |