A CSS function. You can create custom ones by deriving from this class. Note that they are instanced globally.
Public Attributes | |
string | Suffix |
Text after the raw value. E.g. px. More... | |
string | Prefix |
Text before the raw value. E.g. #. More... | |
Public Attributes inherited from PowerUI.Css.CssFunction | |
string | Name |
The main name of this function. Originates from the first result returned by GetNames. More... | |
Additional Inherited Members | |
Public Member Functions inherited from PowerUI.Css.CssFunction | |
virtual string[] | GetNames () |
The set of all function names that this one will handle. Usually just one. Lowercase. e.g. "rgb", "rgba". More... | |
string PowerUI.Css.CssUnit.Prefix |
Text before the raw value. E.g. #.
string PowerUI.Css.CssUnit.Suffix |
Text after the raw value. E.g. px.