Class PdfViewerAnnotationSettings
Represents settings for PdfViewerAnnotationSettings.
Inheritance
System.Object
PdfViewerAnnotationSettings
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public abstract class PdfViewerAnnotationSettings : Object
Constructors
PdfViewerAnnotationSettings()
Declaration
protected PdfViewerAnnotationSettings()
Properties
Color
Gets or sets the color of the annotation.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
Opacity
Gets or sets the Opacity of the annotation.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |