RatingWindow
StockSharp.Xaml
评分窗口.
继承自: ThemedWindow
构造函数
属性
Comment
public string Comment { get; set; }
value = ratingWindow.Comment
ratingWindow.Comment = value
评论。
Prompt
public string Prompt { get; set; }
value = ratingWindow.Prompt
ratingWindow.Prompt = value
迅速
RatingValue
public int RatingValue { get; set; }
value = ratingWindow.RatingValue
ratingWindow.RatingValue = value
评分.
方法
InitializeComponent
public void InitializeComponent()
ratingWindow.InitializeComponent()
InitializeComponent
字段
PromptProperty
public static readonly DependencyProperty PromptProperty
value = RatingWindow.PromptProperty
快速的 DependencyProperty 。
RatingValueProperty
public static readonly DependencyProperty RatingValueProperty
value = RatingWindow.RatingValueProperty
DependencyProperty 为RatingValue.