SVGMarkerElement.OrientAngle

SVGMarkerElement.OrientAngle property

Corresponds to attribute ‘orient’ on the given ‘marker’ element. If markerUnits is SVG_MARKER_ORIENT_ANGLE, the angle value for attribute ‘orient’; otherwise, it will be set to zero.

public SVGAnimatedAngle OrientAngle { get; }

Property Value

The attribute ‘orient’ of the given ‘marker’ element.

See Also