StrokeStyle
Definition of the stroke style. Comma or space-separated list of numbers that define the length of the dashes and spacing. If an odd number is specified, the list is repeated once. Example: "5, 3, 2" is equivalent to "5, 3, 2, 5, 3, 2".
Schema: tchmi:general#/definitions/String
Attribute getter
public getStrokeStyle(): string | undefined;Parameter
|
Name |
Type |
Description |
|---|---|---|
|
- |
- |
- |
Return value
|
Type |
Description |
|---|---|
|
The current value of the attribute. |
Attribute setter
public setStrokeStyle(valueNew: string | null): void;Parameter
|
Name |
Type |
Description |
|---|---|---|
|
valueNew |
The new value of the attribute. If null is passed, the internal default value is used. |
Return value
|
Type |
Description |
|
|---|---|---|
|
void |
No return value. |
|
![]() | Available from 1.8 |
