orientAngle property

Gets the angle of orientation of the marker element.

 

Syntax

HRESULT value = object.put_orientAngle(ISVGAnimatedAngle* v);HRESULT value = object.get_orientAngle(ISVGAnimatedAngle** p);

Property values

Type: Object

The ISVGTransform::angle that the marker is rotated at.

Standards information

Remarks

If the ISVGMarkerElement::orientType property is SVG_MARKER_ORIENT_ANGLE, this property represents the angle value for ISVGMarkerElement::orientAngle; otherwise, this property is set to zero.

See also

Reference

SVGMarkerElement

SVGMarkerElement

ISVGMarkerElement::orientType