strokeDasharray property
Sets or retrieves one or more values that indicate the pattern of dashes and gaps used to stroke paths.
![]() ![]() |
Syntax
HRESULT value = object.put_strokeDasharray( v);HRESULT value = object.get_strokeDasharray(* p);
Property values
Type: BSTR
One of the values in the Property Values section.
String format
none | dasharray | inherit
CSS information
| Applies To | shapes and text content elements |
|---|---|
| Media | visual |
| Inherited | 1 |
| Initial Value | none |
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::strokeDashoffset
- IHTMLCSSStyleDeclaration::strokeLinecap
- IHTMLCSSStyleDeclaration::strokeLinejoin
- IHTMLCSSStyleDeclaration::strokeMiterlimit
- IHTMLCSSStyleDeclaration::strokeOpacity
- IHTMLCSSStyleDeclaration::strokeWidth
Show:

