The following tables list the members exposed by Map.
Name | Description | |
---|---|---|
Map Constructor | Initializes a new instance of the Map class. |
Name | Description | |
---|---|---|
IsLogoVisibleProperty | Identifies the IsLogoVisible dependency property. | |
LayersProperty | Identifies the Layers dependency property. | |
PanDurationProperty | Identifies the PanDuration dependency property. | |
RotationProperty | Identifies the Rotation dependency property. | |
SnapToLevelsProperty | Identifies the SnapToLevels dependency property. | |
TimeExtentProperty | Identifies the TimeExtent dependency property. | |
WrapAroundProperty | Identifies the WrapAround dependency property. | |
ZoomDurationProperty | Identifies the ZoomDuration dependency property. | |
ZoomFactorProperty | Identifies the ZoomFactor dependency property. |
Top
Name | Description | |
---|---|---|
DefaultStyleKey | (Inherited from System.Windows.Controls.Control) |
Name | Description | |
---|---|---|
AddHandler | (Inherited from System.Windows.UIElement) | |
ApplyTemplate | (Inherited from System.Windows.Controls.Control) | |
Arrange | (Inherited from System.Windows.UIElement) | |
CaptureMouse | (Inherited from System.Windows.UIElement) | |
ClearValue | (Inherited from System.Windows.DependencyObject) | |
FindName | (Inherited from System.Windows.FrameworkElement) | |
Focus | (Inherited from System.Windows.Controls.Control) | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetBindingExpression | (Inherited from System.Windows.FrameworkElement) | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
InvalidateArrange | (Inherited from System.Windows.UIElement) | |
InvalidateMeasure | (Inherited from System.Windows.UIElement) | |
MapToScreen | Overloaded. Converts map coordinates to screen coordinates relative to the upper left of the map control. | |
Measure | (Inherited from System.Windows.UIElement) | |
MoveLayer | Reorders a layer in the Layers collection. | |
OnApplyTemplate | Overridden. When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate. | |
PanTo | Pans the map to center around the center of the geometry | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
ReleaseMouseCapture | (Inherited from System.Windows.UIElement) | |
RemoveHandler | (Inherited from System.Windows.UIElement) | |
ScreenToMap | Converts screen coordinates relative to the control into map coordinates. | |
SetBinding | (Inherited from System.Windows.FrameworkElement) | |
SetValue | (Inherited from System.Windows.DependencyObject) | |
TransformToVisual | (Inherited from System.Windows.UIElement) | |
UpdateLayout | (Inherited from System.Windows.UIElement) | |
Zoom | Zooms the map a specified factor. Example: Factor=0.5 zooms out to half the scale. Factor=2 zooms in to twice the scale. | |
ZoomTo | Zooms the Map.Extent to a specified Geometry. | |
ZoomToResolution | Overloaded. Zooms the Map Control to a specific pixel resolution. |
Top
Top