Beispiel #1
0
        private void AddHelpButton()
        {
            var theButton = new HelpButton();

            theButton.SetIconSize(_desiredIconSize);
            LayoutRoot.Children.Add(theButton);
            theButton.RegisterOnMouseEnter(OnMouseEnter);
            theButton.RegisterOnMouseLeave(OnMouseLeave);
        }