Drawable.ScreenPixelSize Property
Gets or sets the size of a screen pixel.
Syntax
public static System.Double ScreenPixelSize { get; set; }
Property Value
The size of a screen pixel in meters.
Remarks
This property is initially set to the size that the system believes a pixel on the screen has. To make scale calculations more correct this value can be adjusted to the actual pixel size.
Note that this value is the same for all drawables. It can however be overridden on a per-drawable basis, using the PixelSize property.
Platforms
Windows, Linux, Android