MapMode.ArrangeOverride Method (Size)
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