Css.SupportsQueryCanSetProperty Class Reference

Detailed Description

Checks if a property can be set to the given value.

Inheritance diagram for Css.SupportsQueryCanSetProperty:
Css.SupportsQuery

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...
 

Constructor & Destructor Documentation

Css.SupportsQueryCanSetProperty.SupportsQueryCanSetProperty ( string  name,
Css.Value  eqValue 
)
inline

Member Function Documentation

override bool Css.SupportsQueryCanSetProperty.IsTrue ( ReflowDocument  screen)
inlinevirtual

Evaluates this query now.

Reimplemented from Css.SupportsQuery.

override string Css.SupportsQueryCanSetProperty.ToString ( )
inline

Member Data Documentation

string Css.SupportsQueryCanSetProperty.Property

The name of the property, e.g. "orientation".

Css.Value Css.SupportsQueryCanSetProperty.Value

The value to check for.