我使用visual studio 2010--> suface v2-->surface application(WPF)开发了一个表面应用程序(wpf)。
现在我想在平板电脑中测试应用程序。我在 Windows rt 和 8 上试过。但没有一个是兼容的。
这种情况下我需要什么平板电脑规格。或者我应该如何部署应用程序。
另一个问题是我们如何指定设计的分辨率。即三星 sur40 屏幕较大,平板电脑较小。我们如何在应用程序中调整它。是否需要这样的调整。正在使用的名称空间是,
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Microsoft.Surface;
using Microsoft.Surface.Presentation.Controls;
提前致谢。