Class RatingWindow
Окно рейтинга.
Implements
Namespace: StockSharp.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class RatingWindow : ThemedWindow, IComponentConnector
Constructors
RatingWindow()
Создать RatingWindow.
Declaration
public RatingWindow()
Fields
PromptProperty
DependencyProperty для Prompt.
Declaration
public static readonly DependencyProperty PromptProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
RatingValueProperty
Declaration
public static readonly DependencyProperty RatingValueProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
Comment
Comment.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
String |
Prompt
Prompt.
Declaration
public string Prompt { get; set; }
Property Value
Type | Description |
---|---|
String |
RatingValue
Рейтинг.
Declaration
public int RatingValue { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()