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.
Arranges the elements so they fit the given size.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
protected override Size ArrangeOverride(
Size arrangeSize
)
protected:
virtual Size ArrangeOverride(
Size arrangeSize
) override
override ArrangeOverride :
arrangeSize:Size -> Size
Protected Overrides Function ArrangeOverride (
arrangeSize As Size
) As Size
Parameters
arrangeSize
Type: System.Windows.SizeThe size in which to fit the elements.
Return Value
Type: System.Windows.Size
Returns Size.
See Also
MapMode Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top