Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 2.19 KB

File metadata and controls

63 lines (44 loc) · 2.19 KB

Border

Kind: global interface

border.position : String

Position of the border, center, inside or outside.

Kind: instance property of Border

border.thickness : Number

Thickness of the border, a positive integer.

Kind: instance property of Border

border.fill : Fill

Fill of the border.

Kind: instance property of Border

border.dashPattern : DashPattern

Dash pattern of the border.

Kind: instance property of Border

border.join : String

Type of the border join: miter, round or bevel.

Kind: instance property of Border

border.miterLimit : Number

A positive integer that denotes the limit of the miter if join type is miter.

Kind: instance property of Border

border.individualThickness : IndividualThickness

Individual thickness of the border if border has different thickness values.

Kind: instance property of Border

border.blendMode : Fill.BLEND_MODES

Blend mode of the border, defined in Fill.BLEND_MODES.

Kind: instance property of Border