Skip to main content

PdfAnnotationOptions.CircleColor Property

Gets or sets the circle annotation outline color. This is a bindable property.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public Color CircleColor { get; set; }

Property Value

Type Description
Color

The circle outline color.

Property Paths

You can access this nested property as listed below:

Object Type Path to CircleColor
PdfViewer
.AnnotationOptions .CircleColor
See Also