コード例 #1
0
        protected override void OnTap(System.Windows.Input.GestureEventArgs e)
        {
            base.OnTap(e);

            if (_reader != null)
            {
                //var pos = e.GetPosition(this);
                _reader.Focus();
            }
        }
コード例 #2
0
 public void AutoFocus()
 {
     _reader.Focus();
 }