Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マウスが移動するたびにその座標が2つのテキストコントロールに反映されるように、アプリケーションウィンドウ上でのマウスの動きを監視しようとしています
XAML のみ (コードなし) でそれを行うことは可能ですか?
いいえ、コードを書く必要があります。マウスの位置を取得するには、Mouse.GetPosition メソッドを呼び出す必要があります。これは、XAML で表現できるものではありません。