This class represents border for graphics elements.
| Name | Type | Description | Notes |
|---|---|---|---|
| left | GraphInfo | Gets or sets a object that indicates left of the border. | [optional] |
| right | GraphInfo | Gets or sets a object that indicates right of the border. | [optional] |
| top | GraphInfo | Gets or sets a object that indicates the top border. | [optional] |
| bottom | GraphInfo | Gets or sets a object that indicates bottom of the border. | [optional] |
| rounded_border_radius | float | Gets or sets a rouded border radius | [optional] |