ItemPane

StockSharp.Xaml.Charting

Ein ItemContainer für Bereiche im UltrachartGroup Kontrolle

Implementiert: INotifyPropertyChanged

Eigenschaften

ChangeOrientationCommand
public ICommand ChangeOrientationCommand { get; set; }
value = itemPane.ChangeOrientationCommand
itemPane.ChangeOrientationCommand = value

Bekommt oder setzt den Befehl zur Änderungsorientierung.

ClosePaneCommand
public ICommand ClosePaneCommand { get; set; }
value = itemPane.ClosePaneCommand
itemPane.ClosePaneCommand = value

Bekommt oder setzt den Befehl Close Pane.

IsTabbed
public bool IsTabbed { get; internal set; }
value = itemPane.IsTabbed
itemPane.IsTabbed = value

Bekommt oder legt fest, ob dieser Bereich tabbed ist

PaneElement
public FrameworkElement PaneElement { get; set; }
value = itemPane.PaneElement
itemPane.PaneElement = value

Bekommt oder setzt das Pane UIElement

PaneViewModel
public IChildPane PaneViewModel { get; set; }
value = itemPane.PaneViewModel
itemPane.PaneViewModel = value

Bekommt oder setzt den Pane ViewModel

Methoden

OnPropertyChanged
private void OnPropertyChanged(string propertyName)
itemPane.OnPropertyChanged(propertyName)

Implementierung von INotifyPropertyChanged

propertyName
Name der Immobilie.

Ereignisse

PropertyChanged
public event PropertyChangedEventHandler PropertyChanged
itemPane.PropertyChanged += handler

Tritt auf, wenn sich ein Eigenschaftswert ändert.