Checks if a property can be set to the given value.
Public Member Functions | |
| SupportsQueryCanSetProperty (string name, Css.Value eqValue) | |
| override bool | IsTrue (ReflowDocument document) |
| Evaluates this query now. More... | |
| override string | ToString () |
Public Member Functions inherited from Css.SupportsQuery | |
| SupportsQuery () | |
| override string | ToString () |
Public Attributes | |
| string | Property |
| The name of the property, e.g. "orientation". More... | |
| Css.Value | Value |
| The value to check for. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Css.SupportsQuery | |
| static SupportsQuery | Load (Value value, int start, int endInclusive) |
| Loads this supports query from the given CSS value between the given set indices. More... | |
|
inline |
|
inlinevirtual |
Evaluates this query now.
Reimplemented from Css.SupportsQuery.
|
inline |
| string Css.SupportsQueryCanSetProperty.Property |
The name of the property, e.g. "orientation".
| Css.Value Css.SupportsQueryCanSetProperty.Value |
The value to check for.