r1 property

Gets or sets the x-axis radius for an ellipse that is associated with a path element.

 

Syntax

HRESULT value = object.put_r1( v);HRESULT value = object.get_r1(* p);

Property values

Type: float

The x-axis radius for the path's ellipse component.

Exceptions

Exception Condition
NoModificationAllowedError

An attempt is made to modify an object that cannot be changed. For versions earlier than Internet Explorer 10, NO_MODIFICATION_ALLOWED_ERR is returned.

 

Standards information