Specifies what units coordinates are in. This is important for making sure
everything stays in the right place when running on high DPI devices.
Namespace:
Microsoft.Graphics.Canvas
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax Members
| Member name | Value | Description |
---|
| Dips | 0 | Units are interpreted as device-independent pixels. This matches the behavior of the XAML UI framework. |
| Pixels | 1 | Units are interpreted as pixels. This matches the Direct3D graphics API. |
Remarks See Also