Module beamui.style.property

Import line

import beamui.style.property;

Functions

NameDescription
getCSSName(ptype) Get property name how it looks in CSS
isAnimatable(ptype) Returns true whether the property can be animated
isInherited(ptype) Returns true whether the property value implicitly inherits from parent widget

Enums

NameDescription
StyleProperty Enumeration of all supported style properties. NOTE: DON'T use case .. case slices on them, because order may be changed in the future.