Css.SupportsQueryHasProperty Class Reference
Inheritance diagram for Css.SupportsQueryHasProperty:
Css.SupportsQuery

Public Member Functions

 SupportsQueryHasProperty (string name)
 
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. "color". 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.SupportsQueryHasProperty.SupportsQueryHasProperty ( string  name)
inline

Member Function Documentation

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

Evaluates this query now.

Reimplemented from Css.SupportsQuery.

override string Css.SupportsQueryHasProperty.ToString ( )
inline

Member Data Documentation

string Css.SupportsQueryHasProperty.Property

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