A CSS function. You can create custom ones by deriving from this class. Note that they are instanced globally.
Public Member Functions | |
virtual string[] | GetNames () |
The set of all function names that this one will handle. Usually just one. Lowercase. e.g. "rgb", "rgba". More... | |
Public Attributes | |
string | Name |
The main name of this function. Originates from the first result returned by GetNames. More... | |
|
inlinevirtual |
The set of all function names that this one will handle. Usually just one. Lowercase. e.g. "rgb", "rgba".
Reimplemented in PowerUI.Css.Functions.Rgba, and PowerUI.Css.Functions.Url.
string PowerUI.Css.CssFunction.Name |
The main name of this function. Originates from the first result returned by GetNames.