PaletteView

StockSharp.Xaml.Diagram.Maui

View for the element palette.

Inherits: ContentView

Constructors

PaletteView
public PaletteView()
paletteView = PaletteView()

Creates new instance.

Methods

OnItemPointerPressed
public void OnItemPointerPressed(PaletteItem item, float x, float y)
paletteView.OnItemPointerPressed(item, x, y)

Handle item pointer pressed (prepare for potential drag).

OnPointerMoved
public void OnPointerMoved(float x, float y)
paletteView.OnPointerMoved(x, y)

Handle pointer move (detect drag start).

OnPointerReleased
public void OnPointerReleased()
paletteView.OnPointerReleased()

Handle pointer released (cancel drag candidate).