RatingWindow

StockSharp.Xaml

Ventana de valoración.

Hereda de: ThemedWindow

Implementa: IComponentConnector

Constructores

RatingWindow
public RatingWindow()
ratingWindow = RatingWindow()

Inicia una nueva instancia de la RatingWindow.

Propiedades

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

Comentario.

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

Valoración.

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 for RatingValue.