NullMode Members

This documentation is no longer available on MSDN, however it is available as a CHM download.

Represents the null map mode.

The following tables list the members exposed by the NullMode type.

Public Constructors

  Name Description
NullMode Initializes a new instance of the NullMode class.

Top

Public Properties

  Name Description
public property AnimationLevel  Gets or sets the animation level. (inherited from MapMode)
public property Attributions  When overridden in a derived class, gets the imagery attributions for the mode. (inherited from MapMode)
public property BoundingRectangle  When overridden in a derived class, gets the rectangle that defines the boundaries of the map view. (inherited from MapMode)
public property Center  When overridden in a derived class, gets or sets the center of the map view. (inherited from MapMode)
public property Content  When overridden in a derived class, gets the UIElement that represents the map mode. (inherited from MapMode)
public property CredentialsProvider  When overridden in a derived class, gets or sets the type of credentials provided. (inherited from MapMode)
public property Culture  Gets or sets the culture of the map mode. (inherited from MapMode)
public property ForegroundContent  When overridden in a derived class, gets the map foreground content as a UIElement. (inherited from MapMode)
public property Heading  When overridden in a derived class, gets or sets the heading of the map view. (inherited from MapMode)
public property HeadingRange  When overridden in a derived class, gets the range of valid heading values. (inherited from MapMode)
public property InertiaDeceleration  Gets or sets the rate of deceleration of the inertia animation effect. Valid values are from 0 to 1, where 0 indicates no inertia effect and 1 indicates the inertia effect does not slow down or stop. (inherited from MapMode)
public property IsDownloading  When overridden in a derived class, gets or sets whether the map mode is downloading. (inherited from MapMode)
public property ModeBackground  When overridden in a derived class, gets the mode of the background. (inherited from MapMode)
public property Pitch  When overridden in a derived class, gets or sets the pitch of the map view. (inherited from MapMode)
public property PitchRange  When overridden in a derived class, gets the range of valid pitch values. (inherited from MapMode)
public property Scale  When overridden in a derived class, gets or sets the scale of the map. (inherited from MapMode)
public property TargetBoundingRectangle  When overridden in a derived class, gets the location rectangle that defines the boundaries of the map view towards which the map is animating. (inherited from MapMode)
public property TargetCenter  When overridden in a derived class, gets the center location of the map view towards which the map is animating. (inherited from MapMode)
public property TargetHeading  When overridden in a derived class, gets the heading of the map view towards which the map is animating. (inherited from MapMode)
public property TargetPitch  When overridden in a derived class, gets the pitch of the map view towards which the map is animating. (inherited from MapMode)
public property TargetScale  When overridden in a derived class, gets the scale towards which the map is navigating. (inherited from MapMode)
public property TargetZoomLevel  When overridden in a derived class, gets the zoom level of the map view towards which the map is animating. (inherited from MapMode)
public property UseInertia  Gets or sets a bool indicating whether to use the inertia animation effect during map navigation. (inherited from MapMode)
public property ViewportSize  Gets or sets the size of the viewport. (inherited from MapMode)
public property ZoomLevel  When overridden in a derived class, gets or sets the zoom level. (inherited from MapMode)
public property ZoomRange  When overridden in a derived class, gets the range of valid zoom levels. (inherited from MapMode)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Activated  When overridden in a derived class, executes when the map mode is activated. (inherited from MapMode)
public method Activating  When overridden in a derived class, executes when the map mode is activating. (inherited from MapMode)
public method Deactivating  When overridden in a derived class, executes when the map mode is deactivating. (inherited from MapMode)
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method LocationToViewportPoint  Overloaded. (inherited from MapMode)
public method LocationToViewportPoint Overridden. Converts a location to a viewport point.
public method OnKeyDown  When overridden in a derived class, raises the KeyDown event. (inherited from MapMode)
public method OnKeyHeld  When overridden in a derived class, raises the KeyHeld event. (inherited from MapMode)
public method OnKeyPress  When overridden in a derived class, raises the KeyPress event. (inherited from MapMode)
public method OnKeyUp  When overridden in a derived class, raises the KeyUp event. (inherited from MapMode)
public method OnMouseClick  When overridden in a derived class, raises the MouseClick event. (inherited from MapMode)
public method OnMouseDoubleClick  When overridden in a derived class, raises the MouseDoubleClick event. (inherited from MapMode)
public method OnMouseDragBox  When overridden in a derived class, raises the MouseDragBox event. (inherited from MapMode)
public method OnMouseLeftButtonDown  When overridden in a derived class, raises the MouseLeftButtonDown event. (inherited from MapMode)
public method OnMouseLeftButtonUp  When overridden in a derived class, raises the MouseLeftButtonUp event. (inherited from MapMode)
public method OnMouseMove  When overridden in a derived class, raises the MouseMove event. (inherited from MapMode)
public method OnMousePan  When overridden in a derived class, raises the MousePan event. (inherited from MapMode)
public method OnMouseWheel  When overridden in a derived class, raises the MouseWheel event. (inherited from MapMode)
public method OnProjectionChanged  Enables derived classes to provide custom handling when the culture of projection of the map changes. (inherited from MapMode)
public method OnTouchComplete  When overridden in a derived class, raises the TouchComplete event. (inherited from MapMode)
public method OnTouchPan  When overridden in a derived class, raises the TouchPan event. (inherited from MapMode)
public method OnTouchRotate  When overridden in a derived class, raises the TouchRotate event. (inherited from MapMode)
public method OnTouchZoom  When overridden in a derived class, raises the TouchZoom event. (inherited from MapMode)
public method SetView Overloaded. Overridden. Sets the map view.
public method ToString  (inherited from Object)
public method TryLocationToViewportPoint Overridden. Tries to convert the specified location to a viewport point.
public method TryViewportPointToLocation Overridden. Tries to convert the specified viewport point to a location.
public method ViewportPointToLocation Overridden. Converts the specified viewport point to a location.
public method ViewportSizeChanged  Enables derived classes to provide custom handling when the size of the viewport changes. (inherited from MapMode)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
protected method OnCultureChanged  Enables derived classes to provide custom handling when the culture of the mode changes. (inherited from MapMode)

Top

Public Events

  Name Description
public event ProjectionChanged  Occurs when the map projection changes. (inherited from MapMode)
public event TargetViewChanged Overridden. Occurs when the view towards which the map is animating changes.

Top

See Also

Reference

NullMode Class
Microsoft.Maps.MapControl.Core Namespace