IHTMLStyle7::strokeLinejoin Property
[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 IHTMLStyle7::get_strokeLinejoin(BSTR *p); HRESULT IHTMLStyle7::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
IHTMLStyle7::stroke, IHTMLStyle7::strokeDasharray, IHTMLStyle7::strokeDashoffset, IHTMLStyle7::strokeLinecap, IHTMLStyle7::strokeMiterlimit, IHTMLStyle7::strokeOpacity, IHTMLStyle7::strokeWidth