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 shape to fit on the map.
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 shape to fit.
Return Value
Type: System.Windows.Size
Returns the actual Size.
See Also
MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top