Click or drag to resize
CanvasVirtualControlSize Property
Gets the current size of the control, in device independent pixels (DIPs).

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Size Size { get; }

Property Value

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