ISVGMarkerElement interface

Provides the properties for the marker element.

Members

The ISVGMarkerElement interface inherits from the IDispatch interface. ISVGMarkerElement also has these types of members:

  • Methods
  • Properties

Methods

The ISVGMarkerElement interface has these methods.

Method Description
ISVGMarkerElement::setOrientToAngle

Sets the value of the ISVGMarkerElement::orientAngle attribute to the specified angle.

ISVGMarkerElement::setOrientToAuto

Sets the value of the svgMarkerOrient attribute to auto.

 

Properties

The ISVGMarkerElement interface has these properties.

Property Access type Description

ISVGMarkerElement::markerHeight

Read/write

Gets the height attribute of the marker element.

ISVGMarkerElement::markerUnits

Read/write

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

ISVGMarkerElement::markerWidth

Read/write

Gets the width attribute of the marker element.

ISVGMarkerElement::orientAngle

Read/write

Gets the angle of orientation of the marker element.

ISVGMarkerElement::orientType

Read/write

Gets the orientation type for a marker element.

ISVGMarkerElement::refX

Read/write

Gets the ISVGMarkerElement::refX attribute on the marker element.

ISVGMarkerElement::refY

Read/write

Gets the ISVGMarkerElement::refY attribute on the marker element.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch