Ejemplo n.º 1
0
        //</Snippet24>

        //<Snippet25>
        void SynchronizeStylus()
        {
            Stylus.Synchronize();
            UIElement element = (UIElement)Stylus.DirectlyOver;

            output.Text += "The stylus is over " + element.ToString() + "\r\n";
        }