ItemPane

StockSharp.Xaml.Charting

UltrachartGroup制御のペイン用ItemContainer

実装: INotifyPropertyChanged

プロパティ

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

変更のオリエンテーションコマンドを受け取り、または設定します。

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

閉じたペインコマンドを取得またはセットします。

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

このペインがタブベッドであるかどうかを取得またはセットする

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

Pane UIElement の取得または設定

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

パンViewModel@をゲットまたはセット

メソッド

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

代表取締役社長 佐藤 浩一

propertyName
物件名

イベント

PropertyChanged
public event PropertyChangedEventHandler PropertyChanged
itemPane.PropertyChanged += handler

プロパティの値が変更されたときに発生します。