Kind: global interface
- Border
- .position :
String
- .thickness :
Number
- .fill :
Fill
- .dashPattern :
DashPattern
- .join :
String
- .miterLimit :
Number
- .individualThickness :
IndividualThickness
- .blendMode :
Fill.BLEND_MODES
- .position :
Position of the border, center
, inside
or outside
.
Kind: instance property of Border
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
Type of the border join: miter
, round
or bevel
.
Kind: instance property of Border
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