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
System.Windows.DependencyProperty for Prompt.
public static readonly DependencyProperty PromptProperty
Field Value
- DependencyProperty
RatingValueProperty
System.Windows.DependencyProperty for RatingValue.
public static readonly DependencyProperty RatingValueProperty
Field Value
- DependencyProperty
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()