IHTMLStyle7::marker Property

New for Internet Explorer 9

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

Gets or sets a value that specifies the marker symbol that is used for all vertices on the given path element or basic shape.

Syntax

HRESULT IHTMLStyle7::get_marker(BSTR *p);
HRESULT IHTMLStyle7::put_marker(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 any vertex.
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 all 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 markers are not drawn.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The IHTMLStyle7::marker property is a composite property for the three individual marker properties.

See Also

IHTMLStyle7::markerStart, IHTMLStyle7::markerMid, IHTMLStyle7::markerEnd