Title here
Summary here
MAbstractKind: global abstract class
Extends: MAbstract
Properties
| Name | Type | Description |
|---|---|---|
| borderColor | String | The border color represented by a #RRGGBB hexadecimal notation |
| borderRadius | number | The border radius represented by a number (in pixels) |
| borderWidth | number | The border width represented by a number (in pixels) |
MAbstractTrait to add methods to update border style properties to current element being rendered.
Should return an object with the style properties
Kind: instance abstract method of AbstractMBorderRenderedStyleProperties
Access: protected