Interface: IStrokeComputedStyle
Hierarchy
IStrokeComputedStyle
Table of contents
Properties
- strokeAlign
- strokeWidth
- strokeWidths
- strokeWidthFixed
- strokeCap
- strokeJoin
- dashPattern
- dashOffset
- miterLimit
Properties
strokeAlign
• Optional
strokeAlign: IStrokeAlign
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:72
strokeWidth
• Optional
strokeWidth: number
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:73
strokeWidths
• Optional
strokeWidths: number
[]
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:74
strokeWidthFixed
• Optional
strokeWidthFixed: IScaleFixed
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:75
strokeCap
• Optional
strokeCap: IStrokeCap
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:76
strokeJoin
• Optional
strokeJoin: IStrokeJoin
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:77
dashPattern
• Optional
dashPattern: number
[]
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:78
dashOffset
• Optional
dashOffset: number
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:79
miterLimit
• Optional
miterLimit: number