PaletteView
StockSharp.Xaml.Diagram.Maui
Ansicht für die Elementpalette.
Erbt von: ContentView
Konstruktoren
Methoden
OnItemPointerPressed
public void OnItemPointerPressed(PaletteItem item, float x, float y)
paletteView.OnItemPointerPressed(item, x, y)
Griff Item Pointer gedrückt (Vorbereiten für potenzielle Drag).
OnPointerMoved
public void OnPointerMoved(float x, float y)
paletteView.OnPointerMoved(x, y)
Handle Pointer Move (Erkennt Drag Start).
OnPointerReleased
public void OnPointerReleased()
paletteView.OnPointerReleased()
Handle Pointer freigegeben (Drag Candidate abbrechen).