Share via


Scale.OnPerPixelChanged Method ()

 

Enables derived classes to provide custom handling when the MetersPerPixel value of the scale bar changes.

Namespace:   Microsoft.Maps.MapControl.WPF.Overlays
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

protected virtual void OnPerPixelChanged()
protected:
virtual void OnPerPixelChanged()
abstract OnPerPixelChanged : unit -> unit
override OnPerPixelChanged : unit -> unit
Protected Overridable Sub OnPerPixelChanged

See Also

Scale Class
Microsoft.Maps.MapControl.WPF.Overlays Namespace

Return to top