SystemThemeCatalogRegistrar Class
Represents a class that can be used by Actipro products that don't require a dedicated theme catalog to ensure a ThemeManager theme is properly loaded when an Actipro controls are created.
[Browsable(false)]
public class SystemThemeCatalogRegistrar : ThemeCatalogRegistrarBase<SystemThemeCatalog>
- Inheritance:
- object ResourceDictionary ThemeCatalogRegistrarBase<SystemThemeCatalog> object
Constructors
SystemThemeCatalogRegistrar()
Initializes an instance of the class.
public SystemThemeCatalogRegistrar()
Properties
IsSharedLibrary
Gets or sets whether this registrar is for the Shared Library.
public bool IsSharedLibrary { get; set; }
Property Value
- bool:
true
if this registrar is for the Shared Library; otherwise,false
.
Remarks
Special logic ensures a default set of asset resources are available in the designer when the Shared Library's registrar is loaded.