Class ThemePageViewModel
Implements
Inherited Members
Namespace: EduCATS.Pages.Settings.Themes.ViewModels
Assembly: EduCATS.dll
Syntax
public class ThemePageViewModel : ViewModel, INotifyPropertyChanged
Constructors
ThemePageViewModel(IPlatformServices)
Declaration
public ThemePageViewModel(IPlatformServices services)
Parameters
Type | Name | Description |
---|---|---|
IPlatformServices | services |
Properties
SelectedItem
Declaration
public object SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
object |
ThemeList
Declaration
public List<ThemePageModel> ThemeList { get; set; }
Property Value
Type | Description |
---|---|
List<ThemePageModel> |