Enum LengthType
CSS lengths can be many different units, this enum tracks which units a length is currently stored in.
NB: min-height and max-height ... both have incompatible datatypes hidden in the CSS spec, such that they are unique, see: https://www.w3.org/TR/CSS2/visudet.html#propdef-min-width
Namespace: NinjaTools.FlexBuilder.CSS3
Assembly: cs.temp.dll.dll
Syntax
public enum LengthType
Fields
Name | Description |
---|---|
PERCENT | |
PIXELS |