Click or drag to resize
CanvasDrawingSessionUnits Property
Sets what units are used to specifiy coordinates for this drawing session.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasUnits Units { get; set; }

Property Value

Type: CanvasUnits
Remarks
For more information, see DPI and DIPs.
See Also