PaletteView
StockSharp.Xaml.Diagram.Maui
要素パレットの一覧を見る
継承元: ContentView
コンストラクター
メソッド
OnItemPointerPressed
public void OnItemPointerPressed(PaletteItem item, float x, float y)
paletteView.OnItemPointerPressed(item, x, y)
ハンドル項目ポインタ プレス (潜在的なドラッグのプレパール)。
OnPointerMoved
public void OnPointerMoved(float x, float y)
paletteView.OnPointerMoved(x, y)
ハンドルポインターの移動(ドラッグスタートを回す)。
OnPointerReleased
public void OnPointerReleased()
paletteView.OnPointerReleased()
ハンドルポインターがリリース(ドラッグ候補)。