Detailed Description

Represents <a-css-property> in the specification.

Inheritance diagram for Css.Spec.Property:
Css.Spec.Value

Public Member Functions

 Property (CssProperty prop, string name)
 
override bool OnReadValue (Style styleBlock, Css.Value value, int start, out int size)
 

Public Attributes

CssProperty RawProperty
 The property itself. More...
 

Private Attributes

CssPropertySetInfo SetInfo
 An object used to indicate that this property has been set. More...
 

Constructor & Destructor Documentation

Css.Spec.Property.Property ( CssProperty  prop,
string  name 
)
inline

Member Function Documentation

override bool Css.Spec.Property.OnReadValue ( Style  styleBlock,
Css.Value  value,
int  start,
out int  size 
)
inlinevirtual

Reimplemented from Css.Spec.Value.

Member Data Documentation

CssProperty Css.Spec.Property.RawProperty

The property itself.

CssPropertySetInfo Css.Spec.Property.SetInfo
private

An object used to indicate that this property has been set.