Represents the styleset function.
|
| StyleSet () |
|
override string[] | GetNames () |
| The set of all function names that this one will handle. Usually just one. Lowercase. e.g. "rgb", "rgba". More...
|
|
| FontVariant () |
|
override void | GetOpenTypeFeatures (TextRenderingProperty trp, List< OpenTypeFeature > features) |
|
void | LookupParameter (List< OpenTypeFeature > features, TextRenderingProperty trp, string atProperty, string keyword) |
| Looks up the user-defined parameter in the documents available @ rules. More...
|
|
override string | ToString () |
|
| ValueSet () |
|
void | Add (Value val) |
| Adds the given value to the set. More...
|
|
| ValueSet (int count) |
|
| ValueSet (Value[] s) |
|
override void | SetRawDecimal (float value) |
| Sets a raw decimal value to this object. Used by the animation system. More...
|
|
override float | GetRawDecimal () |
| Obtains the underlying decimal value, if there is one. More...
|
|
override float | GetDecimal (RenderableData context, CssProperty property) |
| If this is a decimal, the raw decimal value. This is generally the main output. More...
|
|
override string | GetText (RenderableData context, CssProperty property) |
| If this is a text value, e.g. "auto", the raw text value. More...
|
|
override bool | GetBoolean (RenderableData context, CssProperty property) |
| If this is a boolean, the raw bool value. More...
|
|
override string | ToString () |
|
override IEnumerator< Value > | GetEnumerator () |
|
override bool | Equals (Value value) |
| Checks if two values are equal. More...
|
|
Value[] | CopyInnerValues () |
|