DiagramPaletteControl

StockSharp.Xaml.Diagram

グラフィカルなコンポーネントをDiagramElement@に表示します。

継承元: UserControl

実装: IComponentConnector

コンストラクター

DiagramPaletteControl
public DiagramPaletteControl()
diagramPaletteControl = DiagramPaletteControl()

DiagramPaletteControl の新規インスタンスを初期化します。

プロパティ

ExcludedTypeIds
public CachedSynchronizedSet<Guid> ExcludedTypeIds { get; }
value = diagramPaletteControl.ExcludedTypeIds

要素を除外します。

HelpCommand
public ICommand HelpCommand { get; private set; }
value = diagramPaletteControl.HelpCommand
diagramPaletteControl.HelpCommand = value

コマンドのヘルプ

Items
public IEnumerable<DiagramPaletteItem> Items { get; }
value = diagramPaletteControl.Items

アイテム。

Model
public DiagramPaletteModel Model { get; set; }
value = diagramPaletteControl.Model
diagramPaletteControl.Model = value

担当: 佐藤 宏

PaletteElement
public DiagramElement PaletteElement { get; }
value = diagramPaletteControl.PaletteElement

Toolbox で選択した要素。

メソッド

InitializeComponent
public void InitializeComponent()
diagramPaletteControl.InitializeComponent()

担当: 佐藤 宏

イベント

PaletteElementDoubleClicked
public event Action<DiagramElement> PaletteElementDoubleClicked
diagramPaletteControl.PaletteElementDoubleClicked += handler

ツールボックスの要素をダブルクリックすると、その要素がダブルクリックされます。