SVGMarkerElement.SetOrientToAngle
SVGMarkerElement.SetOrientToAngle method
Sets the value of attribute ‘orient’ to the given angle.
public void SetOrientToAngle(SVGAngle angle)
Parameter | Type | Description |
---|---|---|
angle | SVGAngle | The angle value to use for attribute ‘orient’. |
Exceptions
exception | condition |
---|---|
DOMException | Code NO_MODIFICATION_ALLOWED_ERR . Raised on an attempt to change the value of a read only attribute. |
See Also
- class SVGAngle
- class SVGMarkerElement
- namespace Aspose.Svg
- assembly Aspose.SVG