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