Share via


Scale.MetersPerPixel Property

 

Gets or sets the meters per pixel to display on the scale bar.

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

Syntax

public double MetersPerPixel { get; internal set; }
public:
property double MetersPerPixel {
    double get();
    internal: void set(double value);
}
member MetersPerPixel : float with get, internal set
Public Property MetersPerPixel As Double
    Get
    Friend Set
End Property

Property Value

Type: System.Double

Returns Double.

See Also

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

Return to top