markerUnits property

Gets or sets the coordinate system for the ISVGMarkerElement::markerWidth and ISVGMarkerElement::markerHeight attributes and for the contents of the marker element.

 

Syntax

HRESULT value = object.put_markerUnits(ISVGAnimatedEnumeration* v);HRESULT value = object.get_markerUnits(ISVGAnimatedEnumeration** p);

Property values

Type: Object

One of the following values:

Standards information

Remarks

If you do not specify the ISVGMarkerElement::markerUnits property, the effect is the same as if you specify a value of SVG_MARKERUNITS_STROKEWIDTH.

See also

Reference

SVGMarkerElement

SVGMarkerElement