Skip to content

Interface: IStrokeStyle

Hierarchy

Table of contents

Properties

Properties

strokeAlign

Optional strokeAlign: IStrokeAlign

Defined in

ui/packages/interface/src/ICommonAttr.ts:54


strokeWidth

Optional strokeWidth: string | IFourNumber

Defined in

ui/packages/interface/src/ICommonAttr.ts:55


strokeWidthFixed

Optional strokeWidthFixed: boolean

Defined in

ui/packages/interface/src/ICommonAttr.ts:56


strokeCap

Optional strokeCap: IStrokeCap

Defined in

ui/packages/interface/src/ICommonAttr.ts:57


strokeJoin

Optional strokeJoin: IStrokeJoin

Defined in

ui/packages/interface/src/ICommonAttr.ts:58


dashPattern

Optional dashPattern: string | number[]

Defined in

ui/packages/interface/src/ICommonAttr.ts:59


dashOffset

Optional dashOffset: number

Defined in

ui/packages/interface/src/ICommonAttr.ts:60


miterLimit

Optional miterLimit: number

Defined in

ui/packages/interface/src/ICommonAttr.ts:61

Released under the MIT License.