ItemPane
StockSharp.Xaml.Charting
A ItemContainer para póquers en el control UltrachartGroup
Implementa: INotifyPropertyChanged
Propiedades
ChangeOrientationCommand
public ICommand ChangeOrientationCommand { get; set; }
value = itemPane.ChangeOrientationCommand
itemPane.ChangeOrientationCommand = value
Obtiene o establece el comando de orientación del cambio.
ClosePaneCommand
public ICommand ClosePaneCommand { get; set; }
value = itemPane.ClosePaneCommand
itemPane.ClosePaneCommand = value
Obtiene o establece el comando del panel cercano.
IsTabbed
public bool IsTabbed { get; internal set; }
value = itemPane.IsTabbed
itemPane.IsTabbed = value
Obtiene o establece si este panel está tabulado
PaneElement
public FrameworkElement PaneElement { get; set; }
value = itemPane.PaneElement
itemPane.PaneElement = value
Obtiene o establece el UIElement Pane
PaneViewModel
public IChildPane PaneViewModel { get; set; }
value = itemPane.PaneViewModel
itemPane.PaneViewModel = value
Obtiene o establece el Pane ViewModel
Métodos
OnPropertyChanged
private void OnPropertyChanged(string propertyName)
itemPane.OnPropertyChanged(propertyName)
Aplicación de INotifyPropertyChanged
- propertyName
- Nombre de la propiedad.
Eventos
PropertyChanged
public event PropertyChangedEventHandler PropertyChanged
itemPane.PropertyChanged += handler
Ocurre cuando un valor de propiedad cambia.