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.
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... | |
|
inline |
|
inlinevirtual |
Reimplemented from Css.Spec.Value.
CssProperty Css.Spec.PropertyAlt.RawProperty |
The property itself.
|
private |
An object used to indicate that this property has been set.
Css.Spec.Value Css.Spec.PropertyAlt.Specification |
The spec to use.