SVGRadialGradientElementBuilder.R

SVGRadialGradientElementBuilder.R method

Sets the ‘r’ attribute of the SVG ‘radialGradient’ element, specifying the radius of the gradient.

public SVGRadialGradientElementBuilder R(double value, LengthType type = LengthType.Px)
ParameterTypeDescription
valueDoubleThe radius of the gradient.
typeLengthTypeThe unit of measurement for the radius (default is pixels).

Return Value

The current instance of SVGRadialGradientElementBuilder for method chaining.

See Also