Overload | Description |
---|---|
RegisterTheme(Stream,C1ThemeFormat) | Loads a theme from a stream, and registeres it for use by theme controllers in the application.
After this method completes, the theme can be set via ApplicationTheme and Theme properties. his method throws an exception if a theme with same name has already been registered. |
RegisterTheme(Stream) | Loads a theme from a stream, and registeres it for use by theme controllers in the application.
After this method completes, the theme can be set via ApplicationTheme and Theme properties. his method throws an exception if a theme with same name has already been registered. |
RegisterTheme(String) | Loads a theme from a file, and registeres it for use by theme controllers in the application.
After this method completes, the theme can be set via ApplicationTheme and Theme properties. his method throws an exception if a theme with same name has already been registered. |