Class PdfViewerCircleSettings
Represents the settings for circle annotation.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PdfViewerCircleSettings : ShapeAnnotationSettings
Constructors
PdfViewerCircleSettings()
Declaration
public PdfViewerCircleSettings()
Properties
CircleColor
Get and Set the circle color. The default value is System.Windows.Media.Colors.Red
Declaration
public Color CircleColor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Color |
FillColor
Gets and sets the fill color for the shapes.
Declaration
public Color FillColor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Color |