new Border(options)
Creates a new instance of Border.
Parameters:
Name | Type | Description |
---|---|---|
options |
object | The initialization options, an object with properties color, width, style, cornerRadius |
Properties:
Name | Type | Description |
---|---|---|
color |
Annotations.Color | The color of the border |
width |
number | The width of the border |
style |
number | The style of the border (e.g. solid, bevelled, inset) |
cornerRadius |
number | The corner radius size |