RatingWindow
StockSharp.Xaml
Rating window.
Inherits: ThemedWindow
Implements: IComponentConnector
Constructors
RatingWindow
public RatingWindow()
ratingWindow = RatingWindow()
Initializes a new instance of the RatingWindow.
Properties
Comment
public string Comment { get; set; }
value = ratingWindow.Comment
ratingWindow.Comment = value
Comment.
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
Rating.
Methods
InitializeComponent
public void InitializeComponent()
ratingWindow.InitializeComponent()
InitializeComponent
Fields
PromptProperty
public static readonly DependencyProperty PromptProperty
value = RatingWindow.PromptProperty
DependencyProperty for Prompt.
RatingValueProperty
public static readonly DependencyProperty RatingValueProperty
value = RatingWindow.RatingValueProperty
DependencyProperty for RatingValue.