Is there a WPF version of System.Windows.Forms.SystemInformation.VirtualScreen?
Yes, there is. System.Windows.SystemParameters
(in the PresentationFramework assembly) has a number of static VirtualScreen properties: VirtualScreenHeight
, VirtualScreenWidth
, VirtualScreenLeft
, and VirtualScreenTop
. It also has properties of the same names with 'Key' appended that return ResourceKey
s.
Found using Reflector.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With