Reputation: 923
I am working on silverlight application and finding the DPI of Canvas.
so how I can find it.
Thanks.
Upvotes: 2
Views: 701
Reputation: 189505
All measurements in Silverlight are in logical pixels where there are 96 DPI, regardless of the actual DPI of the device being rendered on.
Upvotes: 1