IHTMLStyle7::markerEnd Property

New for Internet Explorer 9

[This documentation is preliminary and is subject to change.]

Gets or sets a value that defines the arrowhead or polymarker that is drawn at the final vertex of a given path element or basic shape.

Syntax

HRESULT IHTMLStyle7::get_markerEnd(BSTR *p);
HRESULT IHTMLStyle7::put_markerEnd(BSTR v);

Parameters

  • p
    Pointer to a variable of type BSTR that receives one of the values listed in Possible Values.
  • v
    BSTR that specifies one of the values listed in Possible Values.

Possible Values

none Default. Indicates that no marker symbol is drawn at the given vertex (vertices).
inherit Indicates that the property takes the same computed value as the property for the element's parent.
funciri A Functional Internationalized Resource Identifier (IRI) reference to the marker element that is used as the arrowhead symbol or polymarker at the given vertex or vertices. If the IRI reference is not valid (for example, it points to an object that is undefined or the object is not a marker element), the marker(s) are not drawn.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IHTMLStyle7::marker, IHTMLStyle7::markerStart, IHTMLStyle7::markerMid