SVGEllipseElementBuilder.Cx

SVGEllipseElementBuilder.Cx method

Sets the ‘cx’ attribute of the SVG ’ellipse’ element, specifying the x-coordinate of the center of the ellipse.

public SVGEllipseElementBuilder Cx(double value, LengthType type = LengthType.Px)
ParameterTypeDescription
valueDoubleThe x-coordinate of the ellipse’s center.
typeLengthTypeThe unit of measurement for the x-coordinate (default is pixels).

Return Value

The current instance of SVGEllipseElementBuilder for method chaining.

See Also