public class PdfCircleElement| PdfCircleElement | Initializes a new instance of the PdfCircleElement class with the specified center and radius |
| Accessibility | Accessibility metadata used when the host PdfDocument is tagged. The default structure type for a circle is Artifact, marking it as decorative graphic excluded from the structure tree |
| Border | The stroke style for the circle outline, including width and dash pattern |
| BorderColor | The border color of the circle. When null the circle is only filled |
| BorderOpacity | The opacity of the circle border in the range 0..1. The default value is 1 which produces a fully opaque border |
| CenterX | The X coordinate of the center in points, measured from the top-left corner of the page |
| CenterY | The Y coordinate of the center in points, measured from the top-left corner of the page |
| FillColor | The fill color of the circle. When null the circle is only stroked |
| FillOpacity | The opacity of the circle fill in the range 0..1. The default value is 1 which produces a fully opaque fill |
| Radius | The radius of the circle in points |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |