This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.wpfdesktopedition.marker [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.WpfDesktopEdition.Marker ====== | ||
| - | |||
| - | |||
| - | |||
| - | <!-- Class --> | ||
| - | Represents a marker control on the map. | ||
| - | === Remarks === | ||
| - | Marker control maintains a content control on the map. Any Wpf control is allowed to set as its content. | ||
| - | ===== 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 | ||
| - | ********System.Windows.Controls.ContentControl | ||
| - | *********[[ThinkGeo.MapSuite.WpfDesktopEdition.Marker]] | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Marker()|Marker]] | | | Constructor of Marker class. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Marker(Double, Double)|Marker]] | Double, Double | | Constructor of Marker class. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Marker(PointShape)|Marker]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Constructor of Marker class. | | ||
| - | |||
| - | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#AddHandler(RoutedEvent, Delegate)|AddHandler]] | RoutedEvent, Delegate | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#AddHandler(RoutedEvent, Delegate, Boolean)|AddHandler]] | RoutedEvent, Delegate, Boolean | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#AddToEventRoute(EventRoute, RoutedEventArgs)|AddToEventRoute]] | EventRoute, RoutedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ApplyAnimationClock(DependencyProperty, AnimationClock)|ApplyAnimationClock]] | DependencyProperty, AnimationClock | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)|ApplyAnimationClock]] | DependencyProperty, AnimationClock, HandoffBehavior | 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, HandoffBehavior)|BeginAnimation]] | DependencyProperty, AnimationTimeline, HandoffBehavior | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginAnimation(DependencyProperty, AnimationTimeline)|BeginAnimation]] | DependencyProperty, AnimationTimeline | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginInit()|BeginInit]] | | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginStoryboard(Storyboard)|BeginStoryboard]] | Storyboard | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginStoryboard(Storyboard, HandoffBehavior, Boolean)|BeginStoryboard]] | Storyboard, HandoffBehavior, Boolean | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginStoryboard(Storyboard, HandoffBehavior)|BeginStoryboard]] | Storyboard, HandoffBehavior | 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}}[[#CheckAccess()|CheckAccess]] | | DispatcherObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearValue(DependencyPropertyKey)|ClearValue]] | DependencyPropertyKey | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearValue(DependencyProperty)|ClearValue]] | DependencyProperty | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CloneDeep()|CloneDeep]] | | | Deeply clones a marker object. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CoerceValue(DependencyProperty)|CoerceValue]] | DependencyProperty | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(RectangleShape, Double, Double)|Draw]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], Double, Double | | Draws the marker by the provided extent, screen width and height. | | ||
| - | | {{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}}[[#FindName(String)|FindName]] | String | FrameworkElement | | | ||
| - | | {{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}}[[#GetHashCode()|GetHashCode]] | | Object(overriden) | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLocalValueEnumerator()|GetLocalValueEnumerator]] | | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetValue(DependencyProperty)|GetValue]] | DependencyProperty | DependencyObject | | | ||
| - | | {{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 reload current state from the passed binary. | | ||
| - | | {{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 marker template. | | ||
| - | | {{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()|Refresh]] | | | Refreshes marker. | | ||
| - | | {{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 current marker state to a byte array. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetBinding(DependencyProperty, String)|SetBinding]] | DependencyProperty, String | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetBinding(DependencyProperty, BindingBase)|SetBinding]] | DependencyProperty, BindingBase | 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(DependencyProperty, Object)|SetValue]] | DependencyProperty, Object | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetValue(DependencyPropertyKey, Object)|SetValue]] | DependencyPropertyKey, Object | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ShouldSerializeCommandBindings()|ShouldSerializeCommandBindings]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ShouldSerializeContent()|ShouldSerializeContent]] | | ContentControl | | | ||
| - | | {{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}}[[#ToString()|ToString]] | | Object(overriden) | | | ||
| - | | {{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 | | | ||
| - | |||
| - | ==== Protected Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AddChild(Object)|AddChild]] | Object | ContentControl | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AddText(String)|AddText]] | String | ContentControl | | | ||
| - | | {{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}}[[#DrawCore()|DrawCore]] | | | Draws the marker by the provided extent, screen width and height. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | ||
| - | | {{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 reload current state from the passed binary. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MeasureCore(Size)|MeasureCore]] | Size | UIElement(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MeasureOverride(Size)|MeasureOverride]] | Size | FrameworkElement(overriden) | Measures current size. | | ||
| - | | {{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}}[[#OnContentChanged(Object, Object)|OnContentChanged]] | Object, Object | ContentControl | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnContentStringFormatChanged(String, String)|OnContentStringFormatChanged]] | String, String | ContentControl | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnContentTemplateChanged(DataTemplate, DataTemplate)|OnContentTemplateChanged]] | DataTemplate, DataTemplate | ContentControl | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnContentTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector)|OnContentTemplateSelectorChanged]] | DataTemplateSelector, DataTemplateSelector | ContentControl | | | ||
| - | | {{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}}[[#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}}[[#OnMarkerMouseClick(MouseButtonEventArgs)|OnMarkerMouseClick]] | MouseButtonEventArgs | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMarkerMouseDown(MouseButtonEventArgs)|OnMarkerMouseDown]] | MouseButtonEventArgs | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMarkerMouseMove(MouseEventArgs)|OnMarkerMouseMove]] | MouseEventArgs | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMarkerMouseUp(MouseButtonEventArgs)|OnMarkerMouseUp]] | MouseButtonEventArgs | | | | ||
| - | | {{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}}[[#OnPositionChanged(DependencyPropertyChangedEventArgs)|OnPositionChanged]] | DependencyPropertyChangedEventArgs | | Raises when the position property is changed. | | ||
| - | | {{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}}[[#RefreshCore()|RefreshCore]] | | | Refreshes marker. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RemoveVisualChild(Visual)|RemoveVisualChild]] | Visual | Visual | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SaveStateCore()|SaveStateCore]] | | | This method saves current marker state to a byte array. | | ||
| - | |||
| - | ==== 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}}[[#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}}[[#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}}[[#Content|Content]] | Object | ContentControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ContentStringFormat|ContentStringFormat]] | String | ContentControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ContentTemplate|ContentTemplate]] | DataTemplate | ContentControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ContentTemplateSelector|ContentTemplateSelector]] | DataTemplateSelector | ContentControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ContextMenu|ContextMenu]] | ContextMenu | FrameworkElement | | | ||
| - | | {{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}}[[#Effect|Effect]] | Effect | UIElement | | | ||
| - | | {{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}}[[#HasAnimatedProperties|HasAnimatedProperties]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#HasContent|HasContent]] | Boolean | ContentControl | | | ||
| - | | {{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}}[[#ImageSource|ImageSource]] | ImageSource | | Image source of marker. It's a wrapper of the ImageSourceProperty. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#InputBindings|InputBindings]] | InputBindingCollection | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#InputScope|InputScope]] | InputScope | FrameworkElement | | | ||
| - | | {{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}}[[#Margin|Margin]] | Thickness | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MaxHeight|MaxHeight]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MaxWidth|MaxWidth]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MinHeight|MinHeight]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MinWidth|MinWidth]] | Double | FrameworkElement | | | ||
| - | | {{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}}[[#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}}[[#Position|Position]] | Point | | World Position of marker. It's a wrapper of the PositionProperty. | | ||
| - | | {{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}}[[#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}}[[#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}}[[#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}}[[#XOffset|XOffset]] | Double | | Gets and sets screen offset x of marker image. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#YOffset|YOffset]] | Double | | Gets and sets screen offset y of marker image. | | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#IsEnabledCore|IsEnabledCore]] | Boolean | UIElement | | | ||
| - | | {{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}}[[#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}}[[#MarkerMouseClick|MarkerMouseClick]] | MouseButtonEventArgs | | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MarkerMouseDown|MarkerMouseDown]] | MouseButtonEventArgs | | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MarkerMouseMove|MarkerMouseMove]] | MouseEventArgs | | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MarkerMouseUp|MarkerMouseUp]] | MouseButtonEventArgs | | | | ||
| - | | {{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}}[[#PositionChanged|PositionChanged]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.PositionChangedMarkerEventArgs|PositionChangedMarkerEventArgs]] | | | | ||
| - | | {{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 | | | ||
| - | |||
| - | ===== Public Constructors ===== | ||
| - | ==== Marker() ==== | ||
| - | Constructor of Marker class. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Marker.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Marker.28.29</a> | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ==== Marker(Double, Double) ==== | ||
| - | Constructor of Marker class. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Marker.28Double.2C_Double.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Marker.28Double.2C_Double.29</a> | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | worldX | Double<!-- System.Double --> | X world coordinate of marker. | | ||
| - | | worldY | Double<!-- System.Double --> | Y world coordinate of marker. | | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ==== Marker(PointShape) ==== | ||
| - | Constructor of Marker class. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Marker.28PointShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Marker.28PointShape.29</a> | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | position | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | Marker position in world coordinate. | | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ===== Protected Constructors ===== | ||
| - | ===== Public Methods ===== | ||
| - | ==== 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.Marker#AddHandler.28RoutedEvent.2C_Delegate.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#AddHandler.28RoutedEvent.2C_Delegate.2C_Boolean.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#AddToEventRoute.28EventRoute.2C_RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.2C_HandoffBehavior.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== ApplyTemplate() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ApplyTemplate.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Arrange.28Rect.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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, HandoffBehavior) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.2C_HandoffBehavior.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== BeginInit() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#BeginInit.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#BeginStoryboard.28Storyboard.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#BeginStoryboard.28Storyboard.2C_HandoffBehavior.2C_Boolean.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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, HandoffBehavior) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#BeginStoryboard.28Storyboard.2C_HandoffBehavior.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#BringIntoView.28Rect.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#BringIntoView.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#CaptureMouse.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#CaptureStylus.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#CaptureTouch.28TouchDevice.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== CheckAccess() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#CheckAccess.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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(DependencyPropertyKey) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ClearValue.28DependencyPropertyKey.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#ClearValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== CloneDeep() ==== | ||
| - | Deeply clones a marker object. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#CloneDeep.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#CloneDeep.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.Marker|Marker]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#CoerceValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== Draw(RectangleShape, Double, Double) ==== | ||
| - | Draws the marker by the provided extent, screen width and height. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Draw.28RectangleShape.2C_Double.2C_Double.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Draw.28RectangleShape.2C_Double.2C_Double.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A world extent that the marker is placed on the map. | | ||
| - | | drawingScreenWidth | Double<!-- System.Double --> | Current map screen width. | | ||
| - | | drawingScreenHeight | Double<!-- System.Double --> | Current map screen height. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#EndInit.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#FindCommonVisualAncestor.28DependencyObject.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#FindName.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#FindResource.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Focus.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#GetAnimationBaseValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#GetBindingExpression.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== GetHashCode() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#GetLocalValueEnumerator.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#GetLocalValueEnumerator.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | LocalValueEnumerator<!-- System.Windows.LocalValueEnumerator --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#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.Marker#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#GetValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#InputHitTest.28Point.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#InvalidateArrange.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#InvalidateMeasure.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#InvalidateProperty.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#InvalidateVisual.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsAncestorOf.28DependencyObject.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsDescendantOf.28DependencyObject.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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 reload current state from the passed binary. | ||
| - | === 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[[]] --> | A byte array that holds current marker state. It's created by the SaveState method of this class. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#Measure.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#MoveFocus.28TraversalRequest.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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 marker template. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnApplyTemplate.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnApplyTemplate.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement(overriden) --> | ||
| - | [[#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.Marker#PointFromScreen.28Point.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#PointToScreen.28Point.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#PredictFocus.28FocusNavigationDirection.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#RaiseEvent.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ReadLocalValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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() ==== | ||
| - | Refreshes marker. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Refresh.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Refresh.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#RegisterName.28String.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ReleaseAllTouchCaptures.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ReleaseMouseCapture.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ReleaseStylusCapture.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ReleaseTouchCapture.28TouchDevice.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#RemoveHandler.28RoutedEvent.2C_Delegate.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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 current marker 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.Marker#SaveState.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#SaveState.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Byte[]<!-- System.Byte[[]] --> | A byte array that holds current marker state. It can be used for restoring the marker state by creating a new marker and calling marker.LoadState(byte[[]]) method | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#SetBinding.28DependencyProperty.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#SetBinding.28DependencyProperty.2C_BindingBase.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#SetCurrentValue.28DependencyProperty.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#SetResourceReference.28DependencyProperty.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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(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.Marker#SetValue.28DependencyProperty.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#SetValue.28DependencyPropertyKey.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== ShouldSerializeCommandBindings() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ShouldSerializeCommandBindings.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ShouldSerializeCommandBindings.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ShouldSerializeContent() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ShouldSerializeContent.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ShouldSerializeContent.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#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.Marker#ShouldSerializeInputBindings.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ShouldSerializeResources.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ShouldSerializeStyle.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ShouldSerializeTriggers.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ShouldSerializeTriggers.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#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.Marker#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ToString.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object(overriden) --> | ||
| - | [[#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.Marker#TransformToAncestor.28Visual3D.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#TransformToAncestor.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#TransformToDescendant.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#TransformToVisual.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#TranslatePoint.28Point.2C_UIElement.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#TryFindResource.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#UnregisterName.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#UpdateDefaultStyle.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#UpdateLayout.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#VerifyAccess.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#VerifyAccess.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.Threading.DispatcherObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ===== Protected Methods ===== | ||
| - | ==== AddChild(Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#AddChild.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#AddChild.28Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | value | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== AddText(String) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#AddText.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#AddText.28String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | text | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== 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.Marker#AddVisualChild.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ArrangeCore.28Rect.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ArrangeOverride.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== DrawCore() ==== | ||
| - | Draws the marker by the provided extent, screen width and height. | ||
| - | === Remarks === | ||
| - | When implementing this method, change marker's left and top in screen coordinate. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Finalize() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Finalize.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#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.Marker#GetLayoutClip.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#GetVisualChild.28Int32.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#HitTestCore.28GeometryHitTestParameters.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#HitTestCore.28PointHitTestParameters.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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 reload current state from the passed binary. | ||
| - | === 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[[]] --> | A byte array that holds current marker state. It's created by the SaveState method of this class. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#MeasureCore.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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) ==== | ||
| - | Measures current size. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#MeasureOverride.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#MeasureOverride.28Size.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Size<!-- System.Windows.Size --> | New size of marker after measuring. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | constraint | Size<!-- System.Windows.Size --> | Constraint size of marker | | ||
| - | |||
| - | <!-- 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.Marker#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnAccessKey.28AccessKeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnChildDesiredSizeChanged.28UIElement.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== OnContentChanged(Object, Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentChanged.28Object.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentChanged.28Object.2C_Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | oldContent | Object<!-- System.Object --> | | | ||
| - | | newContent | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnContentStringFormatChanged(String, String) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentStringFormatChanged.28String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentStringFormatChanged.28String.2C_String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | oldContentStringFormat | String<!-- System.String --> | | | ||
| - | | newContentStringFormat | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnContentTemplateChanged(DataTemplate, DataTemplate) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentTemplateChanged.28DataTemplate.2C_DataTemplate.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentTemplateChanged.28DataTemplate.2C_DataTemplate.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | oldContentTemplate | DataTemplate<!-- System.Windows.DataTemplate --> | | | ||
| - | | newContentTemplate | DataTemplate<!-- System.Windows.DataTemplate --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnContentTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentTemplateSelectorChanged.28DataTemplateSelector.2C_DataTemplateSelector.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentTemplateSelectorChanged.28DataTemplateSelector.2C_DataTemplateSelector.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | oldContentTemplateSelector | DataTemplateSelector<!-- System.Windows.Controls.DataTemplateSelector --> | | | ||
| - | | newContentTemplateSelector | DataTemplateSelector<!-- System.Windows.Controls.DataTemplateSelector --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#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.Marker#OnContextMenuClosing.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnContextMenuOpening.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnCreateAutomationPeer.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== 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.Marker#OnDragEnter.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnDragLeave.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnDragOver.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnDrop.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnGiveFeedback.28GiveFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnGotFocus.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnGotMouseCapture.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnGotStylusCapture.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnGotTouchCapture.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnInitialized.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnKeyDown.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnKeyUp.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnLostFocus.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnLostMouseCapture.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnLostStylusCapture.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnLostTouchCapture.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnManipulationCompleted.28ManipulationCompletedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnManipulationDelta.28ManipulationDeltaEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnManipulationStarted.28ManipulationStartedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnManipulationStarting.28ManipulationStartingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== OnMarkerMouseClick(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseClick.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMarkerMouseDown(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseDown.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMarkerMouseMove(MouseEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseMove.28MouseEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMarkerMouseUp(MouseButtonEventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseUp.28MouseButtonEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#OnMouseDoubleClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseEnter.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseLeave.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseLeftButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseLeftButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseRightButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseRightButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseWheel.28MouseWheelEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== OnPositionChanged(DependencyPropertyChangedEventArgs) ==== | ||
| - | Raises when the position property 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.Marker#OnPositionChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnPositionChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | eventArgs | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | Maintains arguments for PositionChanged event. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#OnPreviewDragEnter.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewDragLeave.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewDragOver.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewDrop.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewKeyDown.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewKeyUp.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseWheel.28MouseWheelEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusDown.28StylusDownEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusInAirMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusInRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusOutOfRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusUp.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewTextInput.28TextCompositionEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewTouchDown.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewTouchMove.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewTouchUp.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPropertyChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnQueryContinueDrag.28QueryContinueDragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnQueryCursor.28QueryCursorEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnRender.28DrawingContext.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnStylusButtonDown.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnStylusButtonUp.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnStylusDown.28StylusDownEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnStylusEnter.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnStylusInAirMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnStylusInRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnStylusLeave.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnStylusMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnStylusOutOfRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnStylusSystemGesture.28StylusSystemGestureEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnStylusUp.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnTemplateChanged.28ControlTemplate.2C_ControlTemplate.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnTextInput.28TextCompositionEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnToolTipClosing.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnToolTipOpening.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnTouchDown.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnTouchEnter.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnTouchLeave.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnTouchMove.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnTouchUp.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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]] | ||
| - | ==== RefreshCore() ==== | ||
| - | Refreshes marker. | ||
| - | === Remarks === | ||
| - | When overriding, convert marker's world position to screen position and change its left and top. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#RemoveVisualChild.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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 current marker 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.Marker#SaveStateCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#SaveStateCore.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Byte[]<!-- System.Byte[[]] --> | A byte array that holds current marker state. It can be used for restoring the marker state by creating a new marker and calling marker.LoadState(byte[[]]) method | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#ActualHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ActualWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ActualWidth</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#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.Marker#AllowDrop" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#AreAnyTouchesCaptured" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#AreAnyTouchesCapturedWithin" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#AreAnyTouchesDirectlyOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#AreAnyTouchesOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Background" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Background</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Brush<!-- System.Windows.Media.Brush --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#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.Marker#BindingGroup" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#BorderBrush" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#BorderThickness" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#CacheMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#GetLayoutClip.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ClipToBounds" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ShouldSerializeCommandBindings.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ShouldSerializeCommandBindings.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | CommandBindingCollection<!-- System.Windows.Input.CommandBindingCollection --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Content ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ShouldSerializeContent.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ShouldSerializeContent.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Object<!-- System.Object --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ContentStringFormat ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentStringFormatChanged.28String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentStringFormatChanged.28String.2C_String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ContentTemplate ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentTemplateChanged.28DataTemplate.2C_DataTemplate.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentTemplateChanged.28DataTemplate.2C_DataTemplate.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | DataTemplate<!-- System.Windows.DataTemplate --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ContentTemplateSelector ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentTemplateSelectorChanged.28DataTemplateSelector.2C_DataTemplateSelector.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContentTemplateSelectorChanged.28DataTemplateSelector.2C_DataTemplateSelector.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | DataTemplateSelector<!-- System.Windows.Controls.DataTemplateSelector --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#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.Marker#OnContextMenuClosing.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContextMenuClosing.28ContextMenuEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ContextMenu<!-- System.Windows.Controls.ContextMenu --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#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.Marker#OnQueryCursor.28QueryCursorEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#DataContext" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#DependencyObjectType" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnChildDesiredSizeChanged.28UIElement.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Dispatcher" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Dispatcher</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Dispatcher<!-- System.Windows.Threading.Dispatcher --> | | ||
| - | |||
| - | <!-- System.Windows.Threading.DispatcherObject --> | ||
| - | [[#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.Marker#Effect" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Effect</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Effect<!-- System.Windows.Media.Effects.Effect --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#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.Marker#FlowDirection" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#FocusVisualStyle" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Focusable" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#FontFamily" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#FontSize" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#FontStretch" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#FontStyle" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#FontWeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ForceCursor" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Foreground" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Foreground</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Brush<!-- System.Windows.Media.Brush --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#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.Marker#HasAnimatedProperties" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#HasAnimatedProperties</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== HasContent ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#HasContent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#HasContent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#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.Marker#ActualHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#HorizontalAlignment" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#HorizontalContentAlignment" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#HorizontalContentAlignment</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | HorizontalAlignment<!-- System.Windows.HorizontalAlignment --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ImageSource ==== | ||
| - | Image source of marker. It's a wrapper of the ImageSourceProperty. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ImageSource" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ImageSource</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ImageSource<!-- System.Windows.Media.ImageSource --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#ShouldSerializeInputBindings.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#InputScope" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#InputScope</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | InputScope<!-- System.Windows.Input.InputScope --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#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.Marker#IsArrangeValid" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsEnabled" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsFocused" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsHitTestVisible" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsInitialized" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsInputMethodEnabled" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsLoaded" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsManipulationEnabled" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsMeasureValid" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsMouseOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsSealed" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsStylusOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsTabStop" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsVisible" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Language" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#LayoutTransform" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#LayoutTransform</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Transform<!-- System.Windows.Media.Transform --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#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.Marker#Margin" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Margin</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Thickness<!-- System.Windows.Thickness --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#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.Marker#MaxHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#MaxWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#MaxWidth</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#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.Marker#MinHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#MinWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#MinWidth</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#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.Marker#FindName.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Opacity" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OpacityMask" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OpacityMask</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Brush<!-- System.Windows.Media.Brush --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#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.Marker#OverridesDefaultStyle" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Padding" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Parent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Parent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | DependencyObject<!-- System.Windows.DependencyObject --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Position ==== | ||
| - | World Position of marker. It's a wrapper of the PositionProperty. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnPositionChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnPositionChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Point<!-- System.Windows.Point --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#RenderSize" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#RenderTransform" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#RenderTransformOrigin" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ShouldSerializeResources.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ShouldSerializeResources.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ResourceDictionary<!-- System.Windows.ResourceDictionary --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#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.Marker#SnapsToDevicePixels" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ShouldSerializeStyle.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#TabIndex" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Tag" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ApplyTemplate.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#TemplatedParent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnToolTipClosing.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnToolTipClosing.28ToolTipEventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Object<!-- System.Object --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#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.Marker#AreAnyTouchesCaptured" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#AreAnyTouchesCapturedWithin" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#AreAnyTouchesDirectlyOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#AreAnyTouchesOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#AreAnyTouchesOver</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | IEnumerable<TouchDevice><!-- System.Collections.Generic.IEnumerable{System.Windows.Input.TouchDevice} --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#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.Marker#ShouldSerializeTriggers.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Uid" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#UseLayoutRounding" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#VerticalAlignment" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#VerticalContentAlignment" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Visibility" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#ActualWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#ActualWidth</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== XOffset ==== | ||
| - | Gets and sets screen offset x of marker image. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#XOffset" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#XOffset</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== YOffset ==== | ||
| - | Gets and sets screen offset y of marker image. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#YOffset" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#YOffset</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | ==== IsEnabledCore ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#IsEnabledCore" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#IsEnabledCore</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#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.Marker#StylusPlugIns" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#VisualChildrenCount" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#VisualParent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnContextMenuClosing.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnContextMenuOpening.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnContextMenuOpening.28ContextMenuEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | ContextMenuEventArgs<!-- System.Windows.Controls.ContextMenuEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#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.Marker#DataContextChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnDragEnter.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnDragLeave.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnDragOver.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnDrop.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#FocusableChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnGiveFeedback.28GiveFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnGotFocus.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnGotMouseCapture.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnGotStylusCapture.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnGotTouchCapture.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnInitialized.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsEnabledChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsHitTestVisibleChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsVisibleChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnKeyDown.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnKeyUp.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#LayoutUpdated" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#IsLoaded" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnLostFocus.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnLostMouseCapture.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnLostStylusCapture.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnLostTouchCapture.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnManipulationCompleted.28ManipulationCompletedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnManipulationDelta.28ManipulationDeltaEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnManipulationStarted.28ManipulationStartedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnManipulationStarting.28ManipulationStartingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnManipulationStarting.28ManipulationStartingEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | ManipulationStartingEventArgs<!-- System.Windows.Input.ManipulationStartingEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MarkerMouseClick ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseClick.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MarkerMouseDown ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseDown.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MarkerMouseMove ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseMove.28MouseEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MarkerMouseUp ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseUp.28MouseButtonEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#OnMouseDoubleClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMarkerMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseDown.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.Marker#OnMouseEnter.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseLeave.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseLeftButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseLeftButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMarkerMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseMove.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.Marker#OnMouseRightButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMouseRightButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnMarkerMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMarkerMouseUp.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.Marker#OnMouseWheel.28MouseWheelEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnMouseWheel.28MouseWheelEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseWheelEventArgs<!-- System.Windows.Input.MouseWheelEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PositionChanged ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnPositionChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#OnPositionChanged.28DependencyPropertyChangedEventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WpfDesktopEdition.PositionChangedMarkerEventArgs|PositionChangedMarkerEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.PositionChangedMarkerEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Marker --> | ||
| - | [[#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.Marker#OnPreviewDragEnter.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewDragLeave.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewDragOver.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewDrop.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewKeyDown.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewKeyUp.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewMouseWheel.28MouseWheelEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusDown.28StylusDownEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusInAirMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusInRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusOutOfRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusUp.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewTextInput.28TextCompositionEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewTouchDown.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewTouchMove.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewTouchUp.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnQueryCursor.28QueryCursorEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#RequestBringIntoView" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnChildDesiredSizeChanged.28UIElement.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#SourceUpdated" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusDown.28StylusDownEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnStylusEnter.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusInAirMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusInRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnStylusLeave.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusOutOfRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewStylusUp.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#TargetUpdated" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewTextInput.28TextCompositionEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnToolTipClosing.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnToolTipOpening.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewTouchDown.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnTouchEnter.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnTouchLeave.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewTouchMove.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#OnPreviewTouchUp.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#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.Marker#Unloaded" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Marker#Unloaded</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#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.