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 child elements so that they fit into the map layer.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
protected override Size ArrangeOverride(
Size finalSize
)
protected:
virtual Size ArrangeOverride(
Size finalSize
) override
override ArrangeOverride :
finalSize:Size -> Size
Protected Overrides Function ArrangeOverride (
finalSize As Size
) As Size
Parameters
finalSize
Type: System.Windows.SizeThe final size of the map layer.
Return Value
Type: System.Windows.Size
Returns the actual Size used..
See Also
MapLayer Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top