Detailed Description

Represents <a-css-property> in the specification with an explicit specification of its own. An example use of this is the font-variant property as used by the font shorthand one. it explicitly uses the 2.1 version.

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

Public Member Functions

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

Public Attributes

CssProperty RawProperty
 The property itself. More...
 
Css.Spec.Value Specification
 The spec to use. More...
 

Private Attributes

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

Constructor & Destructor Documentation

Css.Spec.PropertyAlt.PropertyAlt ( CssProperty  prop,
string  name,
Css.Spec.Value  spec 
)
inline

Member Function Documentation

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

Reimplemented from Css.Spec.Value.

Member Data Documentation

CssProperty Css.Spec.PropertyAlt.RawProperty

The property itself.

CssPropertySetInfo Css.Spec.PropertyAlt.SetInfo
private

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

Css.Spec.Value Css.Spec.PropertyAlt.Specification

The spec to use.