Interface: IStrokeStyle
Hierarchy
IStrokeStyle
Table of contents
Properties
Properties
strokeAlign
• Optional strokeAlign: IStrokeAlign
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:54
strokeWidth
• Optional strokeWidth: string | IFourNumber
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:55
strokeWidthFixed
• Optional strokeWidthFixed: IScaleFixed
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:56
strokeCap
• Optional strokeCap: IStrokeCap
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:57
strokeJoin
• Optional strokeJoin: IStrokeJoin
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:58
dashPattern
• Optional dashPattern: string | number[]
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:59
dashOffset
• Optional dashOffset: number
Defined in
src/ui/packages/interface/src/ICommonAttr.ts:60
miterLimit
• Optional miterLimit: number