ApplicationThemeHelper.PreloadAsync Method
| Name | Parameters | Description |
|---|---|---|
| PreloadAsync(PreloadCategories[]) static | preloadCategories | Asynchronously preloads theme resources for the specified controls. |
| PreloadAsync(Func<UserControl>) static | createAction | Asynchronously preloads theme resources for the view specified by the UserControl and allows you to initialize this view before the preload. |
| PreloadAsync<T>() static | none | Asynchronously preloads theme resources for the view specified by the UserControl. |