angle property

Gets or sets a value that indicates an angle unit.

 

Syntax

HRESULT value = object.put_angle( v);HRESULT value = object.get_angle(* p);

Property values

Type: float

One of the values in the Property Values section.

Standards information

Remarks

For angle values in properties and their corresponding presentation attributes, the angle unit identifier is optional. If you do not the identifier, the angle value is treated as if it is in degrees. If you provide the identifier, the angle unit identifier must be in lowercase.

When you use angles in an SVG attribute, the ISVGTransform::angle property is defined as deg for degrees, grad for gradians, or rad for radians.

In the SVG DOM, ISVGTransform::angle values are represented by using SVGAngle or SVGAnimatedAngle objects.