RatingWindow

StockSharp.Xaml

Janela de avaliação.

Herda de: ThemedWindow

Implementa: IComponentConnector

Construtores

RatingWindow
public RatingWindow()
ratingWindow = RatingWindow()

Inicializa uma nova instância do RatingWindow.

Propriedades

Comment
public string Comment { get; set; }
value = ratingWindow.Comment
ratingWindow.Comment = value

Comentário.

Prompt
public string Prompt { get; set; }
value = ratingWindow.Prompt
ratingWindow.Prompt = value

- Prompt.

RatingValue
public int RatingValue { get; set; }
value = ratingWindow.RatingValue
ratingWindow.RatingValue = value

Classificação.

Métodos

InitializeComponent
public void InitializeComponent()
ratingWindow.InitializeComponent()

InitializeComponent

Campos

PromptProperty
public static readonly DependencyProperty PromptProperty
value = RatingWindow.PromptProperty

DependencyProperty para Prompt.

RatingValueProperty
public static readonly DependencyProperty RatingValueProperty
value = RatingWindow.RatingValueProperty

DependencyProperty@ para RatingValue.