Class FeedbackControl
Inheritance
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 |
DependencyProperty |
|
Declaration
public static readonly DependencyProperty FeedbackSentProperty
Field Value
Type |
Description |
DependencyProperty |
|
Declaration
public static readonly DependencyProperty QuestionProperty
Field Value
Type |
Description |
DependencyProperty |
|
Declaration
public static readonly DependencyProperty RatingProperty
Field Value
Type |
Description |
DependencyProperty |
|
Declaration
public static readonly DependencyProperty SaveFeedbackCommandProperty
Field Value
Type |
Description |
DependencyProperty |
|
TelemetryDisabledTextProperty
Declaration
public static readonly DependencyProperty TelemetryDisabledTextProperty
Field Value
Type |
Description |
DependencyProperty |
|
Declaration
public static readonly DependencyProperty TelemetryEnabledProperty
Field Value
Type |
Description |
DependencyProperty |
|
Properties
Declaration
public string Feedback { get; set; }
Property Value
Declaration
public bool FeedbackSent { get; set; }
Property Value
Declaration
public string Question { get; set; }
Property Value
Declaration
public int Rating { get; set; }
Property Value
Declaration
public ICommand SaveFeedbackCommand { get; set; }
Property Value
Type |
Description |
ICommand |
|
Declaration
public bool TelemetryEnabled { get; set; }
Property Value
Methods
Declaration
public override void OnApplyTemplate()
Extension Methods