Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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