IndexEditor
StockSharp.Xaml
O controle gráfico para edição ExpressionIndexSecurity.
Herda de: UserControl
Implementa: IComponentConnector
Construtores
IndexEditor
public IndexEditor()
indexEditor = IndexEditor()
Inicializa uma nova instância do IndexEditor.
Propriedades
HasError
public bool HasError { get; private set; }
value = indexEditor.HasError
indexEditor.HasError = value
A expressão contém um erro.
HighligthBackColor
public Brush HighligthBackColor { get; set; }
value = indexEditor.HighligthBackColor
indexEditor.HighligthBackColor = value
A cor do fundo das funções. O valor por omissão é o Branco.
HighligthForeColor
public Brush HighligthForeColor { get; set; }
value = indexEditor.HighligthForeColor
indexEditor.HighligthForeColor = value
A cor do tipo de letra das funções. O valor por omissão é Vermelho.
HighligthFunctions
public IEnumerable<string> HighligthFunctions { get; }
value = indexEditor.HighligthFunctions
A lista de características destacadas.
SecurityProvider
public ISecurityProvider SecurityProvider { get; set; }
value = indexEditor.SecurityProvider
indexEditor.SecurityProvider = value
O fornecedor de informações sobre instrumentos.
Métodos
InitializeComponent
public void InitializeComponent()
indexEditor.InitializeComponent()
InitializeComponent
Eventos
SecurityClicked
public event Action<Security> SecurityClicked
indexEditor.SecurityClicked += handler
O evento de clicar no instrumento.
TextChanged
public event TextChangedEventHandler TextChanged
indexEditor.TextChanged += handler
O texto do evento de mudança.