Map Methods
This documentation is no longer available on MSDN, however it is available as a CHM download.
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddHandler | (inherited from UIElement) | |
ApplyTemplate | (inherited from Control) | |
Arrange | (inherited from UIElement) | |
CaptureMouse | (inherited from UIElement) | |
CheckAccess | (inherited from DependencyObject) | |
ClearValue | (inherited from DependencyObject) | |
Equals | (inherited from Object) | |
FindName | (inherited from FrameworkElement) | |
Focus | (inherited from Control) | |
GetAnimationBaseValue | (inherited from DependencyObject) | |
GetBindingExpression | (inherited from FrameworkElement) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
GetValue | (inherited from DependencyObject) | |
InvalidateArrange | (inherited from UIElement) | |
InvalidateMeasure | (inherited from UIElement) | |
LocationToViewportPoint | Overridden.
Converts a location to a viewport point.
(inherited from MapBase) |
|
Measure | (inherited from UIElement) | |
OnApplyTemplate | (inherited from FrameworkElement) | |
ReadLocalValue | (inherited from DependencyObject) | |
ReleaseMouseCapture | (inherited from UIElement) | |
RemoveHandler | (inherited from UIElement) | |
SetBinding | (inherited from FrameworkElement) | |
SetMode | Overridden.
Sets the map mode.
(inherited from MapBase) |
|
SetValue | (inherited from DependencyObject) | |
SetView | Overridden.
Sets the map view to the specified center location and zoom level.
(inherited from MapBase) |
|
ToString | (inherited from Object) | |
TransformToVisual | (inherited from UIElement) | |
TryLocationToViewportPoint | Overridden.
Tries to converts a location to a viewport point.
(inherited from MapBase) |
|
TryViewportPointToLocation | Overridden.
Tries to convert a viewport point to a location.
(inherited from MapBase) |
|
UpdateLayout | (inherited from UIElement) | |
ViewportPointToLocation | Overridden.
Converts the specified viewport point to a location.
(inherited from MapBase) |
Protected Methods
Name | Description | |
---|---|---|
ArrangeOverride | Overridden.
Arranges the elements to fit the given Size.
(inherited from FrameworkElement) |
|
Finalize | Overridden.
Deconstructs the map.
|
|
GetTemplateChild | (inherited from Control) | |
MeasureOverride | Overridden.
Measures the map elements so that they fit within the map Size.
(inherited from FrameworkElement) |
|
MemberwiseClone | (inherited from Object) | |
OnCenterChanged | Overridden.
Enables the ability to provide custom handling when the location of the center of the map changes.
(inherited from MapBase) |
|
OnCreateAutomationPeer | Overridden.
Enables the ability to provide custom handling when an automation peer is created.
(inherited from UIElement) |
|
OnCredentialsProviderChanged | Overridden.
Enables the ability to provide custom handling when the credentials provider changes.
|
|
OnCultureChanged | Overridden.
Enables derived classes to provide custom handling when the culture of the map changes.
|
|
OnFirstFrame | Overridden.
Enables derived classes to provide custom handling when the first map frame is loaded.
|
|
OnGotFocus | (inherited from Control) | |
OnHeadingChanged | Overridden.
Enables the ability to provide custom handling when the directional heading of the map changes.
(inherited from MapBase) |
|
OnKeyDown | Overridden.
Raises the KeyDown keyboard event.
(inherited from Control) |
|
OnKeyUp | Overridden.
Raises the KeyUp keyboard event.
(inherited from Control) |
|
OnLostFocus | (inherited from Control) | |
OnLostMouseCapture | (inherited from Control) | |
OnMouseEnter | (inherited from Control) | |
OnMouseLeave | (inherited from Control) | |
OnMouseLeftButtonDown | Overridden.
Raises the MouseLeftButtonDown mouse event.
(inherited from Control) |
|
OnMouseLeftButtonUp | Overridden.
Raises the MouseLeftButtonUp mouse event.
(inherited from Control) |
|
OnMouseMove | Overridden.
Raises the MouseMove mouse event.
(inherited from Control) |
|
OnMouseWheel | Overridden.
Raises the MouseWheel mouse event.
(inherited from Control) |
|
OnOverlayVisibilityChanged | Overridden.
Enables the ability to provide custom handling when the visibility of an overlay changes.
|
|
OnPitchChanged | Overridden.
Enables the ability to provide custom handling when the pitch of the map changes.
(inherited from MapBase) |
|
OnZoomLevelChanged | Overridden.
Enables the ability to provide custom handling when the zoom level of the map changes.
(inherited from MapBase) |
See Also
Reference
Map Class
Microsoft.Maps.MapControl Namespace
Other Resources
Creating a Basic Application Using the Silverlight Map Control
Navigating Between Map Views