Class PdfViewerRectangleAnnotationSettings
Represents settings for Rectangle annotation.
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class PdfViewerRectangleAnnotationSettings : PdfViewerAnnotationSettings
Properties
FillColor
Gets or sets the inner color of the annotation, Default color is transparent
Declaration
public Color FillColor { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
Thickness
Gets or sets the thickness of the annotation. default value is 4
Declaration
public double Thickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |