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 angle that the marker is rotated at.
Standards information
Remarks
If the orientType property is SVG_MARKER_ORIENT_ANGLE, this property represents the angle value for orientAngle; otherwise, this property is set to zero.
See also
- Reference
- SVGMarkerElement
- SVGMarkerElement
- orientType
Show:

