MapCore.ViewportSize Property
Gets the size of the viewport.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public Size ViewportSize { get; }
public:
property Size ViewportSize {
Size get();
}
member ViewportSize : Size with get
Public ReadOnly Property ViewportSize As Size
Property Value
Type: System.Windows.Size
Returns Size.
See Also
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top