SVGMarkerElement.SetOrientToAuto

SVGMarkerElement.SetOrientToAuto method

Sets the value of attribute ‘orient’ to ‘auto’.

public void SetOrientToAuto()

Exceptions

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

See Also