Title here
Summary here
MAbstractKind: global abstract class
Extends: MAbstract
Properties
| Name | Type | Description |
|---|---|---|
| shadowRadius | number | The spread for the shadow |
| shadowColor | number | The color for the shadow represented by a #RRGGBB hex code |
| shadowXOffset | number | The offset on horizontal axis for shadow |
| shadowYOffset | number | The offset on vertical axis for shadow |
MAbstractMixin to manage shadow rendering
Should return an object with the style properties
Kind: instance abstract method of AbstractMShadowRenderedStyleProperties
Access: protected