MaterialDesignJsVeiwRenderer / view.utils.elementCss.properties / CssProperty
CssProperty
interface CssProperty
Defines an interface for classes that represent a css property.
Functions
applyToStyle
abstract fun applyToStyle(element: <ERROR CLASS>):
Unit
Sets the element's corresponding css property value
Inheritors
Dimension
open class Dimension :
CssValue
,
CssProperty
Represents a CSS dimension property such as width and height.
Display
enum class Display :
CssProperty
,
CssValue
FlexItemSettings
open class FlexItemSettings :
CssProperty
Sets CSS properties of child elements of a FlexBox.
FlexSettings
open class FlexSettings :
CssProperty
Sets CSS properties related to a FlexBox container.
Font
class Font :
CssProperty
Grid
class Grid :
CssProperty
Sets CSS properties related to a CSS grid.
GridItem
class GridItem :
CssProperty
Sets the css properties related to the CSS Grid.
Overflow
class Overflow :
CssProperty
Position
enum class Position :
CssValue
,
CssProperty
Text
class Text :
CssProperty
Transformation
open class Transformation :
CssProperty
Visibility
enum class Visibility :
CssValue
,
CssProperty
WhiteSpace
enum class WhiteSpace :
CssValue
,
CssProperty