strokeLinejoin property
Sets or retrieves a value that specifies the shape to be used at the corners of paths or basic shapes when they are stroked.
![]() ![]() |
Syntax
HRESULT value = object.put_strokeLinejoin( v);HRESULT value = object.get_strokeLinejoin(* p);
Property values
Type: BSTR
One of the values in the Property Values section.
String format
miter | round | bevel | inherit
CSS information
| Applies To | shapes and text content elements |
|---|---|
| Media | visual |
| Inherited | 1 |
| Initial Value | miter |
Standards information
Requirements
|
Minimum supported client |
Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- Reference
- IHTMLCSSStyleDeclaration::stroke
- IHTMLCSSStyleDeclaration::strokeDasharray
- IHTMLCSSStyleDeclaration::strokeDashoffset
- IHTMLCSSStyleDeclaration::strokeLinecap
- IHTMLCSSStyleDeclaration::strokeMiterlimit
- IHTMLCSSStyleDeclaration::strokeOpacity
- IHTMLCSSStyleDeclaration::strokeWidth
Show:

