Class FontsPageModel
  
  
  
    Inheritance
    
    FontsPageModel
   
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class FontsPageModel : IRoundedListType
   
  Properties
  
  Font
  
  
  Declaration
  
    public string Font { get; set; }
   
  Property Value
  
  
  FontFamily
  
  
  Declaration
  
    public string FontFamily { get; set; }
   
  Property Value
  
  
  IsChecked
  
  
  Declaration
  
    public bool IsChecked { get; set; }
   
  Property Value
  
  
  Title
  
  
  Declaration
  
    public string Title { get; set; }
   
  Property Value
  
  Methods
  
  GetListType()
  
  
  Declaration
  
    public RoundedListTypeEnum GetListType()
   
  Returns
  
  Implements