ItemPane
StockSharp.Xaml.Charting
Um ItemContainer para painéis no UltrachartGroup controle
Implementa: INotifyPropertyChanged
Propriedades
ChangeOrientationCommand
public ICommand ChangeOrientationCommand { get; set; }
value = itemPane.ChangeOrientationCommand
itemPane.ChangeOrientationCommand = value
Obtém ou define o comando de orientação de mudança.
ClosePaneCommand
public ICommand ClosePaneCommand { get; set; }
value = itemPane.ClosePaneCommand
itemPane.ClosePaneCommand = value
Obtém ou define o comando de painel fechado.
IsTabbed
public bool IsTabbed { get; internal set; }
value = itemPane.IsTabbed
itemPane.IsTabbed = value
Obtém ou define se este painel está afixado
PaneElement
public FrameworkElement PaneElement { get; set; }
value = itemPane.PaneElement
itemPane.PaneElement = value
Obtém ou define o UIElement Pane
PaneViewModel
public IChildPane PaneViewModel { get; set; }
value = itemPane.PaneViewModel
itemPane.PaneViewModel = value
Obtém ou define o Painel ViewModel
Métodos
OnPropertyChanged
private void OnPropertyChanged(string propertyName)
itemPane.OnPropertyChanged(propertyName)
Implementação de INotifyPropertyChanged
- propertyName
- Nome da propriedade.
Eventos
PropertyChanged
public event PropertyChangedEventHandler PropertyChanged
itemPane.PropertyChanged += handler
Ocorre quando um valor de propriedade muda.