Class FontsPageViewModel
  
  
  
    Inheritance
    
    
    FontsPageViewModel
   
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class FontsPageViewModel : ViewModel, INotifyPropertyChanged
   
  Constructors
  
  FontsPageViewModel(IPlatformServices)
  
  
  Declaration
  
    public FontsPageViewModel(IPlatformServices services)
   
  Parameters
  
  Properties
  
  FontList
  
  
  Declaration
  
    public List<FontsPageModel> FontList { get; set; }
   
  Property Value
  
  
  IsLargeFont
  
  
  Declaration
  
    public bool IsLargeFont { get; set; }
   
  Property Value
  
  
  SelectedItem
  
  
  Declaration
  
    public object SelectedItem { get; set; }
   
  Property Value
  
  Implements