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

