This topic has not yet been rated - Rate this topic

r property

Gets or sets the radius of a radial gradient.

Scalable Vector Graphics: Gradients and Patterns, Section 13.4.3Internet Explorer 9

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.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.