Class ThemeViewModel
Class ThemeViewModel.
Inherited Members
      ISynergy.Framework.Mvvm.ViewModels.ViewModelDialog<Style>.ApplyQueryAttributes(IDictionary<, >)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  Namespace: ISynergy.Framework.UI.ViewModels
Assembly: ISynergy.Framework.UI.dll
Syntax
public class ThemeViewModel : ViewModelDialog<Style>, IViewModelDialog<Style>, IViewModelSelectedItem<Style>, IViewModel, ICleanupConstructors
View SourceThemeViewModel(IContext, IBaseCommonServices, IBaseApplicationSettingsService, ILogger)
Initializes a new instance of the ThemeViewModel class.
Declaration
public ThemeViewModel(IContext context, IBaseCommonServices commonServices, IBaseApplicationSettingsService applicationSettingsService, ILogger logger)Parameters
| Type | Name | Description | 
|---|---|---|
| IContext | context | The context. | 
| IBaseCommonServices | commonServices | The common services. | 
| IBaseApplicationSettingsService | applicationSettingsService | |
| ILogger | logger | The logger factory. | 
Properties
View SourceThemeColors
Gets or sets the Items property value.
Declaration
public ThemeColors ThemeColors { get; set; }Property Value
| Type | Description | 
|---|---|
| ThemeColors | 
Title
Gets the title.
Declaration
public override string Title { get; }Property Value
| Type | Description | 
|---|---|
| System.String | The title. |