strokeDashoffset property
Sets or retrieves a value that specifies the distance into the dash pattern to start the dash.
![]() ![]() |
Syntax
HRESULT value = object.put_strokeDashoffset( v);HRESULT value = object.get_strokeDashoffset(* p);
Property values
Type: VARIANT
One of the values in the Property Values section.
String format
<percentage>
|
<length>
| inherit
CSS information
| Applies To | shapes and text content elements |
|---|---|
| Media | visual |
| Inherited | 1 |
| Initial Value | 0 |
Standards information
Remarks
Values can be negative.
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::strokeLinecap
- IHTMLCSSStyleDeclaration::strokeLinejoin
- IHTMLCSSStyleDeclaration::strokeMiterlimit
- IHTMLCSSStyleDeclaration::strokeOpacity
- IHTMLCSSStyleDeclaration::strokeWidth
Show:

