Table of Contents

Class RatingWindow

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Rating window.

public class RatingWindow : ThemedWindow, IComponentConnector
Inheritance
RatingWindow
Implements
Extension Methods

Constructors

RatingWindow()

Initializes a new instance of the RatingWindow.

public RatingWindow()

Fields

PromptProperty

public static readonly DependencyProperty PromptProperty

Field Value

DependencyProperty

RatingValueProperty

public static readonly DependencyProperty RatingValueProperty

Field Value

DependencyProperty

Properties

Comment

Comment.

public string Comment { get; set; }

Property Value

string

Prompt

Prompt.

public string Prompt { get; set; }

Property Value

string

RatingValue

Rating.

public int RatingValue { get; set; }

Property Value

int

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()