FormulaEdit
StockSharp.Xaml
継承元: UserControl
コンストラクター
プロパティ
AvailableVariables
public IEnumerable<FormulaVariable> AvailableVariables { get; set; }
value = formulaEdit.AvailableVariables
formulaEdit.AvailableVariables = value
Documentation
public string Documentation { get; set; }
value = formulaEdit.Documentation
formulaEdit.Documentation = value
SelectedVariable
public FormulaVariable SelectedVariable { get; set; }
value = formulaEdit.SelectedVariable
formulaEdit.SelectedVariable = value
メソッド
フィールド
AvailableVariablesProperty
public static readonly DependencyProperty AvailableVariablesProperty
value = FormulaEdit.AvailableVariablesProperty
DocumentationProperty
public static readonly DependencyProperty DocumentationProperty
value = FormulaEdit.DocumentationProperty
FormulaProperty
public static readonly DependencyProperty FormulaProperty
value = FormulaEdit.FormulaProperty
SelectedVariableProperty
public static readonly DependencyProperty SelectedVariableProperty
value = FormulaEdit.SelectedVariableProperty