SVGRadialGradientElementBuilder.Cy

SVGRadialGradientElementBuilder.Cy method

Sets the ‘cy’ attribute of the SVG ‘radialGradient’ element, specifying the y-coordinate of the center of the gradient.

public SVGRadialGradientElementBuilder Cy(double value, LengthType type = LengthType.Px)
ParameterTypeDescription
valueDoubleThe y-coordinate of the gradient’s center.
typeLengthTypeThe unit of measurement for the y-coordinate (default is pixels).

Return Value

The current instance of SVGRadialGradientElementBuilder for method chaining.

See Also