WP7如何设置屏幕亮度
如何使用silverlight/xna将WP7上的屏幕亮度设置为最大?
<Canvas x:Name="light" Background="White" Width="480" Height="800" />
我用的是这个代码,还有其他方法吗?
How to set the brightness of the screen on WP7 to its maximum using silverlight/xna?
<Canvas x:Name="light" Background="White" Width="480" Height="800" />
I used this code .Have any other way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法通过第三方应用程序设置亮度。没有用于此目的的公共 API。
You can't set the brightness from a 3rd party application. There's no public API for this.