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.
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.Size
Return Value
Type: System.Windows.Size
Returns Size.
See Also
MapTileLayer Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top