MaterialDesignJsVeiwRenderer / view.utils.elementCss.properties / Number
Number
class Number :
CssValue
Represents a numerical CSS value.
This class also supports the css values: auto, initial, inherit
Constructors
<init>
Number(value:
Int
)``Number(number:
Double
)
Represents a numerical CSS value.
Properties
Functions
cssString
fun cssString():
String
This method is generally used in enums representing Css values. It facilitates the conversion from enum value to css string value. For more specific cases, overriding this method is necessary.