Share via


IHTMLRuleStyle7::strokeLinejoin Property

New for Internet Explorer 9

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

Gets or sets a value that specifies the shape to be used at the corners of paths or basic shapes when they are stroked.

Syntax

HRESULT IHTMLRuleStyle7::get_strokeLinejoin(BSTR *p);
HRESULT IHTMLRuleStyle7::put_strokeLinejoin(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

miter Default. Indicates that lines should be joined by extending both of their outside edges until they meet.
round Indicates that lines should be joined by a circular arc with a radius that equals half the line width.
bevel Indicates that lines should be joined by connecting the outer corners of the lines with a straight line segment.
inherit Indicates that the property takes the same computed value as the property for the element's parent.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IHTMLRuleStyle7::stroke, IHTMLRuleStyle7::strokeDasharray, IHTMLRuleStyle7::strokeDashoffset, IHTMLRuleStyle7::strokeLinecap, IHTMLRuleStyle7::strokeMiterlimit, IHTMLRuleStyle7::strokeOpacity, IHTMLRuleStyle7::strokeWidth