AbstractMBorderRenderedStyleProperties

AbstractMBorderRenderedStyleProperties ⇐ MAbstract

Kind: global abstract class
Extends: MAbstract
Properties

NameTypeDescription
borderColorString

The border color represented by a #RRGGBB hexadecimal notation

borderRadiusnumber

The border radius represented by a number (in pixels)

borderWidthnumber

The border width represented by a number (in pixels)

AbstractMBorderRenderedStyleProperties()

Trait to add methods to update border style properties to current element being rendered.

_defineBorderRenderedSettings()

Should return an object with the style properties

Kind: instance abstract method of AbstractMBorderRenderedStyleProperties
Access: protected