SVGMarkerElement.SetOrientToAngle

SVGMarkerElement.SetOrientToAngle method

Sets the value of attribute ‘orient’ to the given angle.

public void SetOrientToAngle(SVGAngle angle)
ParameterTypeDescription
angleSVGAngleThe angle value to use for attribute ‘orient’.

Exceptions

exceptioncondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute.

See Also