Class NewsDetailsPageViewModel
  
  
  
    Inheritance
    
    
    NewsDetailsPageViewModel
   
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class NewsDetailsPageViewModel : ViewModel, INotifyPropertyChanged
   
  Constructors
  
  NewsDetailsPageViewModel(double, string, string, IPlatformServices)
  
  
  Declaration
  
    public NewsDetailsPageViewModel(double fontSize, string title, string body, IPlatformServices services)
   
  Parameters
  
  Properties
  
  CloseCommand
  
  
  Declaration
  
    public Command CloseCommand { get; }
   
  Property Value
  
  
  HeadphonesIcon
  
  
  Declaration
  
    public string HeadphonesIcon { get; set; }
   
  Property Value
  
  
  HttpNavigatingCommand
  
  
  Declaration
  
    public Command HttpNavigatingCommand { get; }
   
  Property Value
  
  
  NewsBody
  
  
  Declaration
  
    public string NewsBody { get; set; }
   
  Property Value
  
  
  NewsTitle
  
  
  Declaration
  
    public string NewsTitle { get; set; }
   
  Property Value
  
  
  SpeechCommand
  
  
  Declaration
  
    public Command SpeechCommand { get; }
   
  Property Value
  
  Methods
  
  closePage()
  
  
  Declaration
  
    protected Task closePage()
   
  Returns
  
  
  openWebPage(object)
  
  
  Declaration
  
    protected void openWebPage(object url)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | object | 
        url | 
         | 
      
    
  
  
  speechToText()
  
  
  Declaration
  
    protected Task speechToText()
   
  Returns
  
  Implements