r property

Gets or sets the radius of a radial gradient.

 

Syntax

HRESULT value = object.put_r(ISVGAnimatedLength* v);HRESULT value = object.get_r(ISVGAnimatedLength** p);

Property values

Type: Object

The radial gradient's radius.

Standards information

Remarks

The ISVGRadialGradientElement::r property defines the largest (that is, the outermost) circle for a radial gradient. The gradient is drawn such that the 100% gradient stop coincides with the perimeter of this largest (that is, the outermost) circle.