Enum LengthOrNoneType
CSS lengths can be many different units, this enum tracks which units a length is currently stored in.
Adds 'NONE' to the LengthType enum
Namespace: NinjaTools.FlexBuilder.CSS3
Assembly: cs.temp.dll.dll
Syntax
public enum LengthOrNoneType
Fields
| Name | Description |
|---|---|
| NONE | |
| PERCENT | |
| PIXELS |