Class SvgCircle
Represents a circular shape drawn as an SVG path.
public class SvgCircle
- Inheritance
-
SvgCircle
- Inherited Members
- Extension Methods
Constructors
SvgCircle()
public SvgCircle()
Properties
CX
The horizontal position of the center of the circle.
public double CX { get; set; }
Property Value
CY
The vertical position of the center of the circle.
public double CY { get; set; }
Property Value
Index
The position of this path within a list.
public int Index { get; set; }
Property Value
Radius
The distance from the center of the circle to the edge.
public double Radius { get; set; }
Property Value
StrokeDashArray
The pattern of dashes and gaps used to paint the outline of the circle.
public string StrokeDashArray { get; set; }
Property Value
StrokeDashOffset
The offset applied to the StrokeDashArray.
public double StrokeDashOffset { get; set; }