Reputation: 1574
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?
Upvotes: 0
Views: 365
Reputation: 26344
You can't set the brightness from a 3rd party application. There's no public API for this.
Upvotes: 1