Checks if the named feature is at most x.
Public Member Functions | |
| MediaQueryMaxFeature (string name, Css.Value maxValue) | |
| override bool | IsTrue (ReflowDocument document) |
| Evaluates this media query now. More... | |
| override string | ToString () |
Public Member Functions inherited from Css.MediaQuery | |
| MediaQuery () | |
| override string | ToString () |
Public Attributes | |
| string | Feature |
| The name of the feature, e.g. "color". More... | |
| float | MaxValue |
| The maximum value. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Css.MediaQuery | |
| static MediaQuery | Load (Value value, int start, int endInclusive) |
| Loads this media query from the given CSS value between the given set indices. More... | |
|
inline |
|
inlinevirtual |
Evaluates this media query now.
Reimplemented from Css.MediaQuery.
|
inline |
| string Css.MediaQueryMaxFeature.Feature |
The name of the feature, e.g. "color".
| float Css.MediaQueryMaxFeature.MaxValue |
The maximum value.