Class FeedbackControl
Inheritance
FeedbackControl
Inherited Members
Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class FeedbackControl : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Constructors
FeedbackControl()
Declaration
public FeedbackControl()
Fields
FeedbackProperty
Declaration
public static readonly DependencyProperty FeedbackProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
FeedbackSentProperty
Declaration
public static readonly DependencyProperty FeedbackSentProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
QuestionProperty
Declaration
public static readonly DependencyProperty QuestionProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
RatingProperty
Declaration
public static readonly DependencyProperty RatingProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
SaveFeedbackCommandProperty
Declaration
public static readonly DependencyProperty SaveFeedbackCommandProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TelemetryDisabledTextProperty
Declaration
public static readonly DependencyProperty TelemetryDisabledTextProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TelemetryEnabledProperty
Declaration
public static readonly DependencyProperty TelemetryEnabledProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
Feedback
Declaration
public string Feedback { get; set; }
Property Value
Type | Description |
---|---|
string |
FeedbackSent
Declaration
public bool FeedbackSent { get; set; }
Property Value
Type | Description |
---|---|
bool |
Question
Declaration
public string Question { get; set; }
Property Value
Type | Description |
---|---|
string |
Rating
Declaration
public int Rating { get; set; }
Property Value
Type | Description |
---|---|
int |
SaveFeedbackCommand
Declaration
public ICommand SaveFeedbackCommand { get; set; }
Property Value
Type | Description |
---|---|
ICommand |
TelemetryEnabled
Declaration
public bool TelemetryEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()