CssValue

css length value

Constructors

this
this(int px_value)
Undocumented in source.
this
this(CssValueType n_type, int n_value)
Undocumented in source.

Members

Functions

opEqual
bool opEqual(CssValue v)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

inherited
CssValue inherited;
Undocumented in source.

Variables

type
CssValueType type;

< type of value

value
int value;

< value (*256 for all types except % and px)

Meta