refX property
Gets the ISVGMarkerElement::refX attribute on the marker element.
![]() ![]() |
Syntax
HRESULT value = object.put_refX(ISVGAnimatedLength* v);HRESULT value = object.get_refX(ISVGAnimatedLength** p);
Property values
Type: Object
The x-coordinate of the reference point that should be aligned exactly at the marker position.
Standards information
Remarks
The x-coordinate is defined in the coordinate system after ISVGFitToViewBox::viewBox and ISVGFitToViewBox::preserveAspectRatio attributes are applied to the coordinates.
If you do not specify the ISVGMarkerElement::refX property, the effect is the same as if you specify a value of "0".
See also
- Reference
- SVGMarkerElement
- SVGMarkerElement
- ISVGMarkerElement::refY
Show:

