EditorMode

StockSharp.Xaml.Diagram.Maui

Aktueller Bearbeitungsmodus des Diagramms.

Felder

DragFromPalette
public const EditorMode DragFromPalette
value = EditorMode.DragFromPalette

Ziehen Sie ein Element aus der Palette, um einen neuen Knoten zu erstellen.

DragMultiple
public const EditorMode DragMultiple
value = EditorMode.DragMultiple

Ziehen Sie mehrere ausgewählte Knoten.

DragNode
public const EditorMode DragNode
value = EditorMode.DragNode

Ziehen Sie einen Knoten.

LinkCreate
public const EditorMode LinkCreate
value = EditorMode.LinkCreate

Erstellen einer Verbindung zwischen Sockets.

Pan
public const EditorMode Pan
value = EditorMode.Pan

Die Leinwand schwenken.

RubberBandSelect
public const EditorMode RubberBandSelect
value = EditorMode.RubberBandSelect

Gummibandauswahl.

Select
public const EditorMode Select
value = EditorMode.Select

Standard-Betrachtungs-/Auswahlmodus.