Class PdfViewerPolygonSettings
Provides settings for polygon annotation.
Inherited Members
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PdfViewerPolygonSettings : ShapeAnnotationSettings
Constructors
PdfViewerPolygonSettings()
Declaration
public PdfViewerPolygonSettings()
Properties
BorderEffect
Gets or sets the border effect of the polygon annotation.
Declaration
public BorderEffect BorderEffect { get; set; }
Property Value
Type | Description |
---|---|
BorderEffect | The border style of the polygon annotation. The default value is Solid. |
FillColor
Gets or Sets the color of the polygon annotation when on inclusion. The default value is Transparent.
Declaration
public Color FillColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
StrokeColor
Gets or Sets the stroke color of the polygon annotation when on inclusion. The default value is Red.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |