This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.wpfdesktopedition.wpfmap [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap ====== | ||
| - | |||
| - | |||
| - | |||
| - | <!-- Class --> | ||
| - | This class represents the map control. | ||
| - | === Remarks === | ||
| - | The map class inherits from the control, so it can be dragged onto the page or be created and added to a page via code like the popular control itself. You also need to configure the properties of the map. The most important step is adding overlays, which generate images and stack them over each other to form a map image. The map control has many methods and events through which you can interact with the map. | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | **System.Windows.Threading.DispatcherObject | ||
| - | ***System.Windows.DependencyObject | ||
| - | ****System.Windows.Media.Visual | ||
| - | *****System.Windows.UIElement | ||
| - | ******System.Windows.FrameworkElement | ||
| - | *******System.Windows.Controls.Control | ||
| - | ********[[ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap]] | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#WpfMap()|WpfMap]] | | | Constructor of WPF MapControl. | | ||
| - | |||
| - | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#AddHandler(RoutedEvent, Delegate, Boolean)|AddHandler]] | RoutedEvent, Delegate, Boolean | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#AddHandler(RoutedEvent, Delegate)|AddHandler]] | RoutedEvent, Delegate | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#AddToEventRoute(EventRoute, RoutedEventArgs)|AddToEventRoute]] | EventRoute, RoutedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)|ApplyAnimationClock]] | DependencyProperty, AnimationClock, HandoffBehavior | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ApplyAnimationClock(DependencyProperty, AnimationClock)|ApplyAnimationClock]] | DependencyProperty, AnimationClock | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ApplyTemplate()|ApplyTemplate]] | | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Arrange(Rect)|Arrange]] | Rect | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginAnimation(DependencyProperty, AnimationTimeline)|BeginAnimation]] | DependencyProperty, AnimationTimeline | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)|BeginAnimation]] | DependencyProperty, AnimationTimeline, HandoffBehavior | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginInit()|BeginInit]] | | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginStoryboard(Storyboard, HandoffBehavior)|BeginStoryboard]] | Storyboard, HandoffBehavior | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginStoryboard(Storyboard, HandoffBehavior, Boolean)|BeginStoryboard]] | Storyboard, HandoffBehavior, Boolean | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginStoryboard(Storyboard)|BeginStoryboard]] | Storyboard | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BringIntoView(Rect)|BringIntoView]] | Rect | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BringIntoView()|BringIntoView]] | | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CaptureMouse()|CaptureMouse]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CaptureStylus()|CaptureStylus]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CaptureTouch(TouchDevice)|CaptureTouch]] | TouchDevice | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CenterAt(PointShape)|CenterAt]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Locates the map center to the specified world point. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CenterAt(ScreenPointF)|CenterAt]] | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | | Locates the map center to the specified screen point. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CenterAt(Feature)|CenterAt]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | Locates the map center to the center of the specified feature. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CenterAt(Single, Single)|CenterAt]] | Single, Single | | Locates the map center to the center of the specified feature. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CheckAccess()|CheckAccess]] | | DispatcherObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearValue(DependencyProperty)|ClearValue]] | DependencyProperty | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearValue(DependencyPropertyKey)|ClearValue]] | DependencyPropertyKey | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CoerceValue(DependencyProperty)|CoerceValue]] | DependencyProperty | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | | Disposes unmanaged objects in map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#EndInit()|EndInit]] | | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object(overriden) | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#FindCommonVisualAncestor(DependencyObject)|FindCommonVisualAncestor]] | DependencyObject | Visual | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#FindFeatureLayer(String)|FindFeatureLayer]] | String | | Finds a FeatureLayer by the specified key. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#FindName(String)|FindName]] | String | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#FindRasterLayer(String)|FindRasterLayer]] | String | | Finds a RasterLayer by the specified key. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#FindResource(Object)|FindResource]] | Object | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Focus()|Focus]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetAnimationBaseValue(DependencyProperty)|GetAnimationBaseValue]] | DependencyProperty | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBindingExpression(DependencyProperty)|GetBindingExpression]] | DependencyProperty | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBitmap(Int32, Int32)|GetBitmap]] | Int32, Int32 | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object(overriden) | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLocalValueEnumerator()|GetLocalValueEnumerator]] | | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetSnappedExtent(RectangleShape)|GetSnappedExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Gets a snapped extent from a specified extent. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetSnappedZoomLevelIndex(Double)|GetSnappedZoomLevelIndex]] | Double | | Gets the snapped zoom level index from the provided scale. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetSnappedZoomLevelIndex(RectangleShape)|GetSnappedZoomLevelIndex]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Gets the snapped zoom level index from the provided world extent. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetValue(DependencyProperty)|GetValue]] | DependencyProperty | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#GetVersion()|GetVersion]] | | | This static method will be useful when you want to report a bug in a specified version of Map Suite. You can use it to tell ThinkGeo support which version you are trying to use. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#InputHitTest(Point)|InputHitTest]] | Point | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#InvalidateArrange()|InvalidateArrange]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#InvalidateMeasure()|InvalidateMeasure]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#InvalidateProperty(DependencyProperty)|InvalidateProperty]] | DependencyProperty | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#InvalidateVisual()|InvalidateVisual]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#IsAncestorOf(DependencyObject)|IsAncestorOf]] | DependencyObject | Visual | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#IsDescendantOf(DependencyObject)|IsDescendantOf]] | DependencyObject | Visual | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#LoadState(Byte[])|LoadState]] | Byte[] | | This method restore map state back from the specified state. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Measure(Size)|Measure]] | Size | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveFocus(TraversalRequest)|MoveFocus]] | TraversalRequest | UIElement(overriden) | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnApplyTemplate()|OnApplyTemplate]] | | FrameworkElement(overriden) | Applys current map template. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Pan(Double, Double)|Pan]] | Double, Double | | Pans the map by the provided screen offset. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Pan(PanDirection, Int32)|Pan]] | [[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]], Int32 | | This function will pan the currentExtent based on a direction and percentage. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Pan(Single, Int32)|Pan]] | Single, Int32 | | This function will pan the currentExtent based on an angle and percentage. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#PointFromScreen(Point)|PointFromScreen]] | Point | Visual | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#PointToScreen(Point)|PointToScreen]] | Point | Visual | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#PredictFocus(FocusNavigationDirection)|PredictFocus]] | FocusNavigationDirection | UIElement(overriden) | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#RaiseEvent(RoutedEventArgs)|RaiseEvent]] | RoutedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ReadLocalValue(DependencyProperty)|ReadLocalValue]] | DependencyProperty | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(RectangleShape, TimeSpan, RequestDrawingBufferTimeType)|Refresh]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(RectangleShape)|Refresh]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(IEnumerable<RectangleShape>, TimeSpan, RequestDrawingBufferTimeType)|Refresh]] | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>, TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | | Refreshes current map control. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(OverlayRefreshType)|Refresh]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(RectangleShape, TimeSpan)|Refresh]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], TimeSpan | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(RectangleShape, Overlay)|Refresh]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(RectangleShape, IEnumerable<Overlay>)|Refresh]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]> | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(Overlay)|Refresh]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | Refreshes a specified overlay. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(Overlay, TimeSpan, RequestDrawingBufferTimeType)|Refresh]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]], TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(IEnumerable<RectangleShape>, TimeSpan)|Refresh]] | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>, TimeSpan | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(TimeSpan, RequestDrawingBufferTimeType)|Refresh]] | TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(IEnumerable<Overlay>, TimeSpan, RequestDrawingBufferTimeType)|Refresh]] | IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]>, TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(TimeSpan)|Refresh]] | TimeSpan | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(IEnumerable<RectangleShape>)|Refresh]] | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(IEnumerable<Overlay>)|Refresh]] | IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]> | | Refreshes a specified overlay collection. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#RegisterName(String, Object)|RegisterName]] | String, Object | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ReleaseAllTouchCaptures()|ReleaseAllTouchCaptures]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ReleaseMouseCapture()|ReleaseMouseCapture]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ReleaseStylusCapture()|ReleaseStylusCapture]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ReleaseTouchCapture(TouchDevice)|ReleaseTouchCapture]] | TouchDevice | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveHandler(RoutedEvent, Delegate)|RemoveHandler]] | RoutedEvent, Delegate | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SaveState()|SaveState]] | | | This method saves map state to a byte array. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetBinding(DependencyProperty, BindingBase)|SetBinding]] | DependencyProperty, BindingBase | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetBinding(DependencyProperty, String)|SetBinding]] | DependencyProperty, String | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetCurrentValue(DependencyProperty, Object)|SetCurrentValue]] | DependencyProperty, Object | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetResourceReference(DependencyProperty, Object)|SetResourceReference]] | DependencyProperty, Object | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetValue(DependencyPropertyKey, Object)|SetValue]] | DependencyPropertyKey, Object | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetValue(DependencyProperty, Object)|SetValue]] | DependencyProperty, Object | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ShouldSerializeCommandBindings()|ShouldSerializeCommandBindings]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ShouldSerializeInputBindings()|ShouldSerializeInputBindings]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ShouldSerializeResources()|ShouldSerializeResources]] | | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ShouldSerializeStyle()|ShouldSerializeStyle]] | | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ShouldSerializeTriggers()|ShouldSerializeTriggers]] | | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(PointShape)|ToScreenCoordinate]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Converts the provided world points to screen points. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(Point)|ToScreenCoordinate]] | Point | | Converts the provided world points to screen points. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(Double, Double)|ToScreenCoordinate]] | Double, Double | | Converts the provided world points to screen points. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object(overriden) | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(Double, Double)|ToWorldCoordinate]] | Double, Double | | Converts the provided screen points to world points. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(PointShape)|ToWorldCoordinate]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Converts the provided screen points to world points. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(Point)|ToWorldCoordinate]] | Point | | Converts the provided screen points to world points. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToggleMapExtents()|ToggleMapExtents]] | | | Toggles the map between current extent and previous extent. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#TransformToAncestor(Visual3D)|TransformToAncestor]] | Visual3D | Visual | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#TransformToAncestor(Visual)|TransformToAncestor]] | Visual | Visual | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#TransformToDescendant(Visual)|TransformToDescendant]] | Visual | Visual | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#TransformToVisual(Visual)|TransformToVisual]] | Visual | Visual | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#TranslatePoint(Point, UIElement)|TranslatePoint]] | Point, UIElement | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#TryFindResource(Object)|TryFindResource]] | Object | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#UnregisterName(String)|UnregisterName]] | String | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#UpdateDefaultStyle()|UpdateDefaultStyle]] | | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#UpdateLayout()|UpdateLayout]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#VerifyAccess()|VerifyAccess]] | | DispatcherObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomIn(Int32)|ZoomIn]] | Int32 | | Zooms the map in by the provided percentage. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomIn()|ZoomIn]] | | | Zooms the map in for one level | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomIntoCenter(Int32, Feature)|ZoomIntoCenter]] | Int32, [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | Zooms the map in by the provided percentage and locates the map to the center of the provided feature. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomIntoCenter(Int32, PointShape)|ZoomIntoCenter]] | Int32, [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Zooms the map in by the provided percentage and locates to the center of the provided feature. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomIntoCenter(Int32, Single, Single)|ZoomIntoCenter]] | Int32, Single, Single | | Zooms the map in by the provided percentage and locates to the provided screen x and y. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomIntoCenter(Int32, ScreenPointF)|ZoomIntoCenter]] | Int32, [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | | Zooms the map in by the provided percentage and locates to the provided screen point. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomOut(Int32)|ZoomOut]] | Int32 | | Zooms the map out by the provided percentage. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomOut()|ZoomOut]] | | | Zooms the map out for one level. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomOutToCenter(Int32, Single, Single)|ZoomOutToCenter]] | Int32, Single, Single | | Zooms the map out by the provided percentage and locates to the provided screen x and y. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomOutToCenter(Int32, ScreenPointF)|ZoomOutToCenter]] | Int32, [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | | Zooms the map out by the provided percentage and locates to the provided screen point. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomOutToCenter(Int32, PointShape)|ZoomOutToCenter]] | Int32, [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Zooms the map out by the provided percentage and locates to the center of the provided feature. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomOutToCenter(Int32, Feature)|ZoomOutToCenter]] | Int32, [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | Zooms the map out by the provided percentage and locates map to the center of the provided feature. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomTo(PointShape, Double)|ZoomTo]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | This method zooms current map to a specified position and scale. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomToPreviousExtent()|ZoomToPreviousExtent]] | | | Zooms the map to the previous extent. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomToScale(Double, ScreenPointF)|ZoomToScale]] | Double, [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | | Zooms the map to a provided scale and locates the map by the provided screen offset. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomToScale(Double, Single, Single)|ZoomToScale]] | Double, Single, Single | | Zooms the map to a provided scale and locates the map by the provided screen offset. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomToScale(Double)|ZoomToScale]] | Double | | Zooms the map to a provided scale. | | ||
| - | |||
| - | ==== Protected Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AddVisualChild(Visual)|AddVisualChild]] | Visual | Visual | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ArrangeCore(Rect)|ArrangeCore]] | Rect | UIElement(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ArrangeOverride(Size)|ArrangeOverride]] | Size | FrameworkElement(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Dispose(Boolean)|Dispose]] | Boolean | | Disposes unmanaged objects in map. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Draw(RectangleShape, OverlayRefreshType)|Draw]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] | | Draws the map by the provided extent. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(RectangleShape, OverlayRefreshType)|DrawCore]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] | | Draws the map by the provided extent. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object(overriden) | Finalize method of WpfMap class. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetLayoutClip(Size)|GetLayoutClip]] | Size | UIElement(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetVisualChild(Int32)|GetVisualChild]] | Int32 | Visual(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#HitTestCore(GeometryHitTestParameters)|HitTestCore]] | GeometryHitTestParameters | Visual(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#HitTestCore(PointHitTestParameters)|HitTestCore]] | PointHitTestParameters | Visual(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#LoadStateCore(Byte[])|LoadStateCore]] | Byte[] | | This method restore map state back from the specified state. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MeasureCore(Size)|MeasureCore]] | Size | UIElement(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MeasureOverride(Size)|MeasureOverride]] | Size | FrameworkElement(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnAccessKey(AccessKeyEventArgs)|OnAccessKey]] | AccessKeyEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnChildDesiredSizeChanged(UIElement)|OnChildDesiredSizeChanged]] | UIElement | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnContextMenuClosing(ContextMenuEventArgs)|OnContextMenuClosing]] | ContextMenuEventArgs | FrameworkElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnContextMenuOpening(ContextMenuEventArgs)|OnContextMenuOpening]] | ContextMenuEventArgs | FrameworkElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCreateAutomationPeer()|OnCreateAutomationPeer]] | | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCurrentExtentChanged(CurrentExtentChangedWpfMapEventArgs)|OnCurrentExtentChanged]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangedWpfMapEventArgs|CurrentExtentChangedWpfMapEventArgs]] | | Occurs when map's current extent is changed. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCurrentExtentChanging(CurrentExtentChangingWpfMapEventArgs)|OnCurrentExtentChanging]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangingWpfMapEventArgs|CurrentExtentChangingWpfMapEventArgs]] | | Occurs when map's current extent is changing. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCurrentScaleChanged(CurrentScaleChangedWpfMapEventArgs)|OnCurrentScaleChanged]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangedWpfMapEventArgs|CurrentScaleChangedWpfMapEventArgs]] | | Occurs when map's current scale is changed. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCurrentScaleChanging(CurrentScaleChangingWpfMapEventArgs)|OnCurrentScaleChanging]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs|CurrentScaleChangingWpfMapEventArgs]] | | Occurs when map's current scale is changing. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDragEnter(DragEventArgs)|OnDragEnter]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDragLeave(DragEventArgs)|OnDragLeave]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDragOver(DragEventArgs)|OnDragOver]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrop(DragEventArgs)|OnDrop]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnGiveFeedback(GiveFeedbackEventArgs)|OnGiveFeedback]] | GiveFeedbackEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnGotFocus(RoutedEventArgs)|OnGotFocus]] | RoutedEventArgs | UIElement(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)|OnGotKeyboardFocus]] | KeyboardFocusChangedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnGotMouseCapture(MouseEventArgs)|OnGotMouseCapture]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnGotStylusCapture(StylusEventArgs)|OnGotStylusCapture]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnGotTouchCapture(TouchEventArgs)|OnGotTouchCapture]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnInitialized(EventArgs)|OnInitialized]] | EventArgs | FrameworkElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)|OnIsKeyboardFocusWithinChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs)|OnIsKeyboardFocusedChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs)|OnIsMouseCaptureWithinChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs)|OnIsMouseCapturedChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs)|OnIsMouseDirectlyOverChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs)|OnIsStylusCaptureWithinChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs)|OnIsStylusCapturedChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs)|OnIsStylusDirectlyOverChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnKeyDown(KeyEventArgs)|OnKeyDown]] | KeyEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnKeyUp(KeyEventArgs)|OnKeyUp]] | KeyEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnLostFocus(RoutedEventArgs)|OnLostFocus]] | RoutedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)|OnLostKeyboardFocus]] | KeyboardFocusChangedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnLostMouseCapture(MouseEventArgs)|OnLostMouseCapture]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnLostStylusCapture(StylusEventArgs)|OnLostStylusCapture]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnLostTouchCapture(TouchEventArgs)|OnLostTouchCapture]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs)|OnManipulationBoundaryFeedback]] | ManipulationBoundaryFeedbackEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnManipulationCompleted(ManipulationCompletedEventArgs)|OnManipulationCompleted]] | ManipulationCompletedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnManipulationDelta(ManipulationDeltaEventArgs)|OnManipulationDelta]] | ManipulationDeltaEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs)|OnManipulationInertiaStarting]] | ManipulationInertiaStartingEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnManipulationStarted(ManipulationStartedEventArgs)|OnManipulationStarted]] | ManipulationStartedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnManipulationStarting(ManipulationStartingEventArgs)|OnManipulationStarting]] | ManipulationStartingEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMapClick(MapClickWpfMapEventArgs)|OnMapClick]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs|MapClickWpfMapEventArgs]] | | Occurs when clicking on the map. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMapDoubleClick(MapClickWpfMapEventArgs)|OnMapDoubleClick]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs|MapClickWpfMapEventArgs]] | | Occurs when double clicking on the map. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMapTap(MapTapWpfMapEventArgs)|OnMapTap]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs|MapTapWpfMapEventArgs]] | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseDoubleClick(MouseButtonEventArgs)|OnMouseDoubleClick]] | MouseButtonEventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseDown(MouseButtonEventArgs)|OnMouseDown]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseEnter(MouseEventArgs)|OnMouseEnter]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseLeave(MouseEventArgs)|OnMouseLeave]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseLeftButtonDown(MouseButtonEventArgs)|OnMouseLeftButtonDown]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseLeftButtonUp(MouseButtonEventArgs)|OnMouseLeftButtonUp]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseMove(MouseEventArgs)|OnMouseMove]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseRightButtonDown(MouseButtonEventArgs)|OnMouseRightButtonDown]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseRightButtonUp(MouseButtonEventArgs)|OnMouseRightButtonUp]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseUp(MouseButtonEventArgs)|OnMouseUp]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseWheel(MouseWheelEventArgs)|OnMouseWheel]] | MouseWheelEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnOverlayDrawing(OverlayDrawingWpfMapEventArgs)|OnOverlayDrawing]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs|OverlayDrawingWpfMapEventArgs]] | | Occurs when an overlay is drawing. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnOverlayDrawn(OverlayDrawnWpfMapEventArgs)|OnOverlayDrawn]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawnWpfMapEventArgs|OverlayDrawnWpfMapEventArgs]] | | Occurs when an overlay is drawn. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnOverlaysDrawing(OverlaysDrawingWpfMapEventArgs)|OnOverlaysDrawing]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawingWpfMapEventArgs|OverlaysDrawingWpfMapEventArgs]] | | Occurs when all overlays are drawing. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnOverlaysDrawn(OverlaysDrawnWpfMapEventArgs)|OnOverlaysDrawn]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawnWpfMapEventArgs|OverlaysDrawnWpfMapEventArgs]] | | Occurs when overlays are drawn. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewDragEnter(DragEventArgs)|OnPreviewDragEnter]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewDragLeave(DragEventArgs)|OnPreviewDragLeave]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewDragOver(DragEventArgs)|OnPreviewDragOver]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewDrop(DragEventArgs)|OnPreviewDrop]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewGiveFeedback(GiveFeedbackEventArgs)|OnPreviewGiveFeedback]] | GiveFeedbackEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs)|OnPreviewGotKeyboardFocus]] | KeyboardFocusChangedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewKeyDown(KeyEventArgs)|OnPreviewKeyDown]] | KeyEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewKeyUp(KeyEventArgs)|OnPreviewKeyUp]] | KeyEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs)|OnPreviewLostKeyboardFocus]] | KeyboardFocusChangedEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewMouseDoubleClick(MouseButtonEventArgs)|OnPreviewMouseDoubleClick]] | MouseButtonEventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewMouseDown(MouseButtonEventArgs)|OnPreviewMouseDown]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)|OnPreviewMouseLeftButtonDown]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)|OnPreviewMouseLeftButtonUp]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewMouseMove(MouseEventArgs)|OnPreviewMouseMove]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewMouseRightButtonDown(MouseButtonEventArgs)|OnPreviewMouseRightButtonDown]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewMouseRightButtonUp(MouseButtonEventArgs)|OnPreviewMouseRightButtonUp]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewMouseUp(MouseButtonEventArgs)|OnPreviewMouseUp]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewMouseWheel(MouseWheelEventArgs)|OnPreviewMouseWheel]] | MouseWheelEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewQueryContinueDrag(QueryContinueDragEventArgs)|OnPreviewQueryContinueDrag]] | QueryContinueDragEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewStylusButtonDown(StylusButtonEventArgs)|OnPreviewStylusButtonDown]] | StylusButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewStylusButtonUp(StylusButtonEventArgs)|OnPreviewStylusButtonUp]] | StylusButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewStylusDown(StylusDownEventArgs)|OnPreviewStylusDown]] | StylusDownEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewStylusInAirMove(StylusEventArgs)|OnPreviewStylusInAirMove]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewStylusInRange(StylusEventArgs)|OnPreviewStylusInRange]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewStylusMove(StylusEventArgs)|OnPreviewStylusMove]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewStylusOutOfRange(StylusEventArgs)|OnPreviewStylusOutOfRange]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs)|OnPreviewStylusSystemGesture]] | StylusSystemGestureEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewStylusUp(StylusEventArgs)|OnPreviewStylusUp]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewTextInput(TextCompositionEventArgs)|OnPreviewTextInput]] | TextCompositionEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewTouchDown(TouchEventArgs)|OnPreviewTouchDown]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewTouchMove(TouchEventArgs)|OnPreviewTouchMove]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreviewTouchUp(TouchEventArgs)|OnPreviewTouchUp]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPropertyChanged(DependencyPropertyChangedEventArgs)|OnPropertyChanged]] | DependencyPropertyChangedEventArgs | DependencyObject(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnQueryContinueDrag(QueryContinueDragEventArgs)|OnQueryContinueDrag]] | QueryContinueDragEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnQueryCursor(QueryCursorEventArgs)|OnQueryCursor]] | QueryCursorEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnRender(DrawingContext)|OnRender]] | DrawingContext | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnStylusButtonDown(StylusButtonEventArgs)|OnStylusButtonDown]] | StylusButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnStylusButtonUp(StylusButtonEventArgs)|OnStylusButtonUp]] | StylusButtonEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnStylusDown(StylusDownEventArgs)|OnStylusDown]] | StylusDownEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnStylusEnter(StylusEventArgs)|OnStylusEnter]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnStylusInAirMove(StylusEventArgs)|OnStylusInAirMove]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnStylusInRange(StylusEventArgs)|OnStylusInRange]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnStylusLeave(StylusEventArgs)|OnStylusLeave]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnStylusMove(StylusEventArgs)|OnStylusMove]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnStylusOutOfRange(StylusEventArgs)|OnStylusOutOfRange]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnStylusSystemGesture(StylusSystemGestureEventArgs)|OnStylusSystemGesture]] | StylusSystemGestureEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnStylusUp(StylusEventArgs)|OnStylusUp]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTemplateChanged(ControlTemplate, ControlTemplate)|OnTemplateChanged]] | ControlTemplate, ControlTemplate | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTextInput(TextCompositionEventArgs)|OnTextInput]] | TextCompositionEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnToolTipClosing(ToolTipEventArgs)|OnToolTipClosing]] | ToolTipEventArgs | FrameworkElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnToolTipOpening(ToolTipEventArgs)|OnToolTipOpening]] | ToolTipEventArgs | FrameworkElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTouchDown(TouchEventArgs)|OnTouchDown]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTouchEnter(TouchEventArgs)|OnTouchEnter]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTouchLeave(TouchEventArgs)|OnTouchLeave]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTouchMove(TouchEventArgs)|OnTouchMove]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTouchUp(TouchEventArgs)|OnTouchUp]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnZoomLevelSetChanged(ZoomLevelSetChangedWpfMapEventArgs)|OnZoomLevelSetChanged]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.ZoomLevelSetChangedWpfMapEventArgs|ZoomLevelSetChangedWpfMapEventArgs]] | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RemoveVisualChild(Visual)|RemoveVisualChild]] | Visual | Visual | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SaveStateCore()|SaveStateCore]] | | | This method saves map state to a byte array. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ZoomToPreviousExtentCore()|ZoomToPreviousExtentCore]] | | | | | ||
| - | |||
| - | ==== Public Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ActualHeight|ActualHeight]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ActualWidth|ActualWidth]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AdornmentOverlay|AdornmentOverlay]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.AdornmentOverlay|AdornmentOverlay]] | | Gets or sets the adornment overlay in the MapControl. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AllowDrop|AllowDrop]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AreAnyTouchesCaptured|AreAnyTouchesCaptured]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AreAnyTouchesCapturedWithin|AreAnyTouchesCapturedWithin]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AreAnyTouchesDirectlyOver|AreAnyTouchesDirectlyOver]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AreAnyTouchesOver|AreAnyTouchesOver]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Background|Background]] | Brush | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BackgroundOverlay|BackgroundOverlay]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.BackgroundOverlay|BackgroundOverlay]] | | Gets or sets the background overlay. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BindingGroup|BindingGroup]] | BindingGroup | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BorderBrush|BorderBrush]] | Brush | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BorderThickness|BorderThickness]] | Thickness | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CacheMode|CacheMode]] | CacheMode | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Clip|Clip]] | Geometry | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ClipToBounds|ClipToBounds]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CommandBindings|CommandBindings]] | CommandBindingCollection | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ContextMenu|ContextMenu]] | ContextMenu | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentExtent|CurrentExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Gets or sets the current extent of the MapControl. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentResolution|CurrentResolution]] | Double | | Gets or sets current resolution. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentScale|CurrentScale]] | Double | | Gets or sets current viewport scale. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Cursor|Cursor]] | Cursor | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DataContext|DataContext]] | Object | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DependencyObjectType|DependencyObjectType]] | DependencyObjectType | DependencyObject | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DesiredSize|DesiredSize]] | Size | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Dispatcher|Dispatcher]] | Dispatcher | DispatcherObject | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#EditOverlay|EditOverlay]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay|EditInteractiveOverlay]] | | Gets or sets the edit overlay in the MapControl. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Effect|Effect]] | Effect | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ExtentOverlay|ExtentOverlay]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay|ExtentInteractiveOverlay]] | | Gets or sets the extent overlay in the MapControl. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FlowDirection|FlowDirection]] | FlowDirection | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FocusVisualStyle|FocusVisualStyle]] | Style | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Focusable|Focusable]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FontFamily|FontFamily]] | FontFamily | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FontSize|FontSize]] | Double | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FontStretch|FontStretch]] | FontStretch | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FontStyle|FontStyle]] | FontStyle | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FontWeight|FontWeight]] | FontWeight | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ForceCursor|ForceCursor]] | Boolean | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Foreground|Foreground]] | Brush | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#GCCollectionMode|GCCollectionMode]] | GCCollectionMode | | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#HasAnimatedProperties|HasAnimatedProperties]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Height|Height]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#HorizontalAlignment|HorizontalAlignment]] | HorizontalAlignment | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#HorizontalContentAlignment|HorizontalContentAlignment]] | HorizontalAlignment | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#InputBindings|InputBindings]] | InputBindingCollection | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#InputScope|InputScope]] | InputScope | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#InteractiveOverlays|InteractiveOverlays]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]]> | | This property gets the collection of InteractiveOverlays in the MapControl. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsArrangeValid|IsArrangeValid]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsEnabled|IsEnabled]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsFocused|IsFocused]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsHitTestVisible|IsHitTestVisible]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsInitialized|IsInitialized]] | Boolean | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsInputMethodEnabled|IsInputMethodEnabled]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsKeyboardFocusWithin|IsKeyboardFocusWithin]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsKeyboardFocused|IsKeyboardFocused]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsLoaded|IsLoaded]] | Boolean | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsManipulationEnabled|IsManipulationEnabled]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsMeasureValid|IsMeasureValid]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsMouseCaptureWithin|IsMouseCaptureWithin]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsMouseCaptured|IsMouseCaptured]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsMouseDirectlyOver|IsMouseDirectlyOver]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsMouseOver|IsMouseOver]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsSealed|IsSealed]] | Boolean | DependencyObject | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsStylusCaptureWithin|IsStylusCaptureWithin]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsStylusCaptured|IsStylusCaptured]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsStylusDirectlyOver|IsStylusDirectlyOver]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsStylusOver|IsStylusOver]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsTabStop|IsTabStop]] | Boolean | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Language|Language]] | XmlLanguage | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#LayoutTransform|LayoutTransform]] | Transform | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MapResizeMode|MapResizeMode]] | [[ThinkGeo.MapSuite.Core.MapResizeMode|MapResizeMode]] | | Gets a strategy for changing extent when resizes map control. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MapTools|MapTools]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTools|MapTools]] | | Gets a object for simply using MapTools. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MapUnit|MapUnit]] | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | | Gets or sets the map unit used by the MapControl. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Margin|Margin]] | Thickness | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MaxExtent|MaxExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | This property gets the map extent of the map control. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MaxHeight|MaxHeight]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MaxWidth|MaxWidth]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MaximumScale|MaximumScale]] | Double | | This property gets and sets a maximum scale when navigating the map. When you keep zooming out, and the target scale is bigger than the maximum scale, the zooming operation will be stopped. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MinHeight|MinHeight]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MinWidth|MinWidth]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MinimumScale|MinimumScale]] | Double | | This property gets and sets a minimum scale when navigating the map. When you keep zooming in, and the target scale is smaller than the minimum scale, the zooming operation will be stopped. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] | Double | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OpacityMask|OpacityMask]] | Brush | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Overlays|Overlays]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]> | | This property gets the collection of Overlays in the MapControl. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OverridesDefaultStyle|OverridesDefaultStyle]] | Boolean | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Padding|Padding]] | Thickness | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Parent|Parent]] | DependencyObject | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#RenderSize|RenderSize]] | Size | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#RenderTransform|RenderTransform]] | Transform | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#RenderTransformOrigin|RenderTransformOrigin]] | Point | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Resources|Resources]] | ResourceDictionary | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#RestrictExtent|RestrictExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | This property gets or sets an extent to restrict the map navigation. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#SnapsToDevicePixels|SnapsToDevicePixels]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Style|Style]] | Style | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TabIndex|TabIndex]] | Int32 | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Tag|Tag]] | Object | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Template|Template]] | ControlTemplate | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TemplatedParent|TemplatedParent]] | DependencyObject | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ToolTip|ToolTip]] | Object | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ToolsGrid|ToolsGrid]] | Grid | | Gets a grid control to hold all the map tools. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TouchesCaptured|TouchesCaptured]] | IEnumerable<TouchDevice> | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TouchesCapturedWithin|TouchesCapturedWithin]] | IEnumerable<TouchDevice> | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TouchesDirectlyOver|TouchesDirectlyOver]] | IEnumerable<TouchDevice> | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TouchesOver|TouchesOver]] | IEnumerable<TouchDevice> | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TrackOverlay|TrackOverlay]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay|TrackInteractiveOverlay]] | | Gets or sets the track overlay in the MapControl. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Triggers|Triggers]] | TriggerCollection | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Uid|Uid]] | String | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#UseLayoutRounding|UseLayoutRounding]] | Boolean | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#VerticalAlignment|VerticalAlignment]] | VerticalAlignment | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#VerticalContentAlignment|VerticalContentAlignment]] | VerticalAlignment | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Visibility|Visibility]] | Visibility | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Width|Width]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevelSet|ZoomLevelSet]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | | This property gets or sets the ZoomLevelSet used for the WpfMap control. | | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#EventCanvas|EventCanvas]] | Canvas | | Gets a canvas control to hook all the events of the map. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#IsEnabledCore|IsEnabledCore]] | Boolean | UIElement | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#OverlayCanvas|OverlayCanvas]] | Canvas | | Gets a canvas control to maintain current overlays in the DOM tree. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#StylusPlugIns|StylusPlugIns]] | StylusPlugInCollection | UIElement | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#VisualChildrenCount|VisualChildrenCount]] | Int32 | Visual(overriden) | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#VisualParent|VisualParent]] | DependencyObject | Visual | | | ||
| - | |||
| - | ==== Public Events ==== | ||
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ContextMenuClosing|ContextMenuClosing]] | ContextMenuEventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ContextMenuOpening|ContextMenuOpening]] | ContextMenuEventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#CurrentExtentChanged|CurrentExtentChanged]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangedWpfMapEventArgs|CurrentExtentChangedWpfMapEventArgs]] | | Occurs after map's extent is changed. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#CurrentExtentChanging|CurrentExtentChanging]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangingWpfMapEventArgs|CurrentExtentChangingWpfMapEventArgs]] | | Occurs before map's extent is changing. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#CurrentScaleChanged|CurrentScaleChanged]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangedWpfMapEventArgs|CurrentScaleChangedWpfMapEventArgs]] | | Occurs after map's current scale is changed. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#CurrentScaleChanging|CurrentScaleChanging]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs|CurrentScaleChangingWpfMapEventArgs]] | | Occurs before map's current scale is changing. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DataContextChanged|DataContextChanged]] | DependencyPropertyChangedEventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DragEnter|DragEnter]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DragLeave|DragLeave]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DragOver|DragOver]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#Drop|Drop]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#FocusableChanged|FocusableChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#GiveFeedback|GiveFeedback]] | GiveFeedbackEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#GotFocus|GotFocus]] | RoutedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#GotKeyboardFocus|GotKeyboardFocus]] | KeyboardFocusChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#GotMouseCapture|GotMouseCapture]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#GotStylusCapture|GotStylusCapture]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#GotTouchCapture|GotTouchCapture]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#Initialized|Initialized]] | EventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#IsEnabledChanged|IsEnabledChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#IsHitTestVisibleChanged|IsHitTestVisibleChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#IsKeyboardFocusWithinChanged|IsKeyboardFocusWithinChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#IsKeyboardFocusedChanged|IsKeyboardFocusedChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#IsMouseCaptureWithinChanged|IsMouseCaptureWithinChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#IsMouseCapturedChanged|IsMouseCapturedChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#IsMouseDirectlyOverChanged|IsMouseDirectlyOverChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#IsStylusCaptureWithinChanged|IsStylusCaptureWithinChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#IsStylusCapturedChanged|IsStylusCapturedChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#IsStylusDirectlyOverChanged|IsStylusDirectlyOverChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#IsVisibleChanged|IsVisibleChanged]] | DependencyPropertyChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#KeyDown|KeyDown]] | KeyEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#KeyUp|KeyUp]] | KeyEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#LayoutUpdated|LayoutUpdated]] | EventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#Loaded|Loaded]] | RoutedEventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#LostFocus|LostFocus]] | RoutedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#LostKeyboardFocus|LostKeyboardFocus]] | KeyboardFocusChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#LostMouseCapture|LostMouseCapture]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#LostStylusCapture|LostStylusCapture]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#LostTouchCapture|LostTouchCapture]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ManipulationBoundaryFeedback|ManipulationBoundaryFeedback]] | ManipulationBoundaryFeedbackEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ManipulationCompleted|ManipulationCompleted]] | ManipulationCompletedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ManipulationDelta|ManipulationDelta]] | ManipulationDeltaEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ManipulationInertiaStarting|ManipulationInertiaStarting]] | ManipulationInertiaStartingEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ManipulationStarted|ManipulationStarted]] | ManipulationStartedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ManipulationStarting|ManipulationStarting]] | ManipulationStartingEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MapClick|MapClick]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs|MapClickWpfMapEventArgs]] | | Occurs when clicking on the map. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MapDoubleClick|MapDoubleClick]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs|MapClickWpfMapEventArgs]] | | Occurs when double click on the map. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MapTap|MapTap]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs|MapTapWpfMapEventArgs]] | | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseDoubleClick|MouseDoubleClick]] | MouseButtonEventArgs | Control | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseDown|MouseDown]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseEnter|MouseEnter]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseLeave|MouseLeave]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseLeftButtonDown|MouseLeftButtonDown]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseLeftButtonUp|MouseLeftButtonUp]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseMove|MouseMove]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseRightButtonDown|MouseRightButtonDown]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseRightButtonUp|MouseRightButtonUp]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseUp|MouseUp]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseWheel|MouseWheel]] | MouseWheelEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#OverlayDrawing|OverlayDrawing]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs|OverlayDrawingWpfMapEventArgs]] | | Occurs before an overlay is drawing. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#OverlayDrawn|OverlayDrawn]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawnWpfMapEventArgs|OverlayDrawnWpfMapEventArgs]] | | Occurs after an overlay is drawn. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#OverlaysDrawing|OverlaysDrawing]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawingWpfMapEventArgs|OverlaysDrawingWpfMapEventArgs]] | | Occurs before all overlays are drawing. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#OverlaysDrawn|OverlaysDrawn]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawnWpfMapEventArgs|OverlaysDrawnWpfMapEventArgs]] | | Occurs after all overlays are drawn. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewDragEnter|PreviewDragEnter]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewDragLeave|PreviewDragLeave]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewDragOver|PreviewDragOver]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewDrop|PreviewDrop]] | DragEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewGiveFeedback|PreviewGiveFeedback]] | GiveFeedbackEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewGotKeyboardFocus|PreviewGotKeyboardFocus]] | KeyboardFocusChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewKeyDown|PreviewKeyDown]] | KeyEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewKeyUp|PreviewKeyUp]] | KeyEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewLostKeyboardFocus|PreviewLostKeyboardFocus]] | KeyboardFocusChangedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewMouseDoubleClick|PreviewMouseDoubleClick]] | MouseButtonEventArgs | Control | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewMouseDown|PreviewMouseDown]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewMouseLeftButtonDown|PreviewMouseLeftButtonDown]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewMouseLeftButtonUp|PreviewMouseLeftButtonUp]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewMouseMove|PreviewMouseMove]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewMouseRightButtonDown|PreviewMouseRightButtonDown]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewMouseRightButtonUp|PreviewMouseRightButtonUp]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewMouseUp|PreviewMouseUp]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewMouseWheel|PreviewMouseWheel]] | MouseWheelEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewQueryContinueDrag|PreviewQueryContinueDrag]] | QueryContinueDragEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewStylusButtonDown|PreviewStylusButtonDown]] | StylusButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewStylusButtonUp|PreviewStylusButtonUp]] | StylusButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewStylusDown|PreviewStylusDown]] | StylusDownEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewStylusInAirMove|PreviewStylusInAirMove]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewStylusInRange|PreviewStylusInRange]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewStylusMove|PreviewStylusMove]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewStylusOutOfRange|PreviewStylusOutOfRange]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewStylusSystemGesture|PreviewStylusSystemGesture]] | StylusSystemGestureEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewStylusUp|PreviewStylusUp]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewTextInput|PreviewTextInput]] | TextCompositionEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewTouchDown|PreviewTouchDown]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewTouchMove|PreviewTouchMove]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreviewTouchUp|PreviewTouchUp]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#QueryContinueDrag|QueryContinueDrag]] | QueryContinueDragEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#QueryCursor|QueryCursor]] | QueryCursorEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#RequestBringIntoView|RequestBringIntoView]] | RequestBringIntoViewEventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#SizeChanged|SizeChanged]] | SizeChangedEventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#SourceUpdated|SourceUpdated]] | DataTransferEventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#StylusButtonDown|StylusButtonDown]] | StylusButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#StylusButtonUp|StylusButtonUp]] | StylusButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#StylusDown|StylusDown]] | StylusDownEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#StylusEnter|StylusEnter]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#StylusInAirMove|StylusInAirMove]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#StylusInRange|StylusInRange]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#StylusLeave|StylusLeave]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#StylusMove|StylusMove]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#StylusOutOfRange|StylusOutOfRange]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#StylusSystemGesture|StylusSystemGesture]] | StylusSystemGestureEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#StylusUp|StylusUp]] | StylusEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#TargetUpdated|TargetUpdated]] | DataTransferEventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#TextInput|TextInput]] | TextCompositionEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ToolTipClosing|ToolTipClosing]] | ToolTipEventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ToolTipOpening|ToolTipOpening]] | ToolTipEventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#TouchDown|TouchDown]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#TouchEnter|TouchEnter]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#TouchLeave|TouchLeave]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#TouchMove|TouchMove]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#TouchUp|TouchUp]] | TouchEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#Unloaded|Unloaded]] | RoutedEventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ZoomLevelSetChanged|ZoomLevelSetChanged]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.ZoomLevelSetChangedWpfMapEventArgs|ZoomLevelSetChangedWpfMapEventArgs]] | | | | ||
| - | |||
| - | ===== Public Constructors ===== | ||
| - | ==== WpfMap() ==== | ||
| - | Constructor of WPF MapControl. | ||
| - | === Remarks === | ||
| - | Initilizes some class modular variables and hooks up events. | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ===== Protected Constructors ===== | ||
| - | ===== Public Methods ===== | ||
| - | ==== AddHandler(RoutedEvent, Delegate, Boolean) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AddHandler.28RoutedEvent.2C_Delegate.2C_Boolean.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AddHandler.28RoutedEvent.2C_Delegate.2C_Boolean.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | routedEvent | RoutedEvent<!-- System.Windows.RoutedEvent --> | | | ||
| - | | handler | Delegate<!-- System.Delegate --> | | | ||
| - | | handledEventsToo | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AddHandler(RoutedEvent, Delegate) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AddHandler.28RoutedEvent.2C_Delegate.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AddHandler.28RoutedEvent.2C_Delegate.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | routedEvent | RoutedEvent<!-- System.Windows.RoutedEvent --> | | | ||
| - | | handler | Delegate<!-- System.Delegate --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AddToEventRoute(EventRoute, RoutedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AddToEventRoute.28EventRoute.2C_RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AddToEventRoute.28EventRoute.2C_RoutedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | route | EventRoute<!-- System.Windows.EventRoute --> | | | ||
| - | | e | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.2C_HandoffBehavior.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.2C_HandoffBehavior.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | | clock | AnimationClock<!-- System.Windows.Media.Animation.AnimationClock --> | | | ||
| - | | handoffBehavior | HandoffBehavior<!-- System.Windows.Media.Animation.HandoffBehavior --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ApplyAnimationClock(DependencyProperty, AnimationClock) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | | clock | AnimationClock<!-- System.Windows.Media.Animation.AnimationClock --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ApplyTemplate() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ApplyTemplate.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ApplyTemplate.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Arrange(Rect) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Arrange.28Rect.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Arrange.28Rect.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | finalRect | Rect<!-- System.Windows.Rect --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== BeginAnimation(DependencyProperty, AnimationTimeline) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | | animation | AnimationTimeline<!-- System.Windows.Media.Animation.AnimationTimeline --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.2C_HandoffBehavior.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.2C_HandoffBehavior.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | | animation | AnimationTimeline<!-- System.Windows.Media.Animation.AnimationTimeline --> | | | ||
| - | | handoffBehavior | HandoffBehavior<!-- System.Windows.Media.Animation.HandoffBehavior --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== BeginInit() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginInit.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginInit.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== BeginStoryboard(Storyboard, HandoffBehavior) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginStoryboard.28Storyboard.2C_HandoffBehavior.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginStoryboard.28Storyboard.2C_HandoffBehavior.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | storyboard | Storyboard<!-- System.Windows.Media.Animation.Storyboard --> | | | ||
| - | | handoffBehavior | HandoffBehavior<!-- System.Windows.Media.Animation.HandoffBehavior --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== BeginStoryboard(Storyboard, HandoffBehavior, Boolean) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginStoryboard.28Storyboard.2C_HandoffBehavior.2C_Boolean.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginStoryboard.28Storyboard.2C_HandoffBehavior.2C_Boolean.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | storyboard | Storyboard<!-- System.Windows.Media.Animation.Storyboard --> | | | ||
| - | | handoffBehavior | HandoffBehavior<!-- System.Windows.Media.Animation.HandoffBehavior --> | | | ||
| - | | isControllable | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== BeginStoryboard(Storyboard) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginStoryboard.28Storyboard.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginStoryboard.28Storyboard.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | storyboard | Storyboard<!-- System.Windows.Media.Animation.Storyboard --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== BringIntoView(Rect) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BringIntoView.28Rect.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BringIntoView.28Rect.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetRectangle | Rect<!-- System.Windows.Rect --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== BringIntoView() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BringIntoView.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BringIntoView.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CaptureMouse() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CaptureMouse.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CaptureMouse.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CaptureStylus() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CaptureStylus.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CaptureStylus.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CaptureTouch(TouchDevice) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CaptureTouch.28TouchDevice.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CaptureTouch.28TouchDevice.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | touchDevice | TouchDevice<!-- System.Windows.Input.TouchDevice --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CenterAt(PointShape) ==== | ||
| - | Locates the map center to the specified world point. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CenterAt.28PointShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CenterAt.28PointShape.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | worldPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A world point to locate the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CenterAt(ScreenPointF) ==== | ||
| - | Locates the map center to the specified screen point. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CenterAt.28ScreenPointF.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CenterAt.28ScreenPointF.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | screenPoint | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | A screen point to locate the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CenterAt(Feature) ==== | ||
| - | Locates the map center to the center of the specified feature. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CenterAt.28Feature.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CenterAt.28Feature.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | centerFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | A feature to locates the map center. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CenterAt(Single, Single) ==== | ||
| - | Locates the map center to the center of the specified feature. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CenterAt.28Single.2C_Single.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CenterAt.28Single.2C_Single.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | screenX | Single<!-- System.Single --> | Screen x to locate the map center. | | ||
| - | | screenY | Single<!-- System.Single --> | Screen y to locate the map center. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CheckAccess() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CheckAccess.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CheckAccess.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.Threading.DispatcherObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ClearValue(DependencyProperty) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ClearValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ClearValue.28DependencyProperty.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ClearValue(DependencyPropertyKey) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ClearValue.28DependencyPropertyKey.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ClearValue.28DependencyPropertyKey.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | key | DependencyPropertyKey<!-- System.Windows.DependencyPropertyKey --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CoerceValue(DependencyProperty) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CoerceValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CoerceValue.28DependencyProperty.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Dispose() ==== | ||
| - | Disposes unmanaged objects in map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Dispose.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Dispose.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== EndInit() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#EndInit.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#EndInit.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Equals(Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Equals.28Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | obj | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Object(overriden) --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== FindCommonVisualAncestor(DependencyObject) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindCommonVisualAncestor.28DependencyObject.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindCommonVisualAncestor.28DependencyObject.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | DependencyObject<!-- System.Windows.DependencyObject --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | otherVisual | DependencyObject<!-- System.Windows.DependencyObject --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== FindFeatureLayer(String) ==== | ||
| - | Finds a FeatureLayer by the specified key. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindFeatureLayer.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindFeatureLayer.28String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]<!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | A FeatureLayer which is paired with the specified key in the map overlays. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | key | String<!-- System.String --> | A key of a FeatureLayer which is defined when adding the layer into the LayerOverlay. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== FindName(String) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindName.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindName.28String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | name | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== FindRasterLayer(String) ==== | ||
| - | Finds a RasterLayer by the specified key. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindRasterLayer.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindRasterLayer.28String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]]<!-- ThinkGeo.MapSuite.Core.RasterLayer --> | A RasterLayer which is paired with the specified key in the map overlays. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | key | String<!-- System.String --> | A key of a RasterLayer which is defined when adding the layer into the LayerOverlay. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== FindResource(Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindResource.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindResource.28Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | resourceKey | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Focus() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Focus.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Focus.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetAnimationBaseValue(DependencyProperty) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetAnimationBaseValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetAnimationBaseValue.28DependencyProperty.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetBindingExpression(DependencyProperty) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetBindingExpression.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetBindingExpression.28DependencyProperty.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | BindingExpression<!-- System.Windows.Data.BindingExpression --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetBitmap(Int32, Int32) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetBitmap.28Int32.2C_Int32.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetBitmap.28Int32.2C_Int32.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Bitmap<!-- System.Drawing.Bitmap --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | width | Int32<!-- System.Int32 --> | | | ||
| - | | height | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetHashCode() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetHashCode.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object(overriden) --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetLocalValueEnumerator() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetLocalValueEnumerator.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetLocalValueEnumerator.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | LocalValueEnumerator<!-- System.Windows.LocalValueEnumerator --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetSnappedExtent(RectangleShape) ==== | ||
| - | Gets a snapped extent from a specified extent. | ||
| - | === Remarks === | ||
| - | The specified extent may not be the exact extent to be displayed in the pre-defined zoom level list. To display properly, the source extent needs to be snapped first. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | An extent that is snapped from the provided extent. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | An extent to be snapped. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetSnappedZoomLevelIndex(Double) ==== | ||
| - | Gets the snapped zoom level index from the provided scale. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetSnappedZoomLevelIndex.28Double.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetSnappedZoomLevelIndex.28Double.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | A snapped zoom level index in scale list sychnonized by the SyncZoomLevelScales method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | scale | Double<!-- System.Double --> | A scale to be snapped. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetSnappedZoomLevelIndex(RectangleShape) ==== | ||
| - | Gets the snapped zoom level index from the provided world extent. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetSnappedZoomLevelIndex.28RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetSnappedZoomLevelIndex.28RectangleShape.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | A snapped zoom level index in the zoom levels sychnonized by the SyncZoomLevelScales method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A world extent to be snapped. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetType() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetType.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Type<!-- System.Type --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetValue(DependencyProperty) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetValue.28DependencyProperty.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetVersion() ==== | ||
| - | <!-- static --> | ||
| - | This static method will be useful when you want to report a bug in a specified version of Map Suite. You can use it to tell ThinkGeo support which version you are trying to use. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetVersion.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetVersion.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | A string representing the version of the MapSuiteCore and Map Suite Desktop product that you are now using. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== InputHitTest(Point) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InputHitTest.28Point.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InputHitTest.28Point.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | IInputElement<!-- System.Windows.IInputElement --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | point | Point<!-- System.Windows.Point --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== InvalidateArrange() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InvalidateArrange.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InvalidateArrange.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== InvalidateMeasure() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InvalidateMeasure.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InvalidateMeasure.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== InvalidateProperty(DependencyProperty) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InvalidateProperty.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InvalidateProperty.28DependencyProperty.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== InvalidateVisual() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InvalidateVisual.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InvalidateVisual.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== IsAncestorOf(DependencyObject) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsAncestorOf.28DependencyObject.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsAncestorOf.28DependencyObject.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | descendant | DependencyObject<!-- System.Windows.DependencyObject --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== IsDescendantOf(DependencyObject) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsDescendantOf.28DependencyObject.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsDescendantOf.28DependencyObject.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | ancestor | DependencyObject<!-- System.Windows.DependencyObject --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== LoadState(Byte[]) ==== | ||
| - | This method restore map state back from the specified state. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | state | Byte[]<!-- System.Byte[[]] --> | This parameter indicates the state for restore the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Measure(Size) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Measure.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Measure.28Size.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | availableSize | Size<!-- System.Windows.Size --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MoveFocus(TraversalRequest) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MoveFocus.28TraversalRequest.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MoveFocus.28TraversalRequest.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | request | TraversalRequest<!-- System.Windows.Input.TraversalRequest --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement(overriden) --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== OnApplyTemplate() ==== | ||
| - | Applys current map template. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnApplyTemplate.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnApplyTemplate.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement(overriden) --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Pan(Double, Double) ==== | ||
| - | Pans the map by the provided screen offset. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Pan.28Double.2C_Double.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Pan.28Double.2C_Double.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | offsetScreenX | Double<!-- System.Double --> | Screen offset X to be paned. | | ||
| - | | offsetScreenY | Double<!-- System.Double --> | Screen offset Y to be paned. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Pan(PanDirection, Int32) ==== | ||
| - | This function will pan the currentExtent based on a direction and percentage. | ||
| - | === Overloads === | ||
| - | This overload allows you to pass a degree and percentage. | ||
| - | === Remarks === | ||
| - | This method will change the current extent by panning according to the direction and percentage specified. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | panDirection | [[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]]<!-- ThinkGeo.MapSuite.Core.PanDirection --> | This parameter is the direction in which you want to pan. | | ||
| - | | percentage | Int32<!-- System.Int32 --> | This parameter is the percentage by which you want to pan. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Pan(Single, Int32) ==== | ||
| - | This function will pan the currentExtent based on an angle and percentage. | ||
| - | === Overloads === | ||
| - | This overload allows you to pass in an angle and a percentage by which you want to pan. | ||
| - | === Remarks === | ||
| - | This method will change the current extent by panning according to the angle and percentage specified. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | degree | Single<!-- System.Single --> | This parameter is the degree (angle) in which you want to pan. | | ||
| - | | percentage | Int32<!-- System.Int32 --> | This parameter is the percentage by which you want to pan. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== PointFromScreen(Point) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#PointFromScreen.28Point.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#PointFromScreen.28Point.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Point<!-- System.Windows.Point --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | point | Point<!-- System.Windows.Point --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== PointToScreen(Point) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#PointToScreen.28Point.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#PointToScreen.28Point.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Point<!-- System.Windows.Point --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | point | Point<!-- System.Windows.Point --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== PredictFocus(FocusNavigationDirection) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#PredictFocus.28FocusNavigationDirection.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#PredictFocus.28FocusNavigationDirection.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | DependencyObject<!-- System.Windows.DependencyObject --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | direction | FocusNavigationDirection<!-- System.Windows.Input.FocusNavigationDirection --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement(overriden) --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RaiseEvent(RoutedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RaiseEvent.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RaiseEvent.28RoutedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ReadLocalValue(DependencyProperty) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReadLocalValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReadLocalValue.28DependencyProperty.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(RectangleShape, TimeSpan, RequestDrawingBufferTimeType) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | ||
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | ||
| - | | bufferTimeType | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(RectangleShape) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28RectangleShape.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(IEnumerable<RectangleShape>, TimeSpan, RequestDrawingBufferTimeType) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | ||
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | ||
| - | | bufferTimeType | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh() ==== | ||
| - | Refreshes current map control. | ||
| - | === Remarks === | ||
| - | Refreshes all the existing overlays and map tools. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(OverlayRefreshType) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | refreshType | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(RectangleShape, TimeSpan) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28RectangleShape.2C_TimeSpan.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28RectangleShape.2C_TimeSpan.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | ||
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(RectangleShape, Overlay) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28RectangleShape.2C_Overlay.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28RectangleShape.2C_Overlay.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | ||
| - | | overlay | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(RectangleShape, IEnumerable<Overlay>) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | ||
| - | | overlays | IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.WpfDesktopEdition.Overlay} --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(Overlay) ==== | ||
| - | Refreshes a specified overlay. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28Overlay.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28Overlay.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | redrawOverlay | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | An overlay which needs to be refreshed. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(Overlay, TimeSpan, RequestDrawingBufferTimeType) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | redrawOverlay | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | | | ||
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | ||
| - | | bufferTimeType | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(IEnumerable<RectangleShape>, TimeSpan) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | ||
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(TimeSpan, RequestDrawingBufferTimeType) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | ||
| - | | bufferTimeType | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(IEnumerable<Overlay>, TimeSpan, RequestDrawingBufferTimeType) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | redrawOverlays | IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.WpfDesktopEdition.Overlay} --> | | | ||
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | ||
| - | | bufferTimeType | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(TimeSpan) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28TimeSpan.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28TimeSpan.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(IEnumerable<RectangleShape>) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh(IEnumerable<Overlay>) ==== | ||
| - | Refreshes a specified overlay collection. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | redrawOverlays | IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.WpfDesktopEdition.Overlay} --> | A collection of overlay to be refreshed. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RegisterName(String, Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RegisterName.28String.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RegisterName.28String.2C_Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | name | String<!-- System.String --> | | | ||
| - | | scopedElement | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ReleaseAllTouchCaptures() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReleaseAllTouchCaptures.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReleaseAllTouchCaptures.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ReleaseMouseCapture() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReleaseMouseCapture.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReleaseMouseCapture.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ReleaseStylusCapture() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReleaseStylusCapture.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReleaseStylusCapture.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ReleaseTouchCapture(TouchDevice) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReleaseTouchCapture.28TouchDevice.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReleaseTouchCapture.28TouchDevice.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | touchDevice | TouchDevice<!-- System.Windows.Input.TouchDevice --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RemoveHandler(RoutedEvent, Delegate) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RemoveHandler.28RoutedEvent.2C_Delegate.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RemoveHandler.28RoutedEvent.2C_Delegate.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | routedEvent | RoutedEvent<!-- System.Windows.RoutedEvent --> | | | ||
| - | | handler | Delegate<!-- System.Delegate --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SaveState() ==== | ||
| - | This method saves map state to a byte array. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SaveState.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SaveState.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Byte[]<!-- System.Byte[[]] --> | A byte array indicates current map state. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetBinding(DependencyProperty, BindingBase) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetBinding.28DependencyProperty.2C_BindingBase.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetBinding.28DependencyProperty.2C_BindingBase.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | BindingExpressionBase<!-- System.Windows.Data.BindingExpressionBase --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | | binding | BindingBase<!-- System.Windows.Data.BindingBase --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetBinding(DependencyProperty, String) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetBinding.28DependencyProperty.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetBinding.28DependencyProperty.2C_String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | BindingExpression<!-- System.Windows.Data.BindingExpression --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | | path | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetCurrentValue(DependencyProperty, Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetCurrentValue.28DependencyProperty.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetCurrentValue.28DependencyProperty.2C_Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | | value | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetResourceReference(DependencyProperty, Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetResourceReference.28DependencyProperty.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetResourceReference.28DependencyProperty.2C_Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | | name | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetValue(DependencyPropertyKey, Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetValue.28DependencyPropertyKey.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetValue.28DependencyPropertyKey.2C_Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | key | DependencyPropertyKey<!-- System.Windows.DependencyPropertyKey --> | | | ||
| - | | value | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetValue(DependencyProperty, Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetValue.28DependencyProperty.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetValue.28DependencyProperty.2C_Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | | value | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ShouldSerializeCommandBindings() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeCommandBindings.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeCommandBindings.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ShouldSerializeInputBindings() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeInputBindings.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeInputBindings.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ShouldSerializeResources() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeResources.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeResources.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ShouldSerializeStyle() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeStyle.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeStyle.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ShouldSerializeTriggers() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeTriggers.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeTriggers.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToScreenCoordinate(PointShape) ==== | ||
| - | Converts the provided world points to screen points. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToScreenCoordinate.28PointShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToScreenCoordinate.28PointShape.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A screen coordinate that is converted. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | worldCoordinate | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | World point to be converted. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToScreenCoordinate(Point) ==== | ||
| - | Converts the provided world points to screen points. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToScreenCoordinate.28Point.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToScreenCoordinate.28Point.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A screen coordinate that is converted. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | worldCoordinate | Point<!-- System.Windows.Point --> | World point to be converted. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToScreenCoordinate(Double, Double) ==== | ||
| - | Converts the provided world points to screen points. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToScreenCoordinate.28Double.2C_Double.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToScreenCoordinate.28Double.2C_Double.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A screen coordinate that is converted. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | worldX | Double<!-- System.Double --> | World x to be converted. | | ||
| - | | worldY | Double<!-- System.Double --> | World y to be converted. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToString() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToString.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object(overriden) --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToWorldCoordinate(Double, Double) ==== | ||
| - | Converts the provided screen points to world points. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToWorldCoordinate.28Double.2C_Double.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToWorldCoordinate.28Double.2C_Double.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A world point that is converted from the provided parameters. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | screenX | Double<!-- System.Double --> | Screen x to be converted. | | ||
| - | | screenY | Double<!-- System.Double --> | Screen y to be converted. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToWorldCoordinate(PointShape) ==== | ||
| - | Converts the provided screen points to world points. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToWorldCoordinate.28PointShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToWorldCoordinate.28PointShape.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A world point that is converted from the provided parameters. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | screenCoordinate | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | Screen point to be converted. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToWorldCoordinate(Point) ==== | ||
| - | Converts the provided screen points to world points. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToWorldCoordinate.28Point.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToWorldCoordinate.28Point.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A world point that is converted from the provided parameters. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | screenCoordinate | Point<!-- System.Windows.Point --> | Screen point to be converted. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToggleMapExtents() ==== | ||
| - | Toggles the map between current extent and previous extent. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToggleMapExtents.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToggleMapExtents.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TransformToAncestor(Visual3D) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TransformToAncestor.28Visual3D.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TransformToAncestor.28Visual3D.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | GeneralTransform2DTo3D<!-- System.Windows.Media.Media3D.GeneralTransform2DTo3D --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | ancestor | Visual3D<!-- System.Windows.Media.Media3D.Visual3D --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TransformToAncestor(Visual) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TransformToAncestor.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TransformToAncestor.28Visual.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | GeneralTransform<!-- System.Windows.Media.GeneralTransform --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | ancestor | Visual<!-- System.Windows.Media.Visual --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TransformToDescendant(Visual) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TransformToDescendant.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TransformToDescendant.28Visual.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | GeneralTransform<!-- System.Windows.Media.GeneralTransform --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | descendant | Visual<!-- System.Windows.Media.Visual --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TransformToVisual(Visual) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TransformToVisual.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TransformToVisual.28Visual.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | GeneralTransform<!-- System.Windows.Media.GeneralTransform --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | visual | Visual<!-- System.Windows.Media.Visual --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TranslatePoint(Point, UIElement) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TranslatePoint.28Point.2C_UIElement.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TranslatePoint.28Point.2C_UIElement.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Point<!-- System.Windows.Point --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | point | Point<!-- System.Windows.Point --> | | | ||
| - | | relativeTo | UIElement<!-- System.Windows.UIElement --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TryFindResource(Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TryFindResource.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TryFindResource.28Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | resourceKey | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== UnregisterName(String) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#UnregisterName.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#UnregisterName.28String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | name | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== UpdateDefaultStyle() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#UpdateDefaultStyle.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#UpdateDefaultStyle.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== UpdateLayout() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#UpdateLayout.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#UpdateLayout.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== VerifyAccess() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#VerifyAccess.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#VerifyAccess.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.Threading.DispatcherObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomIn(Int32) ==== | ||
| - | Zooms the map in by the provided percentage. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIn.28Int32.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIn.28Int32.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | percentage | Int32<!-- System.Int32 --> | A scale to zoom the map in. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomIn() ==== | ||
| - | Zooms the map in for one level | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIn.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIn.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomIntoCenter(Int32, Feature) ==== | ||
| - | Zooms the map in by the provided percentage and locates the map to the center of the provided feature. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_Feature.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_Feature.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | percentage | Int32<!-- System.Int32 --> | A scale to zoom the map in. | | ||
| - | | centerFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | A new center feature of current map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomIntoCenter(Int32, PointShape) ==== | ||
| - | Zooms the map in by the provided percentage and locates to the center of the provided feature. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_PointShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_PointShape.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | percentage | Int32<!-- System.Int32 --> | A scale to zoom the map in. | | ||
| - | | worldPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A new center of current map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomIntoCenter(Int32, Single, Single) ==== | ||
| - | Zooms the map in by the provided percentage and locates to the provided screen x and y. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_Single.2C_Single.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_Single.2C_Single.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | percentage | Int32<!-- System.Int32 --> | A scale to zoom the map in. | | ||
| - | | screenX | Single<!-- System.Single --> | Screen x to locate the map. | | ||
| - | | screenY | Single<!-- System.Single --> | Screen y to locate the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomIntoCenter(Int32, ScreenPointF) ==== | ||
| - | Zooms the map in by the provided percentage and locates to the provided screen point. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_ScreenPointF.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_ScreenPointF.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | percentage | Int32<!-- System.Int32 --> | A scale to zoom the map in. | | ||
| - | | screenPoint | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | A new screen center to locate the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomOut(Int32) ==== | ||
| - | Zooms the map out by the provided percentage. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOut.28Int32.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOut.28Int32.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | percentage | Int32<!-- System.Int32 --> | A scale to zoom the map out. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomOut() ==== | ||
| - | Zooms the map out for one level. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOut.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOut.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomOutToCenter(Int32, Single, Single) ==== | ||
| - | Zooms the map out by the provided percentage and locates to the provided screen x and y. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_Single.2C_Single.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_Single.2C_Single.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | percentage | Int32<!-- System.Int32 --> | A scale to zoom the map out. | | ||
| - | | screenX | Single<!-- System.Single --> | Screen x to locate the map. | | ||
| - | | screenY | Single<!-- System.Single --> | Screen y to locate the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomOutToCenter(Int32, ScreenPointF) ==== | ||
| - | Zooms the map out by the provided percentage and locates to the provided screen point. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_ScreenPointF.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_ScreenPointF.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | percentage | Int32<!-- System.Int32 --> | A scale to zoom the map out. | | ||
| - | | screenPoint | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | A new screen center to locate the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomOutToCenter(Int32, PointShape) ==== | ||
| - | Zooms the map out by the provided percentage and locates to the center of the provided feature. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_PointShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_PointShape.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | percentage | Int32<!-- System.Int32 --> | A scale to zoom the map out. | | ||
| - | | worldPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A new center of current map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomOutToCenter(Int32, Feature) ==== | ||
| - | Zooms the map out by the provided percentage and locates map to the center of the provided feature. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_Feature.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_Feature.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | percentage | Int32<!-- System.Int32 --> | A scale to zoom the map out. | | ||
| - | | centerFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | A new center feature of current map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomTo(PointShape, Double) ==== | ||
| - | This method zooms current map to a specified position and scale. | ||
| - | === Remarks === | ||
| - | When calling this method, it doesn't refresh existing Tiles on the current map. For example, if using a TileOverlay such as LayerOverlay; a layer style is changed, Refresh method is proper to call. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetWorldCenter | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A world center to zoom the map to. | | ||
| - | | targetScale | Double<!-- System.Double --> | A double value indicates the scale to zoom the map to. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomToPreviousExtent() ==== | ||
| - | Zooms the map to the previous extent. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToPreviousExtent.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToPreviousExtent.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomToScale(Double, ScreenPointF) ==== | ||
| - | Zooms the map to a provided scale and locates the map by the provided screen offset. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToScale.28Double.2C_ScreenPointF.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToScale.28Double.2C_ScreenPointF.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetScale | Double<!-- System.Double --> | Target scale to zoom the map. | | ||
| - | | offsetScreenPoint | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | An screen offset to locate the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomToScale(Double, Single, Single) ==== | ||
| - | Zooms the map to a provided scale and locates the map by the provided screen offset. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToScale.28Double.2C_Single.2C_Single.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToScale.28Double.2C_Single.2C_Single.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetScale | Double<!-- System.Double --> | Target scale to zoom the map. | | ||
| - | | offsetScreenX | Single<!-- System.Single --> | An screen offset x to locate the map. | | ||
| - | | offsetScreenY | Single<!-- System.Single --> | An screen offset y to locate the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomToScale(Double) ==== | ||
| - | Zooms the map to a provided scale. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToScale.28Double.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToScale.28Double.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetScale | Double<!-- System.Double --> | Target scale to zoom the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ===== Protected Methods ===== | ||
| - | ==== AddVisualChild(Visual) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AddVisualChild.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AddVisualChild.28Visual.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | child | Visual<!-- System.Windows.Media.Visual --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ArrangeCore(Rect) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ArrangeCore.28Rect.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ArrangeCore.28Rect.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | finalRect | Rect<!-- System.Windows.Rect --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ArrangeOverride(Size) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ArrangeOverride.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ArrangeOverride.28Size.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Size<!-- System.Windows.Size --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | arrangeBounds | Size<!-- System.Windows.Size --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Dispose(Boolean) ==== | ||
| - | Disposes unmanaged objects in map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Dispose.28Boolean.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Dispose.28Boolean.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | disposing | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Draw(RectangleShape, OverlayRefreshType) ==== | ||
| - | Draws the map by the provided extent. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Draw.28RectangleShape.2C_OverlayRefreshType.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Draw.28RectangleShape.2C_OverlayRefreshType.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | An extent that to draw current map. | | ||
| - | | refreshType | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType --> | Indicates whether the map needs to be refreshed. For example, a style of layer is changed, the overlay needs to be refreshed. When panning, the overlay only changes its position, refresh is not needed. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== DrawCore(RectangleShape, OverlayRefreshType) ==== | ||
| - | Draws the map by the provided extent. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#DrawCore.28RectangleShape.2C_OverlayRefreshType.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#DrawCore.28RectangleShape.2C_OverlayRefreshType.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | An extent that to draw current map. | | ||
| - | | overlayRefreshType | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType --> | Indicates whether the map needs to be refreshed. For example, a style of layer is changed, the overlay needs to be refreshed. When panning, the overlay only changes its position, refresh is not needed. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Finalize() ==== | ||
| - | Finalize method of WpfMap class. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Finalize.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== GetLayoutClip(Size) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetLayoutClip.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetLayoutClip.28Size.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Geometry<!-- System.Windows.Media.Geometry --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | layoutSlotSize | Size<!-- System.Windows.Size --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== GetVisualChild(Int32) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetVisualChild.28Int32.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetVisualChild.28Int32.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Visual<!-- System.Windows.Media.Visual --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | index | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== HitTestCore(GeometryHitTestParameters) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#HitTestCore.28GeometryHitTestParameters.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#HitTestCore.28GeometryHitTestParameters.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | GeometryHitTestResult<!-- System.Windows.Media.GeometryHitTestResult --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | hitTestParameters | GeometryHitTestParameters<!-- System.Windows.Media.GeometryHitTestParameters --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== HitTestCore(PointHitTestParameters) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#HitTestCore.28PointHitTestParameters.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#HitTestCore.28PointHitTestParameters.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | HitTestResult<!-- System.Windows.Media.HitTestResult --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | hitTestParameters | PointHitTestParameters<!-- System.Windows.Media.PointHitTestParameters --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== LoadStateCore(Byte[]) ==== | ||
| - | This method restore map state back from the specified state. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | state | Byte[]<!-- System.Byte[[]] --> | This parameter indicates the state for restore the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MeasureCore(Size) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MeasureCore.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MeasureCore.28Size.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Size<!-- System.Windows.Size --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | availableSize | Size<!-- System.Windows.Size --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MeasureOverride(Size) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MeasureOverride.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MeasureOverride.28Size.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Size<!-- System.Windows.Size --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | constraint | Size<!-- System.Windows.Size --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MemberwiseClone() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MemberwiseClone.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnAccessKey(AccessKeyEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnAccessKey.28AccessKeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnAccessKey.28AccessKeyEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | AccessKeyEventArgs<!-- System.Windows.Input.AccessKeyEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnChildDesiredSizeChanged(UIElement) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnChildDesiredSizeChanged.28UIElement.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnChildDesiredSizeChanged.28UIElement.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | child | UIElement<!-- System.Windows.UIElement --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnContextMenuClosing(ContextMenuEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnContextMenuClosing.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnContextMenuClosing.28ContextMenuEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | ContextMenuEventArgs<!-- System.Windows.Controls.ContextMenuEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnContextMenuOpening(ContextMenuEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnContextMenuOpening.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnContextMenuOpening.28ContextMenuEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | ContextMenuEventArgs<!-- System.Windows.Controls.ContextMenuEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnCreateAutomationPeer() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCreateAutomationPeer.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCreateAutomationPeer.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | AutomationPeer<!-- System.Windows.Automation.Peers.AutomationPeer --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnCurrentExtentChanged(CurrentExtentChangedWpfMapEventArgs) ==== | ||
| - | Occurs when map's current extent is changed. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentExtentChanged.28CurrentExtentChangedWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentExtentChanged.28CurrentExtentChangedWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangedWpfMapEventArgs|CurrentExtentChangedWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangedWpfMapEventArgs --> | Event argument for CurrentExtentChanged event. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnCurrentExtentChanging(CurrentExtentChangingWpfMapEventArgs) ==== | ||
| - | Occurs when map's current extent is changing. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentExtentChanging.28CurrentExtentChangingWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentExtentChanging.28CurrentExtentChangingWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangingWpfMapEventArgs|CurrentExtentChangingWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangingWpfMapEventArgs --> | Event argument for CurrentExtentChanging event. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnCurrentScaleChanged(CurrentScaleChangedWpfMapEventArgs) ==== | ||
| - | Occurs when map's current scale is changed. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentScaleChanged.28CurrentScaleChangedWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentScaleChanged.28CurrentScaleChangedWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangedWpfMapEventArgs|CurrentScaleChangedWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangedWpfMapEventArgs --> | Event argument for CurrentScaleChanged event. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnCurrentScaleChanging(CurrentScaleChangingWpfMapEventArgs) ==== | ||
| - | Occurs when map's current scale is changing. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentScaleChanging.28CurrentScaleChangingWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentScaleChanging.28CurrentScaleChangingWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs|CurrentScaleChangingWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs --> | Event argument for CurrentScaleChanging event. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnDragEnter(DragEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragEnter.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragEnter.28DragEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnDragLeave(DragEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragLeave.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragLeave.28DragEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnDragOver(DragEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragOver.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragOver.28DragEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnDrop(DragEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDrop.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDrop.28DragEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnGiveFeedback(GiveFeedbackEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGiveFeedback.28GiveFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGiveFeedback.28GiveFeedbackEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | GiveFeedbackEventArgs<!-- System.Windows.GiveFeedbackEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnGotFocus(RoutedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotFocus.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotFocus.28RoutedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnGotMouseCapture(MouseEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotMouseCapture.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotMouseCapture.28MouseEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnGotStylusCapture(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotStylusCapture.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotStylusCapture.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnGotTouchCapture(TouchEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotTouchCapture.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotTouchCapture.28TouchEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnInitialized(EventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnInitialized.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnInitialized.28EventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | EventArgs<!-- System.EventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnKeyDown(KeyEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnKeyDown.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnKeyDown.28KeyEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnKeyUp(KeyEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnKeyUp.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnKeyUp.28KeyEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnLostFocus(RoutedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostFocus.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostFocus.28RoutedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnLostMouseCapture(MouseEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostMouseCapture.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostMouseCapture.28MouseEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnLostStylusCapture(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostStylusCapture.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostStylusCapture.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnLostTouchCapture(TouchEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostTouchCapture.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostTouchCapture.28TouchEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | ManipulationBoundaryFeedbackEventArgs<!-- System.Windows.Input.ManipulationBoundaryFeedbackEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnManipulationCompleted(ManipulationCompletedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationCompleted.28ManipulationCompletedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationCompleted.28ManipulationCompletedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | ManipulationCompletedEventArgs<!-- System.Windows.Input.ManipulationCompletedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnManipulationDelta(ManipulationDeltaEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationDelta.28ManipulationDeltaEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationDelta.28ManipulationDeltaEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | ManipulationDeltaEventArgs<!-- System.Windows.Input.ManipulationDeltaEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | ManipulationInertiaStartingEventArgs<!-- System.Windows.Input.ManipulationInertiaStartingEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnManipulationStarted(ManipulationStartedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationStarted.28ManipulationStartedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationStarted.28ManipulationStartedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | ManipulationStartedEventArgs<!-- System.Windows.Input.ManipulationStartedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnManipulationStarting(ManipulationStartingEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationStarting.28ManipulationStartingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationStarting.28ManipulationStartingEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | ManipulationStartingEventArgs<!-- System.Windows.Input.ManipulationStartingEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMapClick(MapClickWpfMapEventArgs) ==== | ||
| - | Occurs when clicking on the map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMapClick.28MapClickWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMapClick.28MapClickWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs|MapClickWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs --> | Event argument for MapClick event. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMapDoubleClick(MapClickWpfMapEventArgs) ==== | ||
| - | Occurs when double clicking on the map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMapDoubleClick.28MapClickWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMapDoubleClick.28MapClickWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs|MapClickWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs --> | Event argument for MapDoubleClick event. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMapTap(MapTapWpfMapEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs|MapTapWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseDoubleClick(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseDoubleClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseDoubleClick.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseDown(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseDown.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseEnter(MouseEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseEnter.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseEnter.28MouseEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseLeave(MouseEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeave.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeave.28MouseEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseLeftButtonDown(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeftButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeftButtonDown.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseLeftButtonUp(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeftButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeftButtonUp.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseMove(MouseEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseMove.28MouseEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseRightButtonDown(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseRightButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseRightButtonDown.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseRightButtonUp(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseRightButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseRightButtonUp.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseUp(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseUp.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseWheel(MouseWheelEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseWheel.28MouseWheelEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseWheel.28MouseWheelEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseWheelEventArgs<!-- System.Windows.Input.MouseWheelEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnOverlayDrawing(OverlayDrawingWpfMapEventArgs) ==== | ||
| - | Occurs when an overlay is drawing. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlayDrawing.28OverlayDrawingWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlayDrawing.28OverlayDrawingWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs|OverlayDrawingWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs --> | Event argument for OverlayDrawing event. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnOverlayDrawn(OverlayDrawnWpfMapEventArgs) ==== | ||
| - | Occurs when an overlay is drawn. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlayDrawn.28OverlayDrawnWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlayDrawn.28OverlayDrawnWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawnWpfMapEventArgs|OverlayDrawnWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawnWpfMapEventArgs --> | Event argument for OverlayDrawn event. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnOverlaysDrawing(OverlaysDrawingWpfMapEventArgs) ==== | ||
| - | Occurs when all overlays are drawing. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlaysDrawing.28OverlaysDrawingWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlaysDrawing.28OverlaysDrawingWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawingWpfMapEventArgs|OverlaysDrawingWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawingWpfMapEventArgs --> | Event argument for OverlaysDrawing event. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnOverlaysDrawn(OverlaysDrawnWpfMapEventArgs) ==== | ||
| - | Occurs when overlays are drawn. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlaysDrawn.28OverlaysDrawnWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlaysDrawn.28OverlaysDrawnWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawnWpfMapEventArgs|OverlaysDrawnWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawnWpfMapEventArgs --> | Event argument for OverlaysDrawn event. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewDragEnter(DragEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragEnter.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragEnter.28DragEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewDragLeave(DragEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragLeave.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragLeave.28DragEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewDragOver(DragEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragOver.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragOver.28DragEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewDrop(DragEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDrop.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDrop.28DragEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewGiveFeedback(GiveFeedbackEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | GiveFeedbackEventArgs<!-- System.Windows.GiveFeedbackEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewKeyDown(KeyEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewKeyDown.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewKeyDown.28KeyEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewKeyUp(KeyEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewKeyUp.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewKeyUp.28KeyEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewMouseDoubleClick(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewMouseDown(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseDown.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewMouseMove(MouseEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseMove.28MouseEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewMouseRightButtonDown(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewMouseRightButtonUp(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewMouseUp(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseUp.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewMouseWheel(MouseWheelEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseWheel.28MouseWheelEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseWheel.28MouseWheelEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseWheelEventArgs<!-- System.Windows.Input.MouseWheelEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | QueryContinueDragEventArgs<!-- System.Windows.QueryContinueDragEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewStylusButtonDown(StylusButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewStylusButtonUp(StylusButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewStylusDown(StylusDownEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusDown.28StylusDownEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusDown.28StylusDownEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusDownEventArgs<!-- System.Windows.Input.StylusDownEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewStylusInAirMove(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInAirMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInAirMove.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewStylusInRange(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInRange.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewStylusMove(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusMove.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewStylusOutOfRange(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusOutOfRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusOutOfRange.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusSystemGestureEventArgs<!-- System.Windows.Input.StylusSystemGestureEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewStylusUp(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusUp.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusUp.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewTextInput(TextCompositionEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTextInput.28TextCompositionEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTextInput.28TextCompositionEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | TextCompositionEventArgs<!-- System.Windows.Input.TextCompositionEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewTouchDown(TouchEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchDown.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchDown.28TouchEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewTouchMove(TouchEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchMove.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchMove.28TouchEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreviewTouchUp(TouchEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchUp.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchUp.28TouchEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPropertyChanged(DependencyPropertyChangedEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPropertyChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPropertyChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnQueryContinueDrag(QueryContinueDragEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnQueryContinueDrag.28QueryContinueDragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnQueryContinueDrag.28QueryContinueDragEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | QueryContinueDragEventArgs<!-- System.Windows.QueryContinueDragEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnQueryCursor(QueryCursorEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnQueryCursor.28QueryCursorEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnQueryCursor.28QueryCursorEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | QueryCursorEventArgs<!-- System.Windows.Input.QueryCursorEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnRender(DrawingContext) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnRender.28DrawingContext.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnRender.28DrawingContext.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | drawingContext | DrawingContext<!-- System.Windows.Media.DrawingContext --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnStylusButtonDown(StylusButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusButtonDown.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusButtonDown.28StylusButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnStylusButtonUp(StylusButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusButtonUp.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusButtonUp.28StylusButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnStylusDown(StylusDownEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusDown.28StylusDownEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusDown.28StylusDownEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusDownEventArgs<!-- System.Windows.Input.StylusDownEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnStylusEnter(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusEnter.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusEnter.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnStylusInAirMove(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusInAirMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusInAirMove.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnStylusInRange(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusInRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusInRange.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnStylusLeave(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusLeave.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusLeave.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnStylusMove(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusMove.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnStylusOutOfRange(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusOutOfRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusOutOfRange.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnStylusSystemGesture(StylusSystemGestureEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusSystemGesture.28StylusSystemGestureEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusSystemGesture.28StylusSystemGestureEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusSystemGestureEventArgs<!-- System.Windows.Input.StylusSystemGestureEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnStylusUp(StylusEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusUp.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusUp.28StylusEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnTemplateChanged(ControlTemplate, ControlTemplate) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTemplateChanged.28ControlTemplate.2C_ControlTemplate.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTemplateChanged.28ControlTemplate.2C_ControlTemplate.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | oldTemplate | ControlTemplate<!-- System.Windows.Controls.ControlTemplate --> | | | ||
| - | | newTemplate | ControlTemplate<!-- System.Windows.Controls.ControlTemplate --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnTextInput(TextCompositionEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTextInput.28TextCompositionEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTextInput.28TextCompositionEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | TextCompositionEventArgs<!-- System.Windows.Input.TextCompositionEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnToolTipClosing(ToolTipEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnToolTipClosing.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnToolTipClosing.28ToolTipEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | ToolTipEventArgs<!-- System.Windows.Controls.ToolTipEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnToolTipOpening(ToolTipEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnToolTipOpening.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnToolTipOpening.28ToolTipEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | ToolTipEventArgs<!-- System.Windows.Controls.ToolTipEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnTouchDown(TouchEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchDown.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchDown.28TouchEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnTouchEnter(TouchEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchEnter.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchEnter.28TouchEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnTouchLeave(TouchEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchLeave.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchLeave.28TouchEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnTouchMove(TouchEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchMove.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchMove.28TouchEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnTouchUp(TouchEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchUp.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchUp.28TouchEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnZoomLevelSetChanged(ZoomLevelSetChangedWpfMapEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnZoomLevelSetChanged.28ZoomLevelSetChangedWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnZoomLevelSetChanged.28ZoomLevelSetChangedWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.ZoomLevelSetChangedWpfMapEventArgs|ZoomLevelSetChangedWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.ZoomLevelSetChangedWpfMapEventArgs --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== RemoveVisualChild(Visual) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RemoveVisualChild.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RemoveVisualChild.28Visual.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | child | Visual<!-- System.Windows.Media.Visual --> | | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== SaveStateCore() ==== | ||
| - | This method saves map state to a byte array. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SaveStateCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SaveStateCore.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Byte[]<!-- System.Byte[[]] --> | A byte array indicates current map state. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ZoomToPreviousExtentCore() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToPreviousExtentCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToPreviousExtentCore.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | ==== ActualHeight ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ActualHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ActualHeight</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ActualWidth ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ActualWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ActualWidth</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AdornmentOverlay ==== | ||
| - | Gets or sets the adornment overlay in the MapControl. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AdornmentOverlay" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AdornmentOverlay</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.AdornmentOverlay|AdornmentOverlay]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.AdornmentOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AllowDrop ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AllowDrop" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AllowDrop</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AreAnyTouchesCaptured ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesCaptured" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesCaptured</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AreAnyTouchesCapturedWithin ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesCapturedWithin" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesCapturedWithin</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AreAnyTouchesDirectlyOver ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesDirectlyOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesDirectlyOver</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AreAnyTouchesOver ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesOver</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Background ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Background" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Background</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Brush<!-- System.Windows.Media.Brush --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BackgroundOverlay ==== | ||
| - | Gets or sets the background overlay. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BackgroundOverlay" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BackgroundOverlay</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.BackgroundOverlay|BackgroundOverlay]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.BackgroundOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BindingGroup ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BindingGroup" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BindingGroup</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | BindingGroup<!-- System.Windows.Data.BindingGroup --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BorderBrush ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BorderBrush" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BorderBrush</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Brush<!-- System.Windows.Media.Brush --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BorderThickness ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BorderThickness" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BorderThickness</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Thickness<!-- System.Windows.Thickness --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CacheMode ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CacheMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CacheMode</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | CacheMode<!-- System.Windows.Media.CacheMode --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Clip ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetLayoutClip.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetLayoutClip.28Size.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Geometry<!-- System.Windows.Media.Geometry --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ClipToBounds ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ClipToBounds" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ClipToBounds</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CommandBindings ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeCommandBindings.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeCommandBindings.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | CommandBindingCollection<!-- System.Windows.Input.CommandBindingCollection --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ContextMenu ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnContextMenuClosing.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnContextMenuClosing.28ContextMenuEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ContextMenu<!-- System.Windows.Controls.ContextMenu --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CurrentExtent ==== | ||
| - | Gets or sets the current extent of the MapControl. | ||
| - | === Remarks === | ||
| - | The current extent stands for the extent of current position, this is very important metrics to caculate the scale. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CurrentResolution ==== | ||
| - | Gets or sets current resolution. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CurrentResolution" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CurrentResolution</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CurrentScale ==== | ||
| - | Gets or sets current viewport scale. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentScaleChanged.28CurrentScaleChangedWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentScaleChanged.28CurrentScaleChangedWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Cursor ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnQueryCursor.28QueryCursorEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnQueryCursor.28QueryCursorEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Cursor<!-- System.Windows.Input.Cursor --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== DataContext ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#DataContext" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#DataContext</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Object<!-- System.Object --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== DependencyObjectType ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#DependencyObjectType" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#DependencyObjectType</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | DependencyObjectType<!-- System.Windows.DependencyObjectType --> | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== DesiredSize ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnChildDesiredSizeChanged.28UIElement.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnChildDesiredSizeChanged.28UIElement.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Size<!-- System.Windows.Size --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Dispatcher ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Dispatcher" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Dispatcher</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Dispatcher<!-- System.Windows.Threading.Dispatcher --> | | ||
| - | |||
| - | <!-- System.Windows.Threading.DispatcherObject --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== EditOverlay ==== | ||
| - | Gets or sets the edit overlay in the MapControl. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#EditOverlay" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#EditOverlay</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay|EditInteractiveOverlay]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Effect ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Effect" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Effect</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Effect<!-- System.Windows.Media.Effects.Effect --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ExtentOverlay ==== | ||
| - | Gets or sets the extent overlay in the MapControl. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ExtentOverlay" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ExtentOverlay</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay|ExtentInteractiveOverlay]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== FlowDirection ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FlowDirection" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FlowDirection</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | FlowDirection<!-- System.Windows.FlowDirection --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== FocusVisualStyle ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FocusVisualStyle" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FocusVisualStyle</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Style<!-- System.Windows.Style --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Focusable ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Focusable" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Focusable</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== FontFamily ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FontFamily" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FontFamily</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | FontFamily<!-- System.Windows.Media.FontFamily --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== FontSize ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FontSize" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FontSize</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== FontStretch ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FontStretch" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FontStretch</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | FontStretch<!-- System.Windows.FontStretch --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== FontStyle ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FontStyle" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FontStyle</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | FontStyle<!-- System.Windows.FontStyle --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== FontWeight ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FontWeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FontWeight</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | FontWeight<!-- System.Windows.FontWeight --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ForceCursor ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ForceCursor" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ForceCursor</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Foreground ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Foreground" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Foreground</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Brush<!-- System.Windows.Media.Brush --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== GCCollectionMode ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GCCollectionMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GCCollectionMode</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | GCCollectionMode<!-- System.GCCollectionMode --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== HasAnimatedProperties ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#HasAnimatedProperties" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#HasAnimatedProperties</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Height ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ActualHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ActualHeight</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== HorizontalAlignment ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#HorizontalAlignment" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#HorizontalAlignment</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | HorizontalAlignment<!-- System.Windows.HorizontalAlignment --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== HorizontalContentAlignment ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#HorizontalContentAlignment" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#HorizontalContentAlignment</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | HorizontalAlignment<!-- System.Windows.HorizontalAlignment --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== InputBindings ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeInputBindings.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeInputBindings.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | InputBindingCollection<!-- System.Windows.Input.InputBindingCollection --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== InputScope ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InputScope" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InputScope</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | InputScope<!-- System.Windows.Input.InputScope --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== InteractiveOverlays ==== | ||
| - | This property gets the collection of InteractiveOverlays in the MapControl. | ||
| - | === Remarks === | ||
| - | This property is used when you want to change the default behavior of the InteractiveOverlay or add your own customized InteractiveOverlay. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]]><!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay} --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsArrangeValid ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsArrangeValid" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsArrangeValid</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsEnabled ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsEnabled" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsEnabled</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsFocused ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsFocused" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsFocused</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsHitTestVisible ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsHitTestVisible" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsHitTestVisible</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsInitialized ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsInitialized" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsInitialized</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsInputMethodEnabled ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsInputMethodEnabled" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsInputMethodEnabled</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsKeyboardFocusWithin ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsKeyboardFocused ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsLoaded ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsLoaded" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsLoaded</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsManipulationEnabled ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsManipulationEnabled" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsManipulationEnabled</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsMeasureValid ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsMeasureValid" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsMeasureValid</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsMouseCaptureWithin ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsMouseCaptured ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsMouseDirectlyOver ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsMouseOver ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsMouseOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsMouseOver</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsSealed ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsSealed" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsSealed</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsStylusCaptureWithin ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsStylusCaptured ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsStylusDirectlyOver ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsStylusOver ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsStylusOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsStylusOver</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsTabStop ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsTabStop" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsTabStop</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsVisible ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsVisible" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsVisible</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Language ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Language" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Language</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | XmlLanguage<!-- System.Windows.Markup.XmlLanguage --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== LayoutTransform ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#LayoutTransform" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#LayoutTransform</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Transform<!-- System.Windows.Media.Transform --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MapResizeMode ==== | ||
| - | Gets a strategy for changing extent when resizes map control. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MapResizeMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MapResizeMode</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.MapResizeMode|MapResizeMode]]<!-- ThinkGeo.MapSuite.Core.MapResizeMode --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MapTools ==== | ||
| - | Gets a object for simply using MapTools. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MapTools" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MapTools</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTools|MapTools]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTools --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MapUnit ==== | ||
| - | Gets or sets the map unit used by the MapControl. | ||
| - | === Remarks === | ||
| - | The MapUnit reflects the data unit. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Margin ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Margin" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Margin</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Thickness<!-- System.Windows.Thickness --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MaxExtent ==== | ||
| - | This property gets the map extent of the map control. | ||
| - | === Remarks === | ||
| - | Affected by MapUnit. For example, DecimalDegree: MaxExtent = new RectangleShape(-180, 180, 180, -180) Meter: MaxExtent = new RectangleShape(-20001365, 20001365, 20001365, -20001365) Feet: MaxExtent = new RectangleShape(-65621310, 65621310, 65621310, -65621310) | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MaxHeight ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MaxHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MaxHeight</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MaxWidth ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MaxWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MaxWidth</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MaximumScale ==== | ||
| - | This property gets and sets a maximum scale when navigating the map. When you keep zooming out, and the target scale is bigger than the maximum scale, the zooming operation will be stopped. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MaximumScale" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MaximumScale</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MinHeight ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MinHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MinHeight</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MinWidth ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MinWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MinWidth</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MinimumScale ==== | ||
| - | This property gets and sets a minimum scale when navigating the map. When you keep zooming in, and the target scale is smaller than the minimum scale, the zooming operation will be stopped. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MinimumScale" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MinimumScale</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Name ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindName.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindName.28String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Opacity ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Opacity" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Opacity</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== OpacityMask ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OpacityMask" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OpacityMask</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Brush<!-- System.Windows.Media.Brush --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Overlays ==== | ||
| - | This property gets the collection of Overlays in the MapControl. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlaysDrawing.28OverlaysDrawingWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlaysDrawing.28OverlaysDrawingWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]><!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.Overlay} --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== OverridesDefaultStyle ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OverridesDefaultStyle" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OverridesDefaultStyle</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Padding ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Padding" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Padding</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Thickness<!-- System.Windows.Thickness --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Parent ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Parent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Parent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | DependencyObject<!-- System.Windows.DependencyObject --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RenderSize ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RenderSize" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RenderSize</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Size<!-- System.Windows.Size --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RenderTransform ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RenderTransform" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RenderTransform</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Transform<!-- System.Windows.Media.Transform --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RenderTransformOrigin ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RenderTransformOrigin" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RenderTransformOrigin</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Point<!-- System.Windows.Point --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Resources ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeResources.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeResources.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ResourceDictionary<!-- System.Windows.ResourceDictionary --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RestrictExtent ==== | ||
| - | This property gets or sets an extent to restrict the map navigation. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RestrictExtent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RestrictExtent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== SnapsToDevicePixels ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SnapsToDevicePixels" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SnapsToDevicePixels</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Style ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeStyle.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeStyle.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Style<!-- System.Windows.Style --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TabIndex ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TabIndex" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TabIndex</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Int32<!-- System.Int32 --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Tag ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Tag" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Tag</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Object<!-- System.Object --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Template ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ApplyTemplate.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ApplyTemplate.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ControlTemplate<!-- System.Windows.Controls.ControlTemplate --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TemplatedParent ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TemplatedParent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TemplatedParent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | DependencyObject<!-- System.Windows.DependencyObject --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ToolTip ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnToolTipClosing.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnToolTipClosing.28ToolTipEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Object<!-- System.Object --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ToolsGrid ==== | ||
| - | Gets a grid control to hold all the map tools. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToolsGrid" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToolsGrid</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Grid<!-- System.Windows.Controls.Grid --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TouchesCaptured ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesCaptured" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesCaptured</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | IEnumerable<TouchDevice><!-- System.Collections.Generic.IEnumerable{System.Windows.Input.TouchDevice} --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TouchesCapturedWithin ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesCapturedWithin" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesCapturedWithin</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | IEnumerable<TouchDevice><!-- System.Collections.Generic.IEnumerable{System.Windows.Input.TouchDevice} --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TouchesDirectlyOver ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesDirectlyOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesDirectlyOver</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | IEnumerable<TouchDevice><!-- System.Collections.Generic.IEnumerable{System.Windows.Input.TouchDevice} --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TouchesOver ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AreAnyTouchesOver</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | IEnumerable<TouchDevice><!-- System.Collections.Generic.IEnumerable{System.Windows.Input.TouchDevice} --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TrackOverlay ==== | ||
| - | Gets or sets the track overlay in the MapControl. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TrackOverlay" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TrackOverlay</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay|TrackInteractiveOverlay]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Triggers ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeTriggers.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeTriggers.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | TriggerCollection<!-- System.Windows.TriggerCollection --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Uid ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Uid" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Uid</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== UseLayoutRounding ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#UseLayoutRounding" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#UseLayoutRounding</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== VerticalAlignment ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#VerticalAlignment" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#VerticalAlignment</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | VerticalAlignment<!-- System.Windows.VerticalAlignment --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== VerticalContentAlignment ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#VerticalContentAlignment" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#VerticalContentAlignment</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | VerticalAlignment<!-- System.Windows.VerticalAlignment --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Visibility ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Visibility" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Visibility</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Visibility<!-- System.Windows.Visibility --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Width ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ActualWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ActualWidth</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ZoomLevelSet ==== | ||
| - | This property gets or sets the ZoomLevelSet used for the WpfMap control. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnZoomLevelSetChanged.28ZoomLevelSetChangedWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnZoomLevelSetChanged.28ZoomLevelSetChangedWpfMapEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | ==== EventCanvas ==== | ||
| - | Gets a canvas control to hook all the events of the map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#EventCanvas" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#EventCanvas</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Canvas<!-- System.Windows.Controls.Canvas --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== IsEnabledCore ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsEnabledCore" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsEnabledCore</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== OverlayCanvas ==== | ||
| - | Gets a canvas control to maintain current overlays in the DOM tree. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OverlayCanvas" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OverlayCanvas</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Canvas<!-- System.Windows.Controls.Canvas --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== StylusPlugIns ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#StylusPlugIns" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#StylusPlugIns</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | StylusPlugInCollection<!-- System.Windows.Input.StylusPlugIns.StylusPlugInCollection --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== VisualChildrenCount ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#VisualChildrenCount" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#VisualChildrenCount</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Int32<!-- System.Int32 --> | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual(overriden) --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== VisualParent ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#VisualParent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#VisualParent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | DependencyObject<!-- System.Windows.DependencyObject --> | | ||
| - | |||
| - | <!-- System.Windows.Media.Visual --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ===== Public Events ===== | ||
| - | ==== ContextMenuClosing ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnContextMenuClosing.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnContextMenuClosing.28ContextMenuEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | ContextMenuEventArgs<!-- System.Windows.Controls.ContextMenuEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== ContextMenuOpening ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnContextMenuOpening.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnContextMenuOpening.28ContextMenuEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | ContextMenuEventArgs<!-- System.Windows.Controls.ContextMenuEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== CurrentExtentChanged ==== | ||
| - | Occurs after map's extent is changed. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentExtentChanged.28CurrentExtentChangedWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentExtentChanged.28CurrentExtentChangedWpfMapEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangedWpfMapEventArgs|CurrentExtentChangedWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangedWpfMapEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== CurrentExtentChanging ==== | ||
| - | Occurs before map's extent is changing. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentExtentChanging.28CurrentExtentChangingWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentExtentChanging.28CurrentExtentChangingWpfMapEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangingWpfMapEventArgs|CurrentExtentChangingWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangingWpfMapEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== CurrentScaleChanged ==== | ||
| - | Occurs after map's current scale is changed. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentScaleChanged.28CurrentScaleChangedWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentScaleChanged.28CurrentScaleChangedWpfMapEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangedWpfMapEventArgs|CurrentScaleChangedWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangedWpfMapEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== CurrentScaleChanging ==== | ||
| - | Occurs before map's current scale is changing. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentScaleChanging.28CurrentScaleChangingWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentScaleChanging.28CurrentScaleChangingWpfMapEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs|CurrentScaleChangingWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== DataContextChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#DataContextChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#DataContextChanged</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== DragEnter ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragEnter.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragEnter.28DragEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== DragLeave ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragLeave.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragLeave.28DragEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== DragOver ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragOver.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragOver.28DragEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== Drop ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDrop.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDrop.28DragEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== FocusableChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FocusableChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FocusableChanged</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== GiveFeedback ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGiveFeedback.28GiveFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGiveFeedback.28GiveFeedbackEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | GiveFeedbackEventArgs<!-- System.Windows.GiveFeedbackEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== GotFocus ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotFocus.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotFocus.28RoutedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== GotKeyboardFocus ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== GotMouseCapture ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotMouseCapture.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotMouseCapture.28MouseEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== GotStylusCapture ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotStylusCapture.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotStylusCapture.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== GotTouchCapture ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotTouchCapture.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotTouchCapture.28TouchEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== Initialized ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnInitialized.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnInitialized.28EventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | EventArgs<!-- System.EventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== IsEnabledChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsEnabledChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsEnabledChanged</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== IsHitTestVisibleChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsHitTestVisibleChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsHitTestVisibleChanged</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== IsKeyboardFocusWithinChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== IsKeyboardFocusedChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== IsMouseCaptureWithinChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== IsMouseCapturedChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== IsMouseDirectlyOverChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== IsStylusCaptureWithinChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== IsStylusCapturedChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== IsStylusDirectlyOverChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== IsVisibleChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsVisibleChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsVisibleChanged</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== KeyDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnKeyDown.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnKeyDown.28KeyEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== KeyUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnKeyUp.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnKeyUp.28KeyEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== LayoutUpdated ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#LayoutUpdated" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#LayoutUpdated</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | EventArgs<!-- System.EventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== Loaded ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsLoaded" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsLoaded</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== LostFocus ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostFocus.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostFocus.28RoutedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== LostKeyboardFocus ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== LostMouseCapture ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostMouseCapture.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostMouseCapture.28MouseEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== LostStylusCapture ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostStylusCapture.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostStylusCapture.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== LostTouchCapture ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostTouchCapture.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostTouchCapture.28TouchEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== ManipulationBoundaryFeedback ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | ManipulationBoundaryFeedbackEventArgs<!-- System.Windows.Input.ManipulationBoundaryFeedbackEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== ManipulationCompleted ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationCompleted.28ManipulationCompletedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationCompleted.28ManipulationCompletedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | ManipulationCompletedEventArgs<!-- System.Windows.Input.ManipulationCompletedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== ManipulationDelta ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationDelta.28ManipulationDeltaEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationDelta.28ManipulationDeltaEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | ManipulationDeltaEventArgs<!-- System.Windows.Input.ManipulationDeltaEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== ManipulationInertiaStarting ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | ManipulationInertiaStartingEventArgs<!-- System.Windows.Input.ManipulationInertiaStartingEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== ManipulationStarted ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationStarted.28ManipulationStartedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationStarted.28ManipulationStartedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | ManipulationStartedEventArgs<!-- System.Windows.Input.ManipulationStartedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== ManipulationStarting ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationStarting.28ManipulationStartingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationStarting.28ManipulationStartingEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | ManipulationStartingEventArgs<!-- System.Windows.Input.ManipulationStartingEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MapClick ==== | ||
| - | Occurs when clicking on the map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMapClick.28MapClickWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMapClick.28MapClickWpfMapEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs|MapClickWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MapDoubleClick ==== | ||
| - | Occurs when double click on the map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMapDoubleClick.28MapClickWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMapDoubleClick.28MapClickWpfMapEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs|MapClickWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MapTap ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs|MapTapWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseDoubleClick ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseDoubleClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseDoubleClick.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseDown.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseEnter ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseEnter.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseEnter.28MouseEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseLeave ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeave.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeave.28MouseEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseLeftButtonDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeftButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeftButtonDown.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseLeftButtonUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeftButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeftButtonUp.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseMove ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseMove.28MouseEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseRightButtonDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseRightButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseRightButtonDown.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseRightButtonUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseRightButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseRightButtonUp.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseUp.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseWheel ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseWheel.28MouseWheelEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseWheel.28MouseWheelEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseWheelEventArgs<!-- System.Windows.Input.MouseWheelEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== OverlayDrawing ==== | ||
| - | Occurs before an overlay is drawing. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlayDrawing.28OverlayDrawingWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlayDrawing.28OverlayDrawingWpfMapEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs|OverlayDrawingWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== OverlayDrawn ==== | ||
| - | Occurs after an overlay is drawn. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlayDrawn.28OverlayDrawnWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlayDrawn.28OverlayDrawnWpfMapEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawnWpfMapEventArgs|OverlayDrawnWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawnWpfMapEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== OverlaysDrawing ==== | ||
| - | Occurs before all overlays are drawing. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlaysDrawing.28OverlaysDrawingWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlaysDrawing.28OverlaysDrawingWpfMapEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawingWpfMapEventArgs|OverlaysDrawingWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawingWpfMapEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== OverlaysDrawn ==== | ||
| - | Occurs after all overlays are drawn. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlaysDrawn.28OverlaysDrawnWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlaysDrawn.28OverlaysDrawnWpfMapEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawnWpfMapEventArgs|OverlaysDrawnWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawnWpfMapEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewDragEnter ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragEnter.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragEnter.28DragEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewDragLeave ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragLeave.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragLeave.28DragEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewDragOver ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragOver.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragOver.28DragEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewDrop ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDrop.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDrop.28DragEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewGiveFeedback ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | GiveFeedbackEventArgs<!-- System.Windows.GiveFeedbackEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewGotKeyboardFocus ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewKeyDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewKeyDown.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewKeyDown.28KeyEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewKeyUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewKeyUp.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewKeyUp.28KeyEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewLostKeyboardFocus ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewMouseDoubleClick ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewMouseDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseDown.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewMouseLeftButtonDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewMouseLeftButtonUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewMouseMove ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseMove.28MouseEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewMouseRightButtonDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewMouseRightButtonUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewMouseUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseUp.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewMouseWheel ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseWheel.28MouseWheelEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseWheel.28MouseWheelEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseWheelEventArgs<!-- System.Windows.Input.MouseWheelEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewQueryContinueDrag ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | QueryContinueDragEventArgs<!-- System.Windows.QueryContinueDragEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewStylusButtonDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewStylusButtonUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewStylusDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusDown.28StylusDownEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusDown.28StylusDownEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusDownEventArgs<!-- System.Windows.Input.StylusDownEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewStylusInAirMove ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInAirMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInAirMove.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewStylusInRange ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInRange.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewStylusMove ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusMove.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewStylusOutOfRange ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusOutOfRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusOutOfRange.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewStylusSystemGesture ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusSystemGestureEventArgs<!-- System.Windows.Input.StylusSystemGestureEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewStylusUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusUp.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusUp.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewTextInput ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTextInput.28TextCompositionEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTextInput.28TextCompositionEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | TextCompositionEventArgs<!-- System.Windows.Input.TextCompositionEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewTouchDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchDown.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchDown.28TouchEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewTouchMove ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchMove.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchMove.28TouchEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreviewTouchUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchUp.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchUp.28TouchEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== QueryContinueDrag ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | QueryContinueDragEventArgs<!-- System.Windows.QueryContinueDragEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== QueryCursor ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnQueryCursor.28QueryCursorEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnQueryCursor.28QueryCursorEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | QueryCursorEventArgs<!-- System.Windows.Input.QueryCursorEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== RequestBringIntoView ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RequestBringIntoView" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RequestBringIntoView</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | RequestBringIntoViewEventArgs<!-- System.Windows.RequestBringIntoViewEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== SizeChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnChildDesiredSizeChanged.28UIElement.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnChildDesiredSizeChanged.28UIElement.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | SizeChangedEventArgs<!-- System.Windows.SizeChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== SourceUpdated ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SourceUpdated" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SourceUpdated</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DataTransferEventArgs<!-- System.Windows.Data.DataTransferEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== StylusButtonDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== StylusButtonUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== StylusDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusDown.28StylusDownEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusDown.28StylusDownEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusDownEventArgs<!-- System.Windows.Input.StylusDownEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== StylusEnter ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusEnter.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusEnter.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== StylusInAirMove ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInAirMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInAirMove.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== StylusInRange ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInRange.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== StylusLeave ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusLeave.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusLeave.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== StylusMove ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusMove.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== StylusOutOfRange ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusOutOfRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusOutOfRange.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== StylusSystemGesture ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusSystemGestureEventArgs<!-- System.Windows.Input.StylusSystemGestureEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== StylusUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusUp.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusUp.28StylusEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== TargetUpdated ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TargetUpdated" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TargetUpdated</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DataTransferEventArgs<!-- System.Windows.Data.DataTransferEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== TextInput ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTextInput.28TextCompositionEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTextInput.28TextCompositionEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | TextCompositionEventArgs<!-- System.Windows.Input.TextCompositionEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== ToolTipClosing ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnToolTipClosing.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnToolTipClosing.28ToolTipEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | ToolTipEventArgs<!-- System.Windows.Controls.ToolTipEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== ToolTipOpening ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnToolTipOpening.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnToolTipOpening.28ToolTipEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | ToolTipEventArgs<!-- System.Windows.Controls.ToolTipEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== TouchDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchDown.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchDown.28TouchEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== TouchEnter ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchEnter.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchEnter.28TouchEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== TouchLeave ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchLeave.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchLeave.28TouchEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== TouchMove ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchMove.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchMove.28TouchEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== TouchUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchUp.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchUp.28TouchEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== Unloaded ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Unloaded" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Unloaded</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== ZoomLevelSetChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnZoomLevelSetChanged.28ZoomLevelSetChangedWpfMapEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnZoomLevelSetChanged.28ZoomLevelSetChangedWpfMapEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.ZoomLevelSetChangedWpfMapEventArgs|ZoomLevelSetChangedWpfMapEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.ZoomLevelSetChangedWpfMapEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | |||
| - | __NOTOC__ | ||
| - | [[Category:WpfDesktopEdition]] | ||
| - | [[Category:ThinkGeo.MapSuite.WpfDesktopEdition]] | ||
| - | [[Category:UpdateDocumentation]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.