Class RatingWindow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Rating window.
public class RatingWindow : ThemedWindow, IComponentConnector- Inheritance
- 
      
      RatingWindow
- Implements
- Extension Methods
Constructors
RatingWindow()
Initializes a new instance of the RatingWindow.
public RatingWindow()Fields
PromptProperty
DependencyProperty for Prompt.
public static readonly DependencyProperty PromptPropertyField Value
RatingValueProperty
public static readonly DependencyProperty RatingValuePropertyField Value
Properties
Comment
Comment.
public string Comment { get; set; }Property Value
Prompt
Prompt.
public string Prompt { get; set; }Property Value
RatingValue
Rating.
public int RatingValue { get; set; }Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()