MapLayer.MeasureOverride Method (Size)
Measures the elements that need to 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 MeasureOverride(
Size availableSize
)
protected:
virtual Size MeasureOverride(
Size availableSize
) override
override MeasureOverride :
availableSize:Size -> Size
Protected Overrides Function MeasureOverride (
availableSize As Size
) As Size
Parameters
availableSize
Type: System.Windows.SizeThe available size of the map layer.
Return Value
Type: System.Windows.Size
Returns Size.
See Also
MapLayer Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top