strokeLinecap property
Sets or retrieves a value that specifies the shape to be used at the end of open subpaths when they are stroked.
![]() ![]() |
Syntax
HRESULT value = object.put_strokeLinecap( v);HRESULT value = object.get_strokeLinecap(* p);
Property values
Type: BSTR
One of the values in the Property Values section.
String format
butt | round | bevel
CSS information
| Applies To | shapes and text content elements |
|---|---|
| Media | visual |
| Inherited | 1 |
| Initial Value | butt |
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::strokeLinejoin
- IHTMLCSSStyleDeclaration::strokeMiterlimit
- IHTMLCSSStyleDeclaration::strokeOpacity
- IHTMLCSSStyleDeclaration::strokeWidth
Show:

