FlatMapMode Members
This documentation is no longer available on MSDN, however it is available as a CHM download.
Represents a flattened map projection of the Earth. This class must be inherited.
The following tables list the members exposed by the FlatMapMode type.
Protected Constructors
Name | Description | |
---|---|---|
FlatMapMode | Initializes a new instance of the FlatMapMode class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
AnimationLevel | Gets or sets the animation level. (inherited from MapMode) |
![]() |
Attributions | When overridden in a derived class, gets the imagery attributions for the mode. (inherited from MapMode) |
![]() |
BoundingRectangle | When overridden in a derived class, gets the rectangle that defines the boundaries of the map view. (inherited from MapMode) |
![]() |
Center | Overridden. Gets or sets the location of the center of the map view. |
![]() |
Content | When overridden in a derived class, gets the UIElement that represents the map mode. (inherited from MapMode) |
![]() |
CredentialsProvider | When overridden in a derived class, gets or sets the type of credentials provided. (inherited from MapMode) |
![]() |
Culture | Gets or sets the culture of the map mode. (inherited from MapMode) |
![]() |
ForegroundContent | When overridden in a derived class, gets the map foreground content as a UIElement. (inherited from MapMode) |
![]() |
Heading | When overridden in a derived class, gets or sets the heading of the map view. (inherited from MapMode) |
![]() |
HeadingRange | When overridden in a derived class, gets the range of valid heading values. (inherited from MapMode) |
![]() |
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) |
![]() |
IsDownloading | When overridden in a derived class, gets or sets whether the map mode is downloading. (inherited from MapMode) |
![]() |
ModeBackground | When overridden in a derived class, gets the mode of the background. (inherited from MapMode) |
![]() |
Pitch | When overridden in a derived class, gets or sets the pitch of the map view. (inherited from MapMode) |
![]() |
PitchRange | When overridden in a derived class, gets the range of valid pitch values. (inherited from MapMode) |
![]() |
Scale | When overridden in a derived class, gets or sets the scale of the map. (inherited from MapMode) |
![]() |
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) |
![]() |
TargetCenter | Overridden. Gets the location of the center of the map view towards which the map is animating. |
![]() |
TargetHeading | When overridden in a derived class, gets the heading of the map view towards which the map is animating. (inherited from MapMode) |
![]() |
TargetPitch | When overridden in a derived class, gets the pitch of the map view towards which the map is animating. (inherited from MapMode) |
![]() |
TargetScale | When overridden in a derived class, gets the scale towards which the map is navigating. (inherited from MapMode) |
![]() |
TargetZoomLevel | Overridden. Gets the zoom level of the map view towards which the map is animating. |
![]() |
UseInertia | Gets or sets a bool indicating whether to use the inertia animation effect during map navigation. (inherited from MapMode) |
![]() |
ViewportSize | Gets or sets the size of the viewport. (inherited from MapMode) |
![]() |
ZoomLevel | Overridden. Gets or sets the zoom level of the map view. |
![]() |
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 | |
---|---|---|
![]() |
Activated | When overridden in a derived class, executes when the map mode is activated. (inherited from MapMode) |
![]() |
Activating | When overridden in a derived class, executes when the map mode is activating. (inherited from MapMode) |
![]() |
ConstrainView | When overridden in a derived class, limits the values to valid margins. |
![]() |
Deactivating | When overridden in a derived class, executes when the map mode is deactivating. (inherited from MapMode) |
![]() |
Equals | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
LocationRectToLogicalRect | When overridden in a derived class, converts a LocationRect object to a Rect. |
![]() |
LocationToLogicalPoint | Overloaded. Converts a location to a point on the screen. |
![]() |
LocationToViewportPoint | Overloaded. Overridden. Converts a location to a viewport point. |
![]() |
LogicalPointToViewportPoint | Converts a point on the screen to a point in the map view. |
![]() |
OnKeyDown | When overridden in a derived class, raises the KeyDown event. (inherited from MapMode) |
![]() |
OnKeyHeld | Overridden. Raises the KeyHeld event. |
![]() |
OnKeyPress | When overridden in a derived class, raises the KeyPress event. (inherited from MapMode) |
![]() |
OnKeyUp | When overridden in a derived class, raises the KeyUp event. (inherited from MapMode) |
![]() |
OnMouseClick | When overridden in a derived class, raises the MouseClick event. (inherited from MapMode) |
![]() |
OnMouseDoubleClick | Overridden. Raises the MouseDoubleClick event. |
![]() |
OnMouseDragBox | Overridden. Raises the MouseDragBox event. |
![]() |
OnMouseLeftButtonDown | When overridden in a derived class, raises the MouseLeftButtonDown event. (inherited from MapMode) |
![]() |
OnMouseLeftButtonUp | When overridden in a derived class, raises the MouseLeftButtonUp event. (inherited from MapMode) |
![]() |
OnMouseMove | When overridden in a derived class, raises the MouseMove event. (inherited from MapMode) |
![]() |
OnMousePan | Overridden. Raises the MousePan event. |
![]() |
OnMouseWheel | Overridden. Raises the MouseWheel event. |
![]() |
OnProjectionChanged | Enables derived classes to provide custom handling when the culture of projection of the map changes. (inherited from MapMode) |
![]() |
OnTouchComplete | When overridden in a derived class, raises the TouchComplete event. (inherited from MapMode) |
![]() |
OnTouchPan | When overridden in a derived class, raises the TouchPan event. (inherited from MapMode) |
![]() |
OnTouchRotate | When overridden in a derived class, raises the TouchRotate event. (inherited from MapMode) |
![]() |
OnTouchZoom | When overridden in a derived class, raises the TouchZoom event. (inherited from MapMode) |
![]() |
SetView | Overloaded. Overridden. Sets the map view. |
![]() |
ToString | (inherited from Object) |
![]() |
TryLocationToViewportPoint | Overridden. Converts the specified location to a viewport point. |
![]() |
TryViewportPointToLocation | Overridden. Converts the specified viewport point to a location. |
![]() |
ViewportPointToLocation | Overridden. Converts a viewport point to a location. |
![]() |
ViewportPointToLogicalPoint | Converts a viewport point to a point on the screen. |
![]() |
ViewportSizeChanged | Overridden. Enables the ability to provide custom handling when the size of the viewport changes. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object) |
![]() |
LocationToLogicalPoint | Overloaded. Converts a location to a point on the screen. |
![]() |
LogicalPointToLocation | When overridden in a derived class, converts a logical point to a location. |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
OnCultureChanged | Enables derived classes to provide custom handling when the culture of the mode changes. (inherited from MapMode) |
Top
Public Events
Name | Description | |
---|---|---|
![]() |
ProjectionChanged | Occurs when the map projection changes. (inherited from MapMode) |
![]() |
TargetViewChanged | Overridden. Occurs when the view towards which the map is animating changes. |
Top