Class FeedbackControl
  
  
  
  
    Inheritance
    System.Object
    FeedbackControl
   
  
  Assembly: Sdl.Desktop.Platform.Controls.dll
  
  
    public class FeedbackControl : Control
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
  Fields
  
  
  
  
  
  
  Declaration
  
    public static readonly DependencyProperty FeedbackProperty
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.DependencyProperty |  | 
    
  
  
  
  
  
  
  Declaration
  
    public static readonly DependencyProperty QuestionProperty
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.DependencyProperty |  | 
    
  
  
  
  
  
  
  Declaration
  
    public static readonly DependencyProperty RatingProperty
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.DependencyProperty |  | 
    
  
  
  
  
  
  
  Declaration
  
    public static readonly DependencyProperty SaveFeedbackCommandProperty
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.DependencyProperty |  | 
    
  
  
  
  TelemetryDisabledTextProperty
  
  
  Declaration
  
    public static readonly DependencyProperty TelemetryDisabledTextProperty
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.DependencyProperty |  | 
    
  
  
  
  
  
  
  Declaration
  
    public static readonly DependencyProperty TelemetryEnabledProperty
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.DependencyProperty |  | 
    
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public string Feedback { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string Question { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public int Rating { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public ICommand SaveFeedbackCommand { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.Input.ICommand |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public bool TelemetryEnabled { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public override void OnApplyTemplate()
   
  Extension Methods