RatingWindow

StockSharp.Xaml

Bewertungsfenster.

Erbt von: ThemedWindow

Implementiert: IComponentConnector

Konstruktoren

RatingWindow
public RatingWindow()
ratingWindow = RatingWindow()

Initialisiert eine neue Instanz von RatingWindow.

Eigenschaften

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

Anmerkung.

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

Sofort.

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

Rating.

Methoden

InitializeComponent
public void InitializeComponent()
ratingWindow.InitializeComponent()

InitializeComponent

Felder

PromptProperty
public static readonly DependencyProperty PromptProperty
value = RatingWindow.PromptProperty

DependencyProperty für Prompt.

RatingValueProperty
public static readonly DependencyProperty RatingValueProperty
value = RatingWindow.RatingValueProperty

DependencyProperty für RatingValue.