This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.wpfdesktopedition.panzoombarmaptool [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.wpfdesktopedition.panzoombarmaptool [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool ====== | ====== ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
Represents the panning and zooming panel in the upper left corner of the map. | Represents the panning and zooming panel in the upper left corner of the map. | ||
- | === Remarks === | ||
- | The PanZoomBar map tool consists of a panning control, two zooming buttons and a zoomlevel bar. The panning controls have four panning buttons and a globe button that zooms the map out to show the whole world. The zoomlevel bar represents the zoomlevels of the map (20 zoomlevels altogether). There is a slider on the zoomlevel bar that indicates the map's current zoomlevel. By moving the slider, you can change the map to a different zoomlevel. This map tool is enabled by default. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **System.Windows.Threading.DispatcherObject | + | *System.Windows.Threading.DispatcherObject |
- | ***System.Windows.DependencyObject | + | *System.Windows.DependencyObject |
- | ****System.Windows.Media.Visual | + | *System.Windows.Media.Visual |
- | *****System.Windows.UIElement | + | *System.Windows.UIElement |
- | ******System.Windows.FrameworkElement | + | *System.Windows.FrameworkElement |
- | *******System.Windows.Controls.Control | + | *System.Windows.Controls.Control |
- | ********[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool]] | + | *ThinkGeo.MapSuite.WpfDesktopEdition.MapTool |
- | *********[[ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool]] | + | ***ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} PanZoomBarMapTool() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PanZoomBarMapTool()|PanZoomBarMapTool]] | | | Constructor of PanZoomBarMapTool class. | | + | |
+ | Constructor of PanZoomBarMapTool class. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} OnApplyTemplate() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddHandler(RoutedEvent, Delegate, Boolean)|AddHandler]] | RoutedEvent, Delegate, Boolean | UIElement | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddHandler(RoutedEvent, Delegate)|AddHandler]] | RoutedEvent, Delegate | UIElement | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddToEventRoute(EventRoute, RoutedEventArgs)|AddToEventRoute]] | EventRoute, RoutedEventArgs | UIElement | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)|ApplyAnimationClock]] | DependencyProperty, AnimationClock, HandoffBehavior | UIElement | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ApplyAnimationClock(DependencyProperty, AnimationClock)|ApplyAnimationClock]] | DependencyProperty, AnimationClock | UIElement | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ApplyTemplate()|ApplyTemplate]] | | FrameworkElement | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Arrange(Rect)|Arrange]] | Rect | UIElement | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginAnimation(DependencyProperty, AnimationTimeline, 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)|BeginStoryboard]] | Storyboard, HandoffBehavior | FrameworkElement | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginStoryboard(Storyboard, HandoffBehavior, Boolean)|BeginStoryboard]] | Storyboard, HandoffBehavior, Boolean | FrameworkElement | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BringIntoView()|BringIntoView]] | | FrameworkElement | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BringIntoView(Rect)|BringIntoView]] | Rect | 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}}[[#CoerceValue(DependencyProperty)|CoerceValue]] | DependencyProperty | DependencyObject | | | + | |
- | | {{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}}[[#Initialize(WpfMap)|Initialize]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap|WpfMap]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] | This method initializes map tool. | | + | |
- | | {{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}}[[#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 the template of the PanZoomBarMapTool class. | | + | |
- | | {{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}}[[#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}}[[#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}}[[#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 ==== | + | Applys the template of the PanZoomBarMapTool class. |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AddVisualChild(Visual)|AddVisualChild]] | Visual | Visual | | | + | N/A |
- | | {{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}}[[#EnabledChangedCore(Boolean)|EnabledChangedCore]] | Boolean | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]](overriden) | Occurs when the IsEnable property is changed. | | + | |
- | | {{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}}[[#InitializeCore(WpfMap)|InitializeCore]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap|WpfMap]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] | This method initializes map tool. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MeasureCore(Size)|MeasureCore]] | Size | UIElement(overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MeasureOverride(Size)|MeasureOverride]] | Size | FrameworkElement(overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnAccessKey(AccessKeyEventArgs)|OnAccessKey]] | AccessKeyEventArgs | UIElement | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnChildDesiredSizeChanged(UIElement)|OnChildDesiredSizeChanged]] | UIElement | UIElement | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnContextMenuClosing(ContextMenuEventArgs)|OnContextMenuClosing]] | ContextMenuEventArgs | FrameworkElement | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnContextMenuOpening(ContextMenuEventArgs)|OnContextMenuOpening]] | ContextMenuEventArgs | FrameworkElement | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCreateAutomationPeer()|OnCreateAutomationPeer]] | | UIElement | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#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}}[[#OnGlobeButtonClick(RectangleShape)|OnGlobeButtonClick]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Called when clicking globe button. | | + | |
- | | {{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}}[[#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}}[[#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}}[[#RemoveVisualChild(Visual)|RemoveVisualChild]] | Visual | Visual | | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ActualHeight|ActualHeight]] | Double | FrameworkElement | | | + | * Description:N/A |
- | | {{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 | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] | This property gets or sets the content of this map tool. It's a DependencyProperty. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ContextMenu|ContextMenu]] | ContextMenu | FrameworkElement | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentMap|CurrentMap]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap|WpfMap]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] | Gets or sets current map that the mapTool will be drawn on | | + | |
- | | {{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}}[[#DisplayZoomBarText|DisplayZoomBarText]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DisplayZoomBarText|DisplayZoomBarText]] | | Gets and sets whether the track level feature is enabled. | | + | |
- | | {{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}}[[#GlobeButtonImageSource|GlobeButtonImageSource]] | BitmapSource | | Gets or sets the image source for the globe button. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#GlobeButtonVisibility|GlobeButtonVisibility]] | Visibility | | This property gets | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HasAnimatedProperties|HasAnimatedProperties]] | Boolean | UIElement | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Height|Height]] | Double | FrameworkElement | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HorizontalAlignment|HorizontalAlignment]] | HorizontalAlignment | FrameworkElement | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HorizontalContentAlignment|HorizontalContentAlignment]] | HorizontalAlignment | Control | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#InputBindings|InputBindings]] | InputBindingCollection | UIElement | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#InputScope|InputScope]] | InputScope | FrameworkElement | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#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}}[[#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 | | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#IsEnabledCore|IsEnabledCore]] | Boolean | UIElement | | | + | ** {{wiki:PublicMethod.gif|}} Initialize(WpfMap) ** |
- | | {{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 ==== | + | N/A |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#ContextMenuClosing|ContextMenuClosing]] | ContextMenuEventArgs | FrameworkElement | | | + | N/A |
- | | {{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}}[[#GlobeButtonClick|GlobeButtonClick]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.GlobeButtonClickPanZoomBarMapToolEventArgs|GlobeButtonClickPanZoomBarMapToolEventArgs]] | | This event raises when clicking on the Globe button on the PanZoomBar. | | + | |
- | | {{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}}[[#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}}[[#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 ===== | + | == Return Value == |
- | ==== PanZoomBarMapTool() ==== | + | * Type:Void |
- | Constructor of PanZoomBarMapTool class. | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#PanZoomBarMapTool.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#PanZoomBarMapTool.28.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ===== Protected Constructors ===== | + | * //wpfMap// |
- | ===== Public Methods ===== | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap|WpfMap]] |
- | ==== AddHandler(RoutedEvent, Delegate, Boolean) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AddHandler.28RoutedEvent.2C_Delegate.2C_Boolean.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AddHandler.28RoutedEvent.2C_Delegate.2C_Boolean.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | | routedEvent | RoutedEvent<!-- System.Windows.RoutedEvent --> | | | + | |
- | | handler | Delegate<!-- System.Delegate --> | | | + | |
- | | handledEventsToo | Boolean<!-- System.Boolean --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== AddHandler(RoutedEvent, Delegate) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AddHandler.28RoutedEvent.2C_Delegate.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AddHandler.28RoutedEvent.2C_Delegate.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
- | | routedEvent | RoutedEvent<!-- System.Windows.RoutedEvent --> | | | + | * Description:N/A |
- | | handler | Delegate<!-- System.Delegate --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== AddToEventRoute(EventRoute, RoutedEventArgs) ==== | + | ** {{wiki:PublicMethod.gif|}} ShouldSerializeStyle() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AddToEventRoute.28EventRoute.2C_RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AddToEventRoute.28EventRoute.2C_RoutedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | route | EventRoute<!-- System.Windows.EventRoute --> | | | + | N/A |
- | | e | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.2C_HandoffBehavior.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.2C_HandoffBehavior.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | ** {{wiki:PublicMethod.gif|}} ApplyTemplate() ** |
- | | clock | AnimationClock<!-- System.Windows.Media.Animation.AnimationClock --> | | | + | |
- | | handoffBehavior | HandoffBehavior<!-- System.Windows.Media.Animation.HandoffBehavior --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ApplyAnimationClock(DependencyProperty, AnimationClock) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | * Description:N/A |
- | | clock | AnimationClock<!-- System.Windows.Media.Animation.AnimationClock --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ApplyTemplate() ==== | + | ** {{wiki:PublicMethod.gif|}} 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.PanZoomBarMapTool#ApplyTemplate.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ApplyTemplate.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- System.Windows.FrameworkElement --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Arrange(Rect) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Arrange.28Rect.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Arrange.28Rect.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //storyboard// |
- | | finalRect | Rect<!-- System.Windows.Rect --> | | | + | * Type:Storyboard |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} BeginStoryboard(Storyboard,HandoffBehavior) ** |
- | ==== 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.PanZoomBarMapTool#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.2C_HandoffBehavior.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.2C_HandoffBehavior.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | N/A |
- | | animation | AnimationTimeline<!-- System.Windows.Media.Animation.AnimationTimeline --> | | | + | |
- | | handoffBehavior | HandoffBehavior<!-- System.Windows.Media.Animation.HandoffBehavior --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== BeginAnimation(DependencyProperty, AnimationTimeline) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //storyboard// |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | * Type:Storyboard |
- | | animation | AnimationTimeline<!-- System.Windows.Media.Animation.AnimationTimeline --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | * //handoffBehavior// |
- | [[#Public Methods|Go Back]] | + | * Type:HandoffBehavior |
- | ==== BeginInit() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BeginInit.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BeginInit.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} BeginStoryboard(Storyboard,HandoffBehavior,Boolean) ** |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== BeginStoryboard(Storyboard) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BeginStoryboard.28Storyboard.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BeginStoryboard.28Storyboard.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | storyboard | Storyboard<!-- System.Windows.Media.Animation.Storyboard --> | | | + | * Description:N/A |
- | <!-- System.Windows.FrameworkElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //storyboard// |
- | ==== BeginStoryboard(Storyboard, HandoffBehavior) ==== | + | * Type:Storyboard |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BeginStoryboard.28Storyboard.2C_HandoffBehavior.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BeginStoryboard.28Storyboard.2C_HandoffBehavior.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //handoffBehavior// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:HandoffBehavior |
- | | storyboard | Storyboard<!-- System.Windows.Media.Animation.Storyboard --> | | | + | * Description:N/A |
- | | handoffBehavior | HandoffBehavior<!-- System.Windows.Media.Animation.HandoffBehavior --> | | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | * //isControllable// |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== BeginStoryboard(Storyboard, HandoffBehavior, Boolean) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BeginStoryboard.28Storyboard.2C_HandoffBehavior.2C_Boolean.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BeginStoryboard.28Storyboard.2C_HandoffBehavior.2C_Boolean.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ShouldSerializeTriggers() ** |
- | | storyboard | Storyboard<!-- System.Windows.Media.Animation.Storyboard --> | | | + | |
- | | handoffBehavior | HandoffBehavior<!-- System.Windows.Media.Animation.HandoffBehavior --> | | | + | |
- | | isControllable | Boolean<!-- System.Boolean --> | | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== BringIntoView() ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BringIntoView.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BringIntoView.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
+ | * Description:N/A | ||
- | <!-- System.Windows.FrameworkElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== BringIntoView(Rect) ==== | + | ** {{wiki:PublicMethod.gif|}} ShouldSerializeResources() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BringIntoView.28Rect.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BringIntoView.28Rect.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | targetRectangle | Rect<!-- System.Windows.Rect --> | | | + | N/A |
- | <!-- System.Windows.FrameworkElement --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== CaptureMouse() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CaptureMouse.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CaptureMouse.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} FindResource(Object) ** | ||
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== CaptureStylus() ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CaptureStylus.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CaptureStylus.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Object |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //resourceKey// |
- | ==== CaptureTouch(TouchDevice) ==== | + | * Type:Object |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CaptureTouch.28TouchDevice.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CaptureTouch.28TouchDevice.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} TryFindResource(Object) ** |
- | | touchDevice | TouchDevice<!-- System.Windows.Input.TouchDevice --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== CheckAccess() ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CheckAccess.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CheckAccess.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Object |
+ | * Description:N/A | ||
- | <!-- System.Windows.Threading.DispatcherObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //resourceKey// |
- | ==== ClearValue(DependencyPropertyKey) ==== | + | * Type:Object |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ClearValue.28DependencyPropertyKey.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ClearValue.28DependencyPropertyKey.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} SetResourceReference(DependencyProperty,Object) ** |
- | | key | DependencyPropertyKey<!-- System.Windows.DependencyPropertyKey --> | | | + | |
- | <!-- System.Windows.DependencyObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ClearValue(DependencyProperty) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ClearValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ClearValue.28DependencyProperty.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | * Description:N/A |
- | <!-- System.Windows.DependencyObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //dp// |
- | ==== CoerceValue(DependencyProperty) ==== | + | * Type:DependencyProperty |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CoerceValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CoerceValue.28DependencyProperty.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //name// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Object |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | * Description:N/A |
- | <!-- System.Windows.DependencyObject --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetBindingExpression(DependencyProperty) ** |
- | ==== EndInit() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#EndInit.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#EndInit.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- System.Windows.FrameworkElement --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:BindingExpression |
- | ==== Equals(Object) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Equals.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //dp// |
- | | obj | Object<!-- System.Object --> | | | + | * Type:DependencyProperty |
+ | * Description:N/A | ||
- | <!-- System.Object(overriden) --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} SetBinding(DependencyProperty,BindingBase) ** |
- | ==== 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.PanZoomBarMapTool#FindCommonVisualAncestor.28DependencyObject.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FindCommonVisualAncestor.28DependencyObject.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | DependencyObject<!-- System.Windows.DependencyObject --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | otherVisual | DependencyObject<!-- System.Windows.DependencyObject --> | | | + | N/A |
- | <!-- System.Windows.Media.Visual --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:BindingExpressionBase |
- | ==== FindName(String) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FindName.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FindName.28String.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //dp// |
- | | name | String<!-- System.String --> | | | + | * Type:DependencyProperty |
+ | * Description:N/A | ||
- | <!-- System.Windows.FrameworkElement --> | + | * //binding// |
- | [[#Public Methods|Go Back]] | + | * Type:BindingBase |
- | ==== FindResource(Object) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FindResource.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FindResource.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} SetBinding(DependencyProperty,String) ** |
- | | resourceKey | Object<!-- System.Object --> | | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Focus() ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Focus.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Focus.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:BindingExpression |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //dp// |
- | ==== GetAnimationBaseValue(DependencyProperty) ==== | + | * Type:DependencyProperty |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetAnimationBaseValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetAnimationBaseValue.28DependencyProperty.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | * //path// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} BringIntoView() ** |
- | ==== 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.PanZoomBarMapTool#GetBindingExpression.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetBindingExpression.28DependencyProperty.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | BindingExpression<!-- System.Windows.Data.BindingExpression --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | N/A |
- | <!-- System.Windows.FrameworkElement --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== GetHashCode() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetHashCode.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} BringIntoView(Rect) ** | ||
- | <!-- System.Object(overriden) --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetLocalValueEnumerator() ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetLocalValueEnumerator.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetLocalValueEnumerator.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | LocalValueEnumerator<!-- System.Windows.LocalValueEnumerator --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Windows.DependencyObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //targetRectangle// |
- | ==== GetType() ==== | + | * Type:Rect |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetType.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveFocus(TraversalRequest) ** |
- | <!-- System.Object --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetValue(DependencyProperty) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetValue.28DependencyProperty.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | * Description:N/A |
- | <!-- System.Windows.DependencyObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //request// |
- | ==== Initialize(WpfMap) ==== | + | * Type:TraversalRequest |
- | This method initializes map tool. | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Initialize.28WpfMap.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Initialize.28WpfMap.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} PredictFocus(FocusNavigationDirection) ** |
- | | wpfMap | [[ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap|WpfMap]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== InputHitTest(Point) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#InputHitTest.28Point.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#InputHitTest.28Point.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | IInputElement<!-- System.Windows.IInputElement --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:DependencyObject |
- | | point | Point<!-- System.Windows.Point --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //direction// |
- | ==== InvalidateArrange() ==== | + | * Type:FocusNavigationDirection |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#InvalidateArrange.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#InvalidateArrange.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} BeginInit() ** |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== InvalidateMeasure() ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#InvalidateMeasure.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#InvalidateMeasure.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== InvalidateProperty(DependencyProperty) ==== | + | ** {{wiki:PublicMethod.gif|}} EndInit() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#InvalidateProperty.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#InvalidateProperty.28DependencyProperty.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | N/A |
- | <!-- System.Windows.DependencyObject --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== InvalidateVisual() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#InvalidateVisual.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#InvalidateVisual.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} RegisterName(String,Object) ** | ||
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== IsAncestorOf(DependencyObject) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsAncestorOf.28DependencyObject.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsAncestorOf.28DependencyObject.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | descendant | DependencyObject<!-- System.Windows.DependencyObject --> | | | + | * Description:N/A |
- | <!-- System.Windows.Media.Visual --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //name// |
- | ==== IsDescendantOf(DependencyObject) ==== | + | * Type:String |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsDescendantOf.28DependencyObject.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsDescendantOf.28DependencyObject.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | * //scopedElement// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Object |
- | | ancestor | DependencyObject<!-- System.Windows.DependencyObject --> | | | + | * Description:N/A |
- | <!-- System.Windows.Media.Visual --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} UnregisterName(String) ** |
- | ==== 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.PanZoomBarMapTool#Measure.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Measure.28Size.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | availableSize | Size<!-- System.Windows.Size --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== MoveFocus(TraversalRequest) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MoveFocus.28TraversalRequest.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MoveFocus.28TraversalRequest.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //name// |
- | | request | TraversalRequest<!-- System.Windows.Input.TraversalRequest --> | | | + | * Type:String |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement(overriden) --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} FindName(String) ** |
- | ==== OnApplyTemplate() ==== | + | |
- | Applys the template of the PanZoomBarMapTool class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnApplyTemplate.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnApplyTemplate.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- System.Windows.FrameworkElement(overriden) --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Object |
- | ==== PointFromScreen(Point) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#PointFromScreen.28Point.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#PointFromScreen.28Point.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Point<!-- System.Windows.Point --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //name// |
- | | point | Point<!-- System.Windows.Point --> | | | + | * Type:String |
+ | * Description:N/A | ||
- | <!-- System.Windows.Media.Visual --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} UpdateDefaultStyle() ** |
- | ==== 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.PanZoomBarMapTool#PointToScreen.28Point.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#PointToScreen.28Point.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Point<!-- System.Windows.Point --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | point | Point<!-- System.Windows.Point --> | | | + | N/A |
- | <!-- System.Windows.Media.Visual --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== PredictFocus(FocusNavigationDirection) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#PredictFocus.28FocusNavigationDirection.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#PredictFocus.28FocusNavigationDirection.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | DependencyObject<!-- System.Windows.DependencyObject --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | direction | FocusNavigationDirection<!-- System.Windows.Input.FocusNavigationDirection --> | | | + | ** {{wiki:PublicMethod.gif|}} ApplyAnimationClock(DependencyProperty,AnimationClock) ** |
- | <!-- System.Windows.UIElement(overriden) --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== RaiseEvent(RoutedEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#RaiseEvent.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#RaiseEvent.28RoutedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //dp// |
- | ==== ReadLocalValue(DependencyProperty) ==== | + | * Type:DependencyProperty |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ReadLocalValue.28DependencyProperty.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ReadLocalValue.28DependencyProperty.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | * //clock// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:AnimationClock |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | * Description:N/A |
- | <!-- System.Windows.DependencyObject --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ApplyAnimationClock(DependencyProperty,AnimationClock,HandoffBehavior) ** |
- | ==== 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.PanZoomBarMapTool#RegisterName.28String.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#RegisterName.28String.2C_Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | name | String<!-- System.String --> | | | + | N/A |
- | | scopedElement | Object<!-- System.Object --> | | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== ReleaseAllTouchCaptures() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ReleaseAllTouchCaptures.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ReleaseAllTouchCaptures.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //dp// |
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | * //clock// |
- | [[#Public Methods|Go Back]] | + | * Type:AnimationClock |
- | ==== ReleaseMouseCapture() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ReleaseMouseCapture.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ReleaseMouseCapture.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //handoffBehavior// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:HandoffBehavior |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} BeginAnimation(DependencyProperty,AnimationTimeline) ** |
- | ==== ReleaseStylusCapture() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ReleaseStylusCapture.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ReleaseStylusCapture.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== ReleaseTouchCapture(TouchDevice) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ReleaseTouchCapture.28TouchDevice.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ReleaseTouchCapture.28TouchDevice.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //dp// |
- | | touchDevice | TouchDevice<!-- System.Windows.Input.TouchDevice --> | | | + | * Type:DependencyProperty |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | * //animation// |
- | [[#Public Methods|Go Back]] | + | * Type:AnimationTimeline |
- | ==== RemoveHandler(RoutedEvent, Delegate) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#RemoveHandler.28RoutedEvent.2C_Delegate.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#RemoveHandler.28RoutedEvent.2C_Delegate.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} BeginAnimation(DependencyProperty,AnimationTimeline,HandoffBehavior) ** |
- | | routedEvent | RoutedEvent<!-- System.Windows.RoutedEvent --> | | | + | |
- | | handler | Delegate<!-- System.Delegate --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== SetBinding(DependencyProperty, String) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SetBinding.28DependencyProperty.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SetBinding.28DependencyProperty.2C_String.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | BindingExpression<!-- System.Windows.Data.BindingExpression --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | * Description:N/A |
- | | path | String<!-- System.String --> | | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //dp// |
- | ==== SetBinding(DependencyProperty, BindingBase) ==== | + | * Type:DependencyProperty |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SetBinding.28DependencyProperty.2C_BindingBase.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SetBinding.28DependencyProperty.2C_BindingBase.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | BindingExpressionBase<!-- System.Windows.Data.BindingExpressionBase --> | | | + | |
- | === Parameters === | + | * //animation// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:AnimationTimeline |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | * Description:N/A |
- | | binding | BindingBase<!-- System.Windows.Data.BindingBase --> | | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | * //handoffBehavior// |
- | [[#Public Methods|Go Back]] | + | * Type:HandoffBehavior |
- | ==== SetCurrentValue(DependencyProperty, Object) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SetCurrentValue.28DependencyProperty.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SetCurrentValue.28DependencyProperty.2C_Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GetAnimationBaseValue(DependencyProperty) ** |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | |
- | | value | Object<!-- System.Object --> | | | + | |
- | <!-- System.Windows.DependencyObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== SetResourceReference(DependencyProperty, Object) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SetResourceReference.28DependencyProperty.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SetResourceReference.28DependencyProperty.2C_Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Object |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | * Description:N/A |
- | | name | Object<!-- System.Object --> | | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //dp// |
- | ==== SetValue(DependencyProperty, Object) ==== | + | * Type:DependencyProperty |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SetValue.28DependencyProperty.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SetValue.28DependencyProperty.2C_Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ShouldSerializeInputBindings() ** |
- | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | + | |
- | | value | Object<!-- System.Object --> | | | + | |
- | <!-- System.Windows.DependencyObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== SetValue(DependencyPropertyKey, Object) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SetValue.28DependencyPropertyKey.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SetValue.28DependencyPropertyKey.2C_Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
- | | key | DependencyPropertyKey<!-- System.Windows.DependencyPropertyKey --> | | | + | * Description:N/A |
- | | value | Object<!-- System.Object --> | | | + | |
- | <!-- System.Windows.DependencyObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ShouldSerializeCommandBindings() ==== | + | ** {{wiki:PublicMethod.gif|}} ShouldSerializeCommandBindings() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeCommandBindings.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeCommandBindings.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== ShouldSerializeInputBindings() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeInputBindings.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeInputBindings.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} RaiseEvent(RoutedEventArgs) ** | ||
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ShouldSerializeResources() ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeResources.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeResources.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Windows.FrameworkElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | ==== ShouldSerializeStyle() ==== | + | * Type:RoutedEventArgs |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeStyle.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeStyle.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} AddHandler(RoutedEvent,Delegate) ** |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ShouldSerializeTriggers() ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeTriggers.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeTriggers.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Windows.FrameworkElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //routedEvent// |
- | ==== ToString() ==== | + | * Type:RoutedEvent |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ToString.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | * //handler// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Delegate |
+ | * Description:N/A | ||
- | <!-- System.Object(overriden) --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} AddHandler(RoutedEvent,Delegate,Boolean) ** |
- | ==== 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.PanZoomBarMapTool#TransformToAncestor.28Visual3D.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TransformToAncestor.28Visual3D.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | GeneralTransform2DTo3D<!-- System.Windows.Media.Media3D.GeneralTransform2DTo3D --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | ancestor | Visual3D<!-- System.Windows.Media.Media3D.Visual3D --> | | | + | N/A |
- | <!-- System.Windows.Media.Visual --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== TransformToAncestor(Visual) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TransformToAncestor.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TransformToAncestor.28Visual.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | GeneralTransform<!-- System.Windows.Media.GeneralTransform --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //routedEvent// |
- | | ancestor | Visual<!-- System.Windows.Media.Visual --> | | | + | * Type:RoutedEvent |
+ | * Description:N/A | ||
- | <!-- System.Windows.Media.Visual --> | + | * //handler// |
- | [[#Public Methods|Go Back]] | + | * Type:Delegate |
- | ==== TransformToDescendant(Visual) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TransformToDescendant.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TransformToDescendant.28Visual.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | GeneralTransform<!-- System.Windows.Media.GeneralTransform --> | | | + | |
- | === Parameters === | + | * //handledEventsToo// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
- | | descendant | Visual<!-- System.Windows.Media.Visual --> | | | + | * Description:N/A |
- | <!-- System.Windows.Media.Visual --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} RemoveHandler(RoutedEvent,Delegate) ** |
- | ==== 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.PanZoomBarMapTool#TransformToVisual.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TransformToVisual.28Visual.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | GeneralTransform<!-- System.Windows.Media.GeneralTransform --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | visual | Visual<!-- System.Windows.Media.Visual --> | | | + | N/A |
- | <!-- System.Windows.Media.Visual --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== TranslatePoint(Point, UIElement) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TranslatePoint.28Point.2C_UIElement.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TranslatePoint.28Point.2C_UIElement.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Point<!-- System.Windows.Point --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //routedEvent// |
- | | point | Point<!-- System.Windows.Point --> | | | + | * Type:RoutedEvent |
- | | relativeTo | UIElement<!-- System.Windows.UIElement --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | * //handler// |
- | [[#Public Methods|Go Back]] | + | * Type:Delegate |
- | ==== TryFindResource(Object) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TryFindResource.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TryFindResource.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} AddToEventRoute(EventRoute,RoutedEventArgs) ** |
- | | resourceKey | Object<!-- System.Object --> | | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== UnregisterName(String) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#UnregisterName.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#UnregisterName.28String.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | name | String<!-- System.String --> | | | + | * Description:N/A |
- | <!-- System.Windows.FrameworkElement --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //route// |
- | ==== UpdateDefaultStyle() ==== | + | * Type:EventRoute |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#UpdateDefaultStyle.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#UpdateDefaultStyle.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //e// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:RoutedEventArgs |
+ | * Description:N/A | ||
- | <!-- System.Windows.FrameworkElement --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} InvalidateMeasure() ** |
- | ==== UpdateLayout() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#UpdateLayout.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#UpdateLayout.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== VerifyAccess() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#VerifyAccess.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#VerifyAccess.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} InvalidateArrange() ** | ||
- | <!-- System.Windows.Threading.DispatcherObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ===== Protected Methods ===== | + | N/A |
- | ==== 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.PanZoomBarMapTool#AddVisualChild.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AddVisualChild.28Visual.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | child | Visual<!-- System.Windows.Media.Visual --> | | | + | * Description:N/A |
- | <!-- System.Windows.Media.Visual --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== ArrangeCore(Rect) ==== | + | ** {{wiki:PublicMethod.gif|}} InvalidateVisual() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ArrangeCore.28Rect.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ArrangeCore.28Rect.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | finalRect | Rect<!-- System.Windows.Rect --> | | | + | N/A |
- | <!-- System.Windows.UIElement(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== ArrangeOverride(Size) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ArrangeOverride.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ArrangeOverride.28Size.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Size<!-- System.Windows.Size --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | arrangeBounds | Size<!-- System.Windows.Size --> | | | + | ** {{wiki:PublicMethod.gif|}} Measure(Size) ** |
- | <!-- System.Windows.FrameworkElement(overriden) --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== EnabledChangedCore(Boolean) ==== | + | N/A |
- | Occurs when the IsEnable 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.PanZoomBarMapTool#EnabledChangedCore.28Boolean.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#EnabledChangedCore.28Boolean.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | newValue | Boolean<!-- System.Boolean --> | Whether the tool is enabled or not. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //availableSize// |
- | ==== Finalize() ==== | + | * Type:Size |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Finalize.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Arrange(Rect) ** |
- | <!-- System.Object --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== GetLayoutClip(Size) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetLayoutClip.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetLayoutClip.28Size.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Geometry<!-- System.Windows.Media.Geometry --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | layoutSlotSize | Size<!-- System.Windows.Size --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //finalRect// |
- | ==== GetVisualChild(Int32) ==== | + | * Type:Rect |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetVisualChild.28Int32.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetVisualChild.28Int32.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Visual<!-- System.Windows.Media.Visual --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} UpdateLayout() ** |
- | | index | Int32<!-- System.Int32 --> | | | + | |
- | <!-- System.Windows.Media.Visual(overriden) --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== HitTestCore(GeometryHitTestParameters) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#HitTestCore.28GeometryHitTestParameters.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#HitTestCore.28GeometryHitTestParameters.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | GeometryHitTestResult<!-- System.Windows.Media.GeometryHitTestResult --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | hitTestParameters | GeometryHitTestParameters<!-- System.Windows.Media.GeometryHitTestParameters --> | | | + | * Description:N/A |
- | <!-- System.Windows.Media.Visual(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== HitTestCore(PointHitTestParameters) ==== | + | ** {{wiki:PublicMethod.gif|}} 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.PanZoomBarMapTool#HitTestCore.28PointHitTestParameters.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#HitTestCore.28PointHitTestParameters.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | HitTestResult<!-- System.Windows.Media.HitTestResult --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | hitTestParameters | PointHitTestParameters<!-- System.Windows.Media.PointHitTestParameters --> | | | + | N/A |
- | <!-- System.Windows.Media.Visual(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Point |
- | ==== InitializeCore(WpfMap) ==== | + | * Description:N/A |
- | This method initializes map tool. | + | |
- | === Remarks === | + | |
- | When overriding this method, consider adding map tool onto the map.ToolsGrid panel. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //point// |
- | | wpfMap | [[ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap|WpfMap]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | | | + | * Type:Point |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> | + | * //relativeTo// |
- | [[#Protected Methods|Go Back]] | + | * Type:UIElement |
- | ==== MeasureCore(Size) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MeasureCore.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MeasureCore.28Size.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Size<!-- System.Windows.Size --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} InputHitTest(Point) ** |
- | | availableSize | Size<!-- System.Windows.Size --> | | | + | |
- | <!-- System.Windows.UIElement(overriden) --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== MeasureOverride(Size) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MeasureOverride.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MeasureOverride.28Size.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Size<!-- System.Windows.Size --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:IInputElement |
- | | constraint | Size<!-- System.Windows.Size --> | | | + | * Description:N/A |
- | <!-- System.Windows.FrameworkElement(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //point// |
- | ==== MemberwiseClone() ==== | + | * Type:Point |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MemberwiseClone.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} CaptureMouse() ** |
- | <!-- System.Object --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnAccessKey(AccessKeyEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnAccessKey.28AccessKeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnAccessKey.28AccessKeyEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
- | | e | AccessKeyEventArgs<!-- System.Windows.Input.AccessKeyEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnChildDesiredSizeChanged(UIElement) ==== | + | ** {{wiki:PublicMethod.gif|}} ReleaseMouseCapture() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnChildDesiredSizeChanged.28UIElement.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnChildDesiredSizeChanged.28UIElement.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | child | UIElement<!-- System.Windows.UIElement --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnContextMenuClosing(ContextMenuEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnContextMenuClosing.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnContextMenuClosing.28ContextMenuEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | e | ContextMenuEventArgs<!-- System.Windows.Controls.ContextMenuEventArgs --> | | | + | ** {{wiki:PublicMethod.gif|}} CaptureStylus() ** |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnContextMenuOpening(ContextMenuEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnContextMenuOpening.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnContextMenuOpening.28ContextMenuEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
- | | e | ContextMenuEventArgs<!-- System.Windows.Controls.ContextMenuEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.FrameworkElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnCreateAutomationPeer() ==== | + | ** {{wiki:PublicMethod.gif|}} ReleaseStylusCapture() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnCreateAutomationPeer.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnCreateAutomationPeer.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | AutomationPeer<!-- System.Windows.Automation.Peers.AutomationPeer --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnDragEnter(DragEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnDragEnter.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnDragEnter.28DragEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | + | ** {{wiki:PublicMethod.gif|}} Focus() ** |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnDragLeave(DragEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnDragLeave.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnDragLeave.28DragEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
- | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnDragOver(DragEventArgs) ==== | + | ** {{wiki:PublicMethod.gif|}} 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.PanZoomBarMapTool#OnDragOver.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnDragOver.28DragEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | ==== OnDrop(DragEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnDrop.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnDrop.28DragEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //touchDevice// |
- | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | + | * Type:TouchDevice |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ReleaseTouchCapture(TouchDevice) ** |
- | ==== 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.PanZoomBarMapTool#OnGiveFeedback.28GiveFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGiveFeedback.28GiveFeedbackEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | GiveFeedbackEventArgs<!-- System.Windows.GiveFeedbackEventArgs --> | | | + | N/A |
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //touchDevice// | ||
+ | * Type:TouchDevice | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ReleaseAllTouchCaptures() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} IsAncestorOf(DependencyObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //descendant// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} IsDescendantOf(DependencyObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //ancestor// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} FindCommonVisualAncestor(DependencyObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //otherVisual// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TransformToAncestor(Visual) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:GeneralTransform | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //ancestor// | ||
+ | * Type:Visual | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TransformToAncestor(Visual3D) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:GeneralTransform2DTo3D | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //ancestor// | ||
+ | * Type:Visual3D | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TransformToDescendant(Visual) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:GeneralTransform | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //descendant// | ||
+ | * Type:Visual | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TransformToVisual(Visual) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:GeneralTransform | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //visual// | ||
+ | * Type:Visual | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} PointToScreen(Point) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Point | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //point// | ||
+ | * Type:Point | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} PointFromScreen(Point) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Point | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //point// | ||
+ | * Type:Point | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetValue(DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SetValue(DependencyProperty,Object) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //value// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SetCurrentValue(DependencyProperty,Object) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //value// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SetValue(DependencyPropertyKey,Object) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //key// | ||
+ | * Type:DependencyPropertyKey | ||
+ | * Description:N/A | ||
+ | |||
+ | * //value// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ClearValue(DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ClearValue(DependencyPropertyKey) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //key// | ||
+ | * Type:DependencyPropertyKey | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} CoerceValue(DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} InvalidateProperty(DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ReadLocalValue(DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetLocalValueEnumerator() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:LocalValueEnumerator | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} CheckAccess() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} VerifyAccess() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnGlobeButtonClick(RectangleShape) ** | ||
- | <!-- System.Windows.UIElement --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnGlobeButtonClick(RectangleShape) ==== | ||
Called when clicking globe button. | Called when clicking globe button. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGlobeButtonClick.28RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGlobeButtonClick.28RectangleShape.29</a> | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | | newExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | The new extent. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //newExtent// |
- | ==== OnGotFocus(RoutedEventArgs) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | === Remarks === | + | * Description:The new extent. |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotFocus.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotFocus.28RoutedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} EnabledChangedCore(Boolean) ** |
- | | e | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement(overriden) --> | + | Occurs when the IsEnable property is changed. |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //newValue// |
- | ==== OnGotMouseCapture(MouseEventArgs) ==== | + | * Type:Boolean |
- | === Remarks === | + | * Description:Whether the tool is enabled or not. |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotMouseCapture.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotMouseCapture.28MouseEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} InitializeCore(WpfMap) ** |
- | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnGotStylusCapture(StylusEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotStylusCapture.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotStylusCapture.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //wpfMap// |
- | ==== OnGotTouchCapture(TouchEventArgs) ==== | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap|WpfMap]] |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotTouchCapture.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotTouchCapture.28TouchEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnTemplateChangedInternal(FrameworkTemplate,FrameworkTemplate) ** |
- | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnInitialized(EventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnInitialized.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnInitialized.28EventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | EventArgs<!-- System.EventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.FrameworkElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //oldTemplate// |
- | ==== OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) ==== | + | * Type:FrameworkTemplate |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //newTemplate// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:FrameworkTemplate |
- | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnTemplateChanged(ControlTemplate,ControlTemplate) ** |
- | ==== 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.PanZoomBarMapTool#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //oldTemplate// |
- | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | + | * Type:ControlTemplate |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | * //newTemplate// |
- | [[#Protected Methods|Go Back]] | + | * Type:ControlTemplate |
- | ==== OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnPreviewMouseDoubleClick(MouseButtonEventArgs) ** |
- | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) ==== | + | * Type:MouseButtonEventArgs |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnMouseDoubleClick(MouseButtonEventArgs) ** |
- | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) ==== | + | * Type:MouseButtonEventArgs |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnPreApplyTemplate() ** |
- | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnKeyDown(KeyEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnKeyDown.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnKeyDown.28KeyEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnKeyUp(KeyEventArgs) ==== | + | ** {{wiki:ProtectedMethod.gif|}} OnPostApplyTemplate() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnKeyUp.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnKeyUp.28KeyEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnLostFocus(RoutedEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostFocus.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostFocus.28RoutedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | e | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | | + | ** {{wiki:ProtectedMethod.gif|}} UpdateVisualState() ** |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnLostMouseCapture(MouseEventArgs) ==== | + | ** {{wiki:ProtectedMethod.gif|}} UpdateVisualState(Boolean) ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostMouseCapture.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostMouseCapture.28MouseEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnLostStylusCapture(StylusEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostStylusCapture.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostStylusCapture.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //useTransitions// |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | * Type:Boolean |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} ChangeVisualState(Boolean) ** |
- | ==== 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.PanZoomBarMapTool#OnLostTouchCapture.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostTouchCapture.28TouchEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //useTransitions// |
- | | e | ManipulationBoundaryFeedbackEventArgs<!-- System.Windows.Input.ManipulationBoundaryFeedbackEventArgs --> | | | + | * Type:Boolean |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} ChangeValidationVisualState(Boolean) ** |
- | ==== 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.PanZoomBarMapTool#OnManipulationCompleted.28ManipulationCompletedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationCompleted.28ManipulationCompletedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | ManipulationCompletedEventArgs<!-- System.Windows.Input.ManipulationCompletedEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnManipulationDelta(ManipulationDeltaEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationDelta.28ManipulationDeltaEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationDelta.28ManipulationDeltaEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //useTransitions// |
- | | e | ManipulationDeltaEventArgs<!-- System.Windows.Input.ManipulationDeltaEventArgs --> | | | + | * Type:Boolean |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} MeasureOverride(Size) ** |
- | ==== 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.PanZoomBarMapTool#OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | ManipulationInertiaStartingEventArgs<!-- System.Windows.Input.ManipulationInertiaStartingEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Size |
- | ==== OnManipulationStarted(ManipulationStartedEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationStarted.28ManipulationStartedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationStarted.28ManipulationStartedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //constraint// |
- | | e | ManipulationStartedEventArgs<!-- System.Windows.Input.ManipulationStartedEventArgs --> | | | + | * Type:Size |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} ArrangeOverride(Size) ** |
- | ==== 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.PanZoomBarMapTool#OnManipulationStarting.28ManipulationStartingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationStarting.28ManipulationStartingEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | ManipulationStartingEventArgs<!-- System.Windows.Input.ManipulationStartingEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Size |
- | ==== OnMouseDoubleClick(MouseButtonEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseDoubleClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseDoubleClick.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //arrangeBounds// |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | * Type:Size |
+ | * Description:N/A | ||
- | <!-- System.Windows.Controls.Control --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} ReadControlFlag(ControlBoolFlags) ** |
- | ==== 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.PanZoomBarMapTool#OnMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseDown.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | ==== OnMouseEnter(MouseEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseEnter.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseEnter.28MouseEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //reqFlag// |
- | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | + | * Type:ControlBoolFlags |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} WriteControlFlag(ControlBoolFlags,Boolean) ** |
- | ==== 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.PanZoomBarMapTool#OnMouseLeave.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseLeave.28MouseEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnMouseLeftButtonDown(MouseButtonEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseLeftButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseLeftButtonDown.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //reqFlag// |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | * Type:ControlBoolFlags |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | * //set// |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | ==== OnMouseLeftButtonUp(MouseButtonEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseLeftButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseLeftButtonUp.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnStyleChanged(Style,Style) ** |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnMouseMove(MouseEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseMove.28MouseEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //oldStyle// |
- | ==== OnMouseRightButtonDown(MouseButtonEventArgs) ==== | + | * Type:Style |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseRightButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseRightButtonDown.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //newStyle// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Style |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} ParentLayoutInvalidated(UIElement) ** |
- | ==== 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.PanZoomBarMapTool#OnMouseRightButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseRightButtonUp.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnMouseUp(MouseButtonEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseUp.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //child// |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | * Type:UIElement |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetVisualChild(Int32) ** |
- | ==== 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.PanZoomBarMapTool#OnMouseWheel.28MouseWheelEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseWheel.28MouseWheelEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | MouseWheelEventArgs<!-- System.Windows.Input.MouseWheelEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Visual |
- | ==== OnPreviewDragEnter(DragEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewDragEnter.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewDragEnter.28DragEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //index// |
- | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | + | * Type:Int32 |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetTemplateChild(String) ** |
- | ==== 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.PanZoomBarMapTool#OnPreviewDragLeave.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewDragLeave.28DragEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:DependencyObject |
- | ==== OnPreviewDragOver(DragEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewDragOver.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewDragOver.28DragEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //childName// |
- | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | + | * Type:String |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} HasNonDefaultValue(DependencyProperty) ** |
- | ==== 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.PanZoomBarMapTool#OnPreviewDrop.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewDrop.28DragEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | DragEventArgs<!-- System.Windows.DragEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | ==== OnPreviewGiveFeedback(GiveFeedbackEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //dp// |
- | | e | GiveFeedbackEventArgs<!-- System.Windows.GiveFeedbackEventArgs --> | | | + | * Type:DependencyProperty |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} EvaluateBaseValueCore(DependencyProperty,PropertyMetadata,EffectiveValueEntry&) ** |
- | ==== 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.PanZoomBarMapTool#OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnPreviewKeyDown(KeyEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewKeyDown.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewKeyDown.28KeyEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //dp// |
- | | e | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | | + | * Type:DependencyProperty |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | * //metadata// |
- | [[#Protected Methods|Go Back]] | + | * Type:PropertyMetadata |
- | ==== OnPreviewKeyUp(KeyEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewKeyUp.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewKeyUp.28KeyEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //newEntry// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:EffectiveValueEntry& |
- | | e | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetRawValue(DependencyProperty,PropertyMetadata,EffectiveValueEntry&) ** |
- | ==== 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.PanZoomBarMapTool#OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnPreviewMouseDoubleClick(MouseButtonEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //dp// |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | * Type:DependencyProperty |
+ | * Description:N/A | ||
- | <!-- System.Windows.Controls.Control --> | + | * //metadata// |
- | [[#Protected Methods|Go Back]] | + | * Type:PropertyMetadata |
- | ==== OnPreviewMouseDown(MouseButtonEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseDown.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //entry// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:EffectiveValueEntry& |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetExpressionCore(DependencyProperty,PropertyMetadata) ** |
- | ==== 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.PanZoomBarMapTool#OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Expression |
- | ==== OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //dp// |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | * Type:DependencyProperty |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | * //metadata// |
- | [[#Protected Methods|Go Back]] | + | * Type:PropertyMetadata |
- | ==== OnPreviewMouseMove(MouseEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseMove.28MouseEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnPropertyChanged(DependencyPropertyChangedEventArgs) ** |
- | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnPreviewMouseRightButtonDown(MouseButtonEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== OnPreviewMouseRightButtonUp(MouseButtonEventArgs) ==== | + | * Type:DependencyPropertyChangedEventArgs |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetPlainText() ** |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnPreviewMouseUp(MouseButtonEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseUp.28MouseButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
- | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnPreviewMouseWheel(MouseWheelEventArgs) ==== | + | ** {{wiki:ProtectedMethod.gif|}} pushTextRenderingMode() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseWheel.28MouseWheelEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseWheel.28MouseWheelEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | MouseWheelEventArgs<!-- System.Windows.Input.MouseWheelEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | e | QueryContinueDragEventArgs<!-- System.Windows.QueryContinueDragEventArgs --> | | | + | ** {{wiki:ProtectedMethod.gif|}} OnAncestorChanged() ** |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnPreviewStylusButtonDown(StylusButtonEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnPreviewStylusButtonUp(StylusButtonEventArgs) ==== | + | ** {{wiki:ProtectedMethod.gif|}} OnVisualParentChanged(DependencyObject) ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnPreviewStylusDown(StylusDownEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusDown.28StylusDownEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusDown.28StylusDownEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //oldParent// |
- | | e | StylusDownEventArgs<!-- System.Windows.Input.StylusDownEventArgs --> | | | + | * Type:DependencyObject |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnVisualAncestorChanged(Object,AncestorChangedEventArgs) ** |
- | ==== 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.PanZoomBarMapTool#OnPreviewStylusInAirMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusInAirMove.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnPreviewStylusInRange(StylusEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusInRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusInRange.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //sender// |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | * Type:Object |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | * //e// |
- | [[#Protected Methods|Go Back]] | + | * Type:AncestorChangedEventArgs |
- | ==== OnPreviewStylusMove(StylusEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusMove.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetUIParentCore() ** |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnPreviewStylusOutOfRange(StylusEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusOutOfRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusOutOfRange.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:DependencyObject |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) ==== | + | ** {{wiki:ProtectedMethod.gif|}} AdjustEventSource(RoutedEventArgs) ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | StylusSystemGestureEventArgs<!-- System.Windows.Input.StylusSystemGestureEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Object |
- | ==== OnPreviewStylusUp(StylusEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusUp.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusUp.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //args// |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | * Type:RoutedEventArgs |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} AdjustBranchSource(RoutedEventArgs) ** |
- | ==== 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.PanZoomBarMapTool#OnPreviewTextInput.28TextCompositionEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTextInput.28TextCompositionEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | TextCompositionEventArgs<!-- System.Windows.Input.TextCompositionEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnPreviewTouchDown(TouchEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchDown.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchDown.28TouchEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //args// |
- | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | + | * Type:RoutedEventArgs |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} BuildRouteCore(EventRoute,RoutedEventArgs) ** |
- | ==== 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.PanZoomBarMapTool#OnPreviewTouchMove.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchMove.28TouchEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | ==== OnPreviewTouchUp(TouchEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchUp.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchUp.28TouchEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //route// |
- | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | + | * Type:EventRoute |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | * //args// |
- | [[#Protected Methods|Go Back]] | + | * Type:RoutedEventArgs |
- | ==== OnPropertyChanged(DependencyPropertyChangedEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPropertyChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPropertyChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} BuildRouteCoreHelper(EventRoute,RoutedEventArgs,Boolean) ** |
- | | e | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | + | |
- | <!-- System.Windows.DependencyObject(overriden) --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnQueryContinueDrag(QueryContinueDragEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnQueryContinueDrag.28QueryContinueDragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnQueryContinueDrag.28QueryContinueDragEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
- | | e | QueryContinueDragEventArgs<!-- System.Windows.QueryContinueDragEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //route// |
- | ==== OnQueryCursor(QueryCursorEventArgs) ==== | + | * Type:EventRoute |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnQueryCursor.28QueryCursorEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnQueryCursor.28QueryCursorEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //args// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:RoutedEventArgs |
- | | e | QueryCursorEventArgs<!-- System.Windows.Input.QueryCursorEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | * //shouldAddIntermediateElementsToRoute// |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | ==== OnRender(DrawingContext) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnRender.28DrawingContext.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnRender.28DrawingContext.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} AddToEventRouteCore(EventRoute,RoutedEventArgs) ** |
- | | drawingContext | DrawingContext<!-- System.Windows.Media.DrawingContext --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnStylusButtonDown(StylusButtonEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusButtonDown.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusButtonDown.28StylusButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //route// |
- | ==== OnStylusButtonUp(StylusButtonEventArgs) ==== | + | * Type:EventRoute |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusButtonUp.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusButtonUp.28StylusButtonEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //args// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:RoutedEventArgs |
- | | e | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} IgnoreModelParentBuildRoute(RoutedEventArgs) ** |
- | ==== 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.PanZoomBarMapTool#OnStylusDown.28StylusDownEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusDown.28StylusDownEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | StylusDownEventArgs<!-- System.Windows.Input.StylusDownEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | ==== OnStylusEnter(StylusEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusEnter.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusEnter.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //args// |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | * Type:RoutedEventArgs |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} InvalidateAutomationAncestorsCore(Stack<DependencyObject>,Boolean&) ** |
- | ==== 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.PanZoomBarMapTool#OnStylusInAirMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusInAirMove.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | ==== OnStylusInRange(StylusEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusInRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusInRange.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //branchNodeStack// |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | * Type:Stack<DependencyObject> |
+ | * Description:N/A | ||
- | <!-- System.Windows.UIElement --> | + | * //continuePastCoreTree// |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean& |
- | ==== OnStylusLeave(StylusEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusLeave.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusLeave.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} InvalidateAutomationAncestorsCoreHelper(Stack<DependencyObject>,Boolean&,Boolean) ** |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnStylusMove(StylusEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusMove.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //branchNodeStack// |
- | ==== OnStylusOutOfRange(StylusEventArgs) ==== | + | * Type:Stack<DependencyObject> |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusOutOfRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusOutOfRange.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //continuePastCoreTree// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean& |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | * //shouldInvalidateIntermediateElements// |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | ==== OnStylusSystemGesture(StylusSystemGestureEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusSystemGesture.28StylusSystemGestureEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusSystemGesture.28StylusSystemGestureEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} MeasureCore(Size) ** |
- | | e | StylusSystemGestureEventArgs<!-- System.Windows.Input.StylusSystemGestureEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnStylusUp(StylusEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusUp.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusUp.28StylusEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Size |
- | | e | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //availableSize// |
- | ==== OnTemplateChanged(ControlTemplate, ControlTemplate) ==== | + | * Type:Size |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTemplateChanged.28ControlTemplate.2C_ControlTemplate.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTemplateChanged.28ControlTemplate.2C_ControlTemplate.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} ArrangeCore(Rect) ** |
- | | oldTemplate | ControlTemplate<!-- System.Windows.Controls.ControlTemplate --> | | | + | |
- | | newTemplate | ControlTemplate<!-- System.Windows.Controls.ControlTemplate --> | | | + | |
- | <!-- System.Windows.Controls.Control --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnTextInput(TextCompositionEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTextInput.28TextCompositionEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTextInput.28TextCompositionEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | TextCompositionEventArgs<!-- System.Windows.Input.TextCompositionEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //finalRect// |
- | ==== OnToolTipClosing(ToolTipEventArgs) ==== | + | * Type:Rect |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnToolTipClosing.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnToolTipClosing.28ToolTipEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnRenderSizeChanged(SizeChangedInfo) ** |
- | | e | ToolTipEventArgs<!-- System.Windows.Controls.ToolTipEventArgs --> | | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnToolTipOpening(ToolTipEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnToolTipOpening.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnToolTipOpening.28ToolTipEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | ToolTipEventArgs<!-- System.Windows.Controls.ToolTipEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.FrameworkElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //sizeInfo// |
- | ==== OnTouchDown(TouchEventArgs) ==== | + | * Type:SizeChangedInfo |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTouchDown.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTouchDown.28TouchEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetLayoutClip(Size) ** |
- | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnTouchEnter(TouchEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTouchEnter.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTouchEnter.28TouchEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Geometry |
- | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //layoutSlotSize// |
- | ==== OnTouchLeave(TouchEventArgs) ==== | + | * Type:Size |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTouchLeave.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTouchLeave.28TouchEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetLayoutClipInternal() ** |
- | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnTouchMove(TouchEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTouchMove.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTouchMove.28TouchEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Geometry |
- | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | + | * Description:N/A |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnTouchUp(TouchEventArgs) ==== | + | ** {{wiki:ProtectedMethod.gif|}} 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.PanZoomBarMapTool#OnTouchUp.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTouchUp.28TouchEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | | + | N/A |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== RemoveVisualChild(Visual) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#RemoveVisualChild.28Visual.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#RemoveVisualChild.28Visual.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
- | | child | Visual<!-- System.Windows.Media.Visual --> | | | + | * Type:RoutedEventArgs |
+ | * Description:N/A | ||
- | <!-- System.Windows.Media.Visual --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnInitialized(EventArgs) ** |
- | ===== 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.PanZoomBarMapTool#ActualHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ActualHeight</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ActualWidth ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ActualWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ActualWidth</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== AllowDrop ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AllowDrop" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AllowDrop</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //e// |
- | ==== AreAnyTouchesCaptured ==== | + | * Type:EventArgs |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesCaptured" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesCaptured</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnPresentationSourceChanged(Boolean) ** |
- | ==== AreAnyTouchesCapturedWithin ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesCapturedWithin" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesCapturedWithin</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== AreAnyTouchesDirectlyOver ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesDirectlyOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesDirectlyOver</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== AreAnyTouchesOver ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesOver</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //attached// |
- | ==== Background ==== | + | * Type:Boolean |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Background" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Background</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Brush<!-- System.Windows.Media.Brush --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnAddHandler(RoutedEvent,Delegate) ** |
- | ==== BindingGroup ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BindingGroup" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BindingGroup</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | BindingGroup<!-- System.Windows.Data.BindingGroup --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== BorderBrush ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BorderBrush" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BorderBrush</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Brush<!-- System.Windows.Media.Brush --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== BorderThickness ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BorderThickness" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#BorderThickness</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Thickness<!-- System.Windows.Thickness --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //routedEvent// |
- | ==== CacheMode ==== | + | * Type:RoutedEvent |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CacheMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CacheMode</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | CacheMode<!-- System.Windows.Media.CacheMode --> | | + | |
- | <!-- System.Windows.UIElement --> | + | * //handler// |
- | [[#Public Properties|Go Back]] | + | * Type:Delegate |
- | ==== Clip ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetLayoutClip.28Size.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GetLayoutClip.28Size.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Geometry<!-- System.Windows.Media.Geometry --> | | + | |
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnRemoveHandler(RoutedEvent,Delegate) ** |
- | ==== ClipToBounds ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ClipToBounds" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ClipToBounds</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== CommandBindings ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeCommandBindings.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeCommandBindings.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | CommandBindingCollection<!-- System.Windows.Input.CommandBindingCollection --> | | + | |
- | <!-- System.Windows.UIElement --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== Content ==== | + | * Description:N/A |
- | This property gets or sets the content of this map tool. It's a DependencyProperty. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Content" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Content</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Object<!-- System.Object --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //routedEvent// |
- | ==== ContextMenu ==== | + | * Type:RoutedEvent |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnContextMenuClosing.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnContextMenuClosing.28ContextMenuEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | ContextMenu<!-- System.Windows.Controls.ContextMenu --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | * //handler// |
- | [[#Public Properties|Go Back]] | + | * Type:Delegate |
- | ==== CurrentMap ==== | + | * Description:N/A |
- | Gets or sets current map that the mapTool will be drawn on | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CurrentMap" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#CurrentMap</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap|WpfMap]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnLoaded(RoutedEventArgs) ** |
- | ==== Cursor ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnQueryCursor.28QueryCursorEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnQueryCursor.28QueryCursorEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Cursor<!-- System.Windows.Input.Cursor --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== DataContext ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#DataContext" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#DataContext</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Object<!-- System.Object --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== DependencyObjectType ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#DependencyObjectType" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#DependencyObjectType</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | DependencyObjectType<!-- System.Windows.DependencyObjectType --> | | + | |
- | <!-- System.Windows.DependencyObject --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //args// |
- | ==== DesiredSize ==== | + | * Type:RoutedEventArgs |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnChildDesiredSizeChanged.28UIElement.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnChildDesiredSizeChanged.28UIElement.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Size<!-- System.Windows.Size --> | | + | |
- | <!-- System.Windows.UIElement --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnUnloaded(RoutedEventArgs) ** |
- | ==== Dispatcher ==== | + | |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Dispatcher" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Dispatcher</a> | + | == Remarks == |
- | === Return Value === | + | N/A |
- | ^ Return Type ^ | + | |
- | | Dispatcher<!-- System.Windows.Threading.Dispatcher --> | | + | == Return Value == |
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:RoutedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} AddSynchronizedInputPreOpportunityHandlerCore(EventRoute,RoutedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //route// | ||
+ | * Type:EventRoute | ||
+ | * Description:N/A | ||
+ | |||
+ | * //args// | ||
+ | * Type:RoutedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RaiseClrEvent(EventPrivateKey,EventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //key// | ||
+ | * Type:EventPrivateKey | ||
+ | * Description:N/A | ||
+ | |||
+ | * //args// | ||
+ | * Type:EventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnToolTipOpening(ToolTipEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:ToolTipEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnToolTipClosing(ToolTipEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:ToolTipEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnContextMenuOpening(ContextMenuEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:ContextMenuEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnContextMenuClosing(ContextMenuEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:ContextMenuEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} EventHandlersStoreAdd(EventPrivateKey,Delegate) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //key// | ||
+ | * Type:EventPrivateKey | ||
+ | * Description:N/A | ||
+ | |||
+ | * //handler// | ||
+ | * Type:Delegate | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} EventHandlersStoreRemove(EventPrivateKey,Delegate) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //key// | ||
+ | * Type:EventPrivateKey | ||
+ | * Description:N/A | ||
+ | |||
+ | * //handler// | ||
+ | * Type:Delegate | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ReadInternalFlag(InternalFlags) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //reqFlag// | ||
+ | * Type:InternalFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ReadInternalFlag2(InternalFlags2) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //reqFlag// | ||
+ | * Type:InternalFlags2 | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} WriteInternalFlag(InternalFlags,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //reqFlag// | ||
+ | * Type:InternalFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | * //set// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} WriteInternalFlag2(InternalFlags2,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //reqFlag// | ||
+ | * Type:InternalFlags2 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //set// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} FindName(String,DependencyObject&) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //name// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //scopeOwner// | ||
+ | * Type:DependencyObject& | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} FindResourceOnSelf(Object,Boolean,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //resourceKey// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //allowDeferredResourceReference// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | * //mustReturnDeferredResourceReference// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ContextVerifiedGetParent() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} AddLogicalChild(Object) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //child// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RemoveLogicalChild(Object) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //child// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ChangeLogicalParent(DependencyObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //newParent// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnNewParent(DependencyObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //newParent// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnAncestorChangedInternal(TreeChangeInfo) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //parentTreeState// | ||
+ | * Type:TreeChangeInfo | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InvalidateTreeDependentProperties(TreeChangeInfo,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:FrugalObjectList<DependencyProperty> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //parentTreeState// | ||
+ | * Type:TreeChangeInfo | ||
+ | * Description:N/A | ||
+ | |||
+ | * //isSelfInheritanceParent// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} UpdateStyleProperty() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} UpdateThemeStyleProperty() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnThemeChanged() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} FireLoadedOnDescendentsInternal() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} FireUnloadedOnDescendentsInternal() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ShouldProvideInheritanceContext(DependencyObject,DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //target// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //property// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} AddInheritanceContext(DependencyObject,DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //context// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //property// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RemoveInheritanceContext(DependencyObject,DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //context// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //property// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnInheritanceContextChangedCore(EventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:EventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ChangeSubtreeHasLoadedChangedHandler(DependencyObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //mentor// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RaiseInheritedPropertyChangedEvent(InheritablePropertyChangeInfo&) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //info// | ||
+ | * Type:InheritablePropertyChangeInfo& | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} EvaluateAnimatedValueCore(DependencyProperty,PropertyMetadata,EffectiveValueEntry&) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //metadata// | ||
+ | * Type:PropertyMetadata | ||
+ | * Description:N/A | ||
+ | |||
+ | * //entry// | ||
+ | * Type:EffectiveValueEntry& | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} BuildRoute(EventRoute,RoutedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //route// | ||
+ | * Type:EventRoute | ||
+ | * Description:N/A | ||
+ | |||
+ | * //args// | ||
+ | * Type:RoutedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RaiseEvent(RoutedEventArgs,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:RoutedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | * //trusted// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RaiseTrustedEvent(RoutedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:RoutedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} EnsureEventHandlersStore() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewMouseDown(MouseButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnMouseDown(MouseButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewMouseUp(MouseButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnMouseUp(MouseButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnMouseLeftButtonDown(MouseButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnMouseLeftButtonUp(MouseButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewMouseRightButtonDown(MouseButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnMouseRightButtonDown(MouseButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewMouseRightButtonUp(MouseButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnMouseRightButtonUp(MouseButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewMouseMove(MouseEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnMouseMove(MouseEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewMouseWheel(MouseWheelEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseWheelEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnMouseWheel(MouseWheelEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseWheelEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnMouseEnter(MouseEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnMouseLeave(MouseEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnGotMouseCapture(MouseEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnLostMouseCapture(MouseEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:MouseEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnQueryCursor(QueryCursorEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:QueryCursorEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewStylusDown(StylusDownEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusDownEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnStylusDown(StylusDownEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusDownEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewStylusUp(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnStylusUp(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewStylusMove(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnStylusMove(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewStylusInAirMove(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnStylusInAirMove(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnStylusEnter(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnStylusLeave(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewStylusInRange(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnStylusInRange(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewStylusOutOfRange(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnStylusOutOfRange(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusSystemGestureEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnStylusSystemGesture(StylusSystemGestureEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusSystemGestureEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnGotStylusCapture(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnLostStylusCapture(StylusEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnStylusButtonDown(StylusButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnStylusButtonUp(StylusButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewStylusButtonDown(StylusButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewStylusButtonUp(StylusButtonEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:StylusButtonEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewKeyDown(KeyEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:KeyEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnKeyDown(KeyEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:KeyEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewKeyUp(KeyEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:KeyEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnKeyUp(KeyEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:KeyEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:KeyboardFocusChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:KeyboardFocusChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:KeyboardFocusChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:KeyboardFocusChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewTextInput(TextCompositionEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:TextCompositionEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnTextInput(TextCompositionEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:TextCompositionEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:QueryContinueDragEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnQueryContinueDrag(QueryContinueDragEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:QueryContinueDragEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewGiveFeedback(GiveFeedbackEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:GiveFeedbackEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnGiveFeedback(GiveFeedbackEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:GiveFeedbackEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewDragEnter(DragEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DragEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDragEnter(DragEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DragEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewDragOver(DragEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DragEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDragOver(DragEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DragEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewDragLeave(DragEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DragEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDragLeave(DragEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DragEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewDrop(DragEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DragEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrop(DragEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DragEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewTouchDown(TouchEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:TouchEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnTouchDown(TouchEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:TouchEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewTouchMove(TouchEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:TouchEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnTouchMove(TouchEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:TouchEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPreviewTouchUp(TouchEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:TouchEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnTouchUp(TouchEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:TouchEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnGotTouchCapture(TouchEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:TouchEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnLostTouchCapture(TouchEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:TouchEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnTouchEnter(TouchEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:TouchEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnTouchLeave(TouchEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:TouchEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DependencyPropertyChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DependencyPropertyChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RaiseIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:DependencyPropertyChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DependencyPropertyChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DependencyPropertyChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RaiseIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:DependencyPropertyChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DependencyPropertyChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DependencyPropertyChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DependencyPropertyChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RaiseIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:DependencyPropertyChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:DependencyPropertyChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ReadFlag(CoreFlags) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //field// | ||
+ | * Type:CoreFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} WriteFlag(CoreFlags,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //field// | ||
+ | * Type:CoreFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | * //value// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InvalidateMeasureInternal() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InvalidateArrangeInternal() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnChildDesiredSizeChanged(UIElement) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //child// | ||
+ | * Type:UIElement | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetUIParentOrICH(UIElement&,IContentHost&) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //uiParent// | ||
+ | * Type:UIElement& | ||
+ | * Description:N/A | ||
+ | |||
+ | * //ich// | ||
+ | * Type:IContentHost& | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetUIParentWithinLayoutIsland() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:UIElement | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnRender(DrawingContext) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //drawingContext// | ||
+ | * Type:DrawingContext | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetHitTestBounds() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Rect | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnVisualAncestorChanged(Object,AncestorChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //e// | ||
+ | * Type:AncestorChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetUIParent() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetUIParent(Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //continuePastVisualTree// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetUIParentNo3DTraversal() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} AddSynchronizedInputPreOpportunityHandler(EventRoute,RoutedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //route// | ||
+ | * Type:EventRoute | ||
+ | * Description:N/A | ||
+ | |||
+ | * //args// | ||
+ | * Type:RoutedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} AddSynchronizedInputPostOpportunityHandler(EventRoute,RoutedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //route// | ||
+ | * Type:EventRoute | ||
+ | * Description:N/A | ||
+ | |||
+ | * //args// | ||
+ | * Type:RoutedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SynchronizedInputPreOpportunityHandler(Object,RoutedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //args// | ||
+ | * Type:RoutedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SynchronizedInputPostOpportunityHandler(Object,RoutedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //args// | ||
+ | * Type:RoutedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} StartListeningSynchronizedInput(SynchronizedInputType) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //inputType// | ||
+ | * Type:SynchronizedInputType | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CancelSynchronizedInput() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InputHitTest(Point,IInputElement&,IInputElement&) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //pt// | ||
+ | * Type:Point | ||
+ | * Description:N/A | ||
+ | |||
+ | * //enabledHit// | ||
+ | * Type:IInputElement& | ||
+ | * Description:N/A | ||
+ | |||
+ | * //rawHit// | ||
+ | * Type:IInputElement& | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InputHitTest(Point,IInputElement&,IInputElement&,HitTestResult&) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //pt// | ||
+ | * Type:Point | ||
+ | * Description:N/A | ||
+ | |||
+ | * //enabledHit// | ||
+ | * Type:IInputElement& | ||
+ | * Description:N/A | ||
+ | |||
+ | * //rawHit// | ||
+ | * Type:IInputElement& | ||
+ | * Description:N/A | ||
+ | |||
+ | * //rawHitResult// | ||
+ | * Type:HitTestResult& | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SynchronizeReverseInheritPropertyFlags(DependencyObject,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //oldParent// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //isCoreParent// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} BlockReverseInheritance() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnAccessKey(AccessKeyEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:AccessKeyEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} HitTestCore(PointHitTestParameters) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:HitTestResult | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //hitTestParameters// | ||
+ | * Type:PointHitTestParameters | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} HitTestCore(GeometryHitTestParameters) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:GeometryHitTestResult | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //hitTestParameters// | ||
+ | * Type:GeometryHitTestParameters | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RenderOpen() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:DrawingContext | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RenderClose(IDrawingContent) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //newContent// | ||
+ | * Type:IDrawingContent | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} FreeContent(Channel) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //channel// | ||
+ | * Type:Channel | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetContentBounds() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Rect | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} WalkContent(DrawingContextWalker) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //walker// | ||
+ | * Type:DrawingContextWalker | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RenderContent(RenderContext,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //ctx// | ||
+ | * Type:RenderContext | ||
+ | * Description:N/A | ||
+ | |||
+ | * //isOnChannel// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetDrawing() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:DrawingGroup | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InvokeAccessKey(AccessKeyEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:AccessKeyEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnLostFocus(RoutedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:RoutedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} UpdateIsVisibleCache() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnCreateAutomationPeer() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:AutomationPeer | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CreateAutomationPeer() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:AutomationPeer | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetAutomationPeer() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:AutomationPeer | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CreateGenericRootAutomationPeer() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:AutomationPeer | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetPersistId(Int32) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //value// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnManipulationStarting(ManipulationStartingEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:ManipulationStartingEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnManipulationStarted(ManipulationStartedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:ManipulationStartedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnManipulationDelta(ManipulationDeltaEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:ManipulationDeltaEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:ManipulationInertiaStartingEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:ManipulationBoundaryFeedbackEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnManipulationCompleted(ManipulationCompletedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:ManipulationCompletedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} IsOnChannel(Channel) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //channel// | ||
+ | * Type:Channel | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} AddRefOnChannelCore(Channel) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:ResourceHandle | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //channel// | ||
+ | * Type:Channel | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ReleaseOnChannelCore(Channel) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //channel// | ||
+ | * Type:Channel | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphBoundsInnerSpace() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Rect | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsInnerSpace() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Rect | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphBoundsInnerSpace(Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Rect | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //renderBounds// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphBoundsOuterSpace() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Rect | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsOuterSpace() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Rect | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} AddRefOnChannelForCyclicBrush(ICyclicBrush,Channel) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //cyclicBrush// | ||
+ | * Type:ICyclicBrush | ||
+ | * Description:N/A | ||
+ | |||
+ | * //channel// | ||
+ | * Type:Channel | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ReleaseOnChannelForCyclicBrush(ICyclicBrush,Channel) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //cyclicBrush// | ||
+ | * Type:ICyclicBrush | ||
+ | * Description:N/A | ||
+ | |||
+ | * //channel// | ||
+ | * Type:Channel | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} VerifyAPIReadOnly() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} VerifyAPIReadOnly(DependencyObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //value// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} VerifyAPIReadWrite() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} VerifyAPIReadWrite(DependencyObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //value// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Precompute() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} PrecomputeContent() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} PrecomputeRecursive(Rect&) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //bboxSubgraph// | ||
+ | * Type:Rect& | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Render(RenderContext,UInt32) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //ctx// | ||
+ | * Type:RenderContext | ||
+ | * Description:N/A | ||
+ | |||
+ | * //childIndex// | ||
+ | * Type:UInt32 | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RenderRecursive(RenderContext) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //ctx// | ||
+ | * Type:RenderContext | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Enter() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Exit() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InvalidateHitTestBounds() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} HitTest(Point) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:HitTestResult | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //point// | ||
+ | * Type:Point | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} HitTest(Point,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:HitTestResult | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //point// | ||
+ | * Type:Point | ||
+ | * Description:N/A | ||
+ | |||
+ | * //include2DOn3D// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} HitTest(HitTestFilterCallback,HitTestResultCallback,HitTestParameters) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //filterCallback// | ||
+ | * Type:HitTestFilterCallback | ||
+ | * Description:N/A | ||
+ | |||
+ | * //resultCallback// | ||
+ | * Type:HitTestResultCallback | ||
+ | * Description:N/A | ||
+ | |||
+ | * //hitTestParameters// | ||
+ | * Type:HitTestParameters | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} HitTestPoint(HitTestFilterCallback,HitTestResultCallback,PointHitTestParameters) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:HitTestResultBehavior | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //filterCallback// | ||
+ | * Type:HitTestFilterCallback | ||
+ | * Description:N/A | ||
+ | |||
+ | * //resultCallback// | ||
+ | * Type:HitTestResultCallback | ||
+ | * Description:N/A | ||
+ | |||
+ | * //pointParams// | ||
+ | * Type:PointHitTestParameters | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} TransformToOuterSpace() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:GeneralTransform | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} HitTestGeometry(HitTestFilterCallback,HitTestResultCallback,GeometryHitTestParameters) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:HitTestResultBehavior | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //filterCallback// | ||
+ | * Type:HitTestFilterCallback | ||
+ | * Description:N/A | ||
+ | |||
+ | * //resultCallback// | ||
+ | * Type:HitTestResultCallback | ||
+ | * Description:N/A | ||
+ | |||
+ | * //geometryParams// | ||
+ | * Type:GeometryHitTestParameters | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} HitTestPointInternal(HitTestFilterCallback,HitTestResultCallback,PointHitTestParameters) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:HitTestResultBehavior | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //filterCallback// | ||
+ | * Type:HitTestFilterCallback | ||
+ | * Description:N/A | ||
+ | |||
+ | * //resultCallback// | ||
+ | * Type:HitTestResultCallback | ||
+ | * Description:N/A | ||
+ | |||
+ | * //hitTestParameters// | ||
+ | * Type:PointHitTestParameters | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InternalGetVisualChild(Int32) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Visual | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //index// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InternalGet2DOr3DVisualChild(Int32) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //index// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InternalAddVisualChild(Visual) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //child// | ||
+ | * Type:Visual | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InternalRemoveVisualChild(Visual) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //child// | ||
+ | * Type:Visual | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} AddVisualChild(Visual) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //child// | ||
+ | * Type:Visual | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RemoveVisualChild(Visual) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //child// | ||
+ | * Type:Visual | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InvalidateZOrder() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InternalSetOffsetWorkaround(Vector) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //offset// | ||
+ | * Type:Vector | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InternalSetTransformWorkaround(Transform) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //transform// | ||
+ | * Type:Transform | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} BitmapEffectEmulationChanged(Object,EventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //e// | ||
+ | * Type:EventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ChangeVisualClip(Geometry,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //newClip// | ||
+ | * Type:Geometry | ||
+ | * Description:N/A | ||
+ | |||
+ | * //dontSetWhenClose// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} DisconnectAttachedResource(VisualProxyFlags,IResource) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //correspondingFlag// | ||
+ | * Type:VisualProxyFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | * //attachedResource// | ||
+ | * Type:IResource | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} FireOnVisualParentChanged(DependencyObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //oldParent// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnVisualChildrenChanged(DependencyObject,DependencyObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //visualAdded// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //visualRemoved// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetFlagsToRoot(Boolean,VisualFlags) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //value// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | * //flag// | ||
+ | * Type:VisualFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} FindFirstAncestorWithFlagsAnd(VisualFlags) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //flag// | ||
+ | * Type:VisualFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} TrySimpleTransformToAncestor(Visual,Boolean,GeneralTransform&,Matrix&) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //ancestor// | ||
+ | * Type:Visual | ||
+ | * Description:N/A | ||
+ | |||
+ | * //inverse// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | * //generalTransform// | ||
+ | * Type:GeneralTransform& | ||
+ | * Description:N/A | ||
+ | |||
+ | * //simpleTransform// | ||
+ | * Type:Matrix& | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} TrySimpleTransformToAncestor(Visual3D,GeneralTransform2DTo3D&) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //ancestor// | ||
+ | * Type:Visual3D | ||
+ | * Description:N/A | ||
+ | |||
+ | * //transformTo3D// | ||
+ | * Type:GeneralTransform2DTo3D& | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ClipChanged(Object,EventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //e// | ||
+ | * Type:EventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ScrollableAreaClipChanged(Object,EventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //e// | ||
+ | * Type:EventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} TransformChanged(Object,EventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //e// | ||
+ | * Type:EventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} EffectChanged(Object,EventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //e// | ||
+ | * Type:EventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CacheModeChanged(Object,EventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //e// | ||
+ | * Type:EventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GuidelinesChanged(Object,EventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //e// | ||
+ | * Type:EventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OpacityMaskChanged(Object,EventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //e// | ||
+ | * Type:EventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ContentsChanged(Object,EventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //e// | ||
+ | * Type:EventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetFlagsOnAllChannels(Boolean,VisualProxyFlags) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //value// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | * //flagsToChange// | ||
+ | * Type:VisualProxyFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetFlags(Channel,Boolean,VisualProxyFlags) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //channel// | ||
+ | * Type:Channel | ||
+ | * Description:N/A | ||
+ | |||
+ | * //value// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | * //flagsToChange// | ||
+ | * Type:VisualProxyFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetFlags(Boolean,VisualFlags) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //value// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | * //flags// | ||
+ | * Type:VisualFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CheckFlagsOnAllChannels(VisualProxyFlags) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //flagsToCheck// | ||
+ | * Type:VisualProxyFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CheckFlagsAnd(Channel,VisualProxyFlags) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //channel// | ||
+ | * Type:Channel | ||
+ | * Description:N/A | ||
+ | |||
+ | * //flagsToCheck// | ||
+ | * Type:VisualProxyFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CheckFlagsAnd(VisualFlags) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //flags// | ||
+ | * Type:VisualFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CheckFlagsOr(Channel,VisualProxyFlags) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //channel// | ||
+ | * Type:Channel | ||
+ | * Description:N/A | ||
+ | |||
+ | * //flagsToCheck// | ||
+ | * Type:VisualProxyFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CheckFlagsOr(VisualFlags) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //flags// | ||
+ | * Type:VisualFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} PropagateChangedFlags() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Seal() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetValueEntry(EntryIndex,DependencyProperty,PropertyMetadata,RequestFlags) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:EffectiveValueEntry | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //entryIndex// | ||
+ | * Type:EntryIndex | ||
+ | * Description:N/A | ||
+ | |||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //metadata// | ||
+ | * Type:PropertyMetadata | ||
+ | * Description:N/A | ||
+ | |||
+ | * //requests// | ||
+ | * Type:RequestFlags | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //value// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetCurrentValue(DependencyProperty,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //value// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetValueInternal(DependencyProperty,Object) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //value// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetCurrentValueInternal(DependencyProperty,Object) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //value// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetDeferredValue(DependencyProperty,DeferredReference) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //deferredReference// | ||
+ | * Type:DeferredReference | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetCurrentDeferredValue(DependencyProperty,DeferredReference) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //deferredReference// | ||
+ | * Type:DeferredReference | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetMutableDefaultValue(DependencyProperty,Object) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //value// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyPropertyKey,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyPropertyKey | ||
+ | * Description:N/A | ||
+ | |||
+ | * //value// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ProvideSelfAsInheritanceContext(Object,DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //value// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ProvideSelfAsInheritanceContext(DependencyObject,DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //doValue// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RemoveSelfAsInheritanceContext(Object,DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //value// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RemoveSelfAsInheritanceContext(DependencyObject,DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //doValue// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ContainsValue(DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InvalidateSubProperty(DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} NotifySubPropertyChange(DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InvalidateProperty(DependencyProperty,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //preserveCurrentValue// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} UpdateEffectiveValue(EntryIndex,DependencyProperty,PropertyMetadata,EffectiveValueEntry,EffectiveValueEntry&,Boolean,Boolean,OperationType) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:UpdateResult | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //entryIndex// | ||
+ | * Type:EntryIndex | ||
+ | * Description:N/A | ||
+ | |||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //metadata// | ||
+ | * Type:PropertyMetadata | ||
+ | * Description:N/A | ||
+ | |||
+ | * //oldEntry// | ||
+ | * Type:EffectiveValueEntry | ||
+ | * Description:N/A | ||
+ | |||
+ | * //newEntry// | ||
+ | * Type:EffectiveValueEntry& | ||
+ | * Description:N/A | ||
+ | |||
+ | * //coerceWithDeferredReference// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | * //coerceWithCurrentValue// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | * //operationType// | ||
+ | * Type:OperationType | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} NotifyPropertyChange(DependencyPropertyChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:DependencyPropertyChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ShouldSerializeProperty(DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetValueSource(DependencyProperty,PropertyMetadata,Boolean&) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:BaseValueSourceInternal | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //metadata// | ||
+ | * Type:PropertyMetadata | ||
+ | * Description:N/A | ||
+ | |||
+ | * //hasModifiers// | ||
+ | * Type:Boolean& | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetValueSource(DependencyProperty,PropertyMetadata,Boolean&,Boolean&,Boolean&,Boolean&,Boolean&) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:BaseValueSourceInternal | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //metadata// | ||
+ | * Type:PropertyMetadata | ||
+ | * Description:N/A | ||
+ | |||
+ | * //hasModifiers// | ||
+ | * Type:Boolean& | ||
+ | * Description:N/A | ||
+ | |||
+ | * //isExpression// | ||
+ | * Type:Boolean& | ||
+ | * Description:N/A | ||
+ | |||
+ | * //isAnimated// | ||
+ | * Type:Boolean& | ||
+ | * Description:N/A | ||
+ | |||
+ | * //isCoerced// | ||
+ | * Type:Boolean& | ||
+ | * Description:N/A | ||
+ | |||
+ | * //isCurrent// | ||
+ | * Type:Boolean& | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ReadLocalValueEntry(EntryIndex,DependencyProperty,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //entryIndex// | ||
+ | * Type:EntryIndex | ||
+ | * Description:N/A | ||
+ | |||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //allowDeferredReferences// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} HasAnyExpression() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} HasExpression(EntryIndex,DependencyProperty) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //entryIndex// | ||
+ | * Type:EntryIndex | ||
+ | * Description:N/A | ||
+ | |||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnInheritanceContextChanged(EventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:EventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Debug_AssertNoInheritanceContextListeners() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} BeginPropertyInitialization() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} EndPropertyInitialization() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetIsSelfInheritanceParent() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SynchronizeInheritanceParent(DependencyObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //parent// | ||
+ | * Type:DependencyObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} LookupEntry(Int32) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:EntryIndex | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetIndex// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetEffectiveValue(EntryIndex,DependencyProperty,PropertyMetadata,EffectiveValueEntry,EffectiveValueEntry) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //entryIndex// | ||
+ | * Type:EntryIndex | ||
+ | * Description:N/A | ||
+ | |||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //metadata// | ||
+ | * Type:PropertyMetadata | ||
+ | * Description:N/A | ||
+ | |||
+ | * //newEntry// | ||
+ | * Type:EffectiveValueEntry | ||
+ | * Description:N/A | ||
+ | |||
+ | * //oldEntry// | ||
+ | * Type:EffectiveValueEntry | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetEffectiveValue(EntryIndex,DependencyProperty,Int32,PropertyMetadata,Object,BaseValueSourceInternal) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //entryIndex// | ||
+ | * Type:EntryIndex | ||
+ | * Description:N/A | ||
+ | |||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //targetIndex// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //metadata// | ||
+ | * Type:PropertyMetadata | ||
+ | * Description:N/A | ||
+ | |||
+ | * //value// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | * //valueSource// | ||
+ | * Type:BaseValueSourceInternal | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} UnsetEffectiveValue(EntryIndex,DependencyProperty,PropertyMetadata) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //entryIndex// | ||
+ | * Type:EntryIndex | ||
+ | * Description:N/A | ||
+ | |||
+ | * //dp// | ||
+ | * Type:DependencyProperty | ||
+ | * Description:N/A | ||
+ | |||
+ | * //metadata// | ||
+ | * Type:PropertyMetadata | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} DetachFromDispatcher() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} DisplayZoomBarText ** | ||
- | <!-- System.Windows.Threading.DispatcherObject --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== DisplayZoomBarText ==== | ||
Gets and sets whether the track level feature is enabled. | Gets and sets whether the track level feature is enabled. | ||
- | === Remarks === | + | == Remarks == |
If it's none, a small zoom level tip won't appear when dragging the zoom bar up and down. The default value is None. | If it's none, a small zoom level tip won't appear when dragging the zoom bar up and down. The default value is None. | ||
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DisplayZoomBarText|DisplayZoomBarText]] |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DisplayZoomBarText|DisplayZoomBarText]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DisplayZoomBarText --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool --> | + | ** {{wiki:PublicProperty.gif|}} GlobeButtonVisibility ** |
- | [[#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.PanZoomBarMapTool#Effect" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Effect</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Effect<!-- System.Windows.Media.Effects.Effect --> | | + | |
- | <!-- System.Windows.UIElement --> | + | This property gets |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== FlowDirection ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FlowDirection" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FlowDirection</a> | + | * Type:Visibility |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | FlowDirection<!-- System.Windows.FlowDirection --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} GlobeButtonImageSource ** |
- | [[#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.PanZoomBarMapTool#FocusVisualStyle" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FocusVisualStyle</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Style<!-- System.Windows.Style --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | Gets or sets the image source for the globe button. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Focusable ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Focusable" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Focusable</a> | + | * Type:BitmapSource |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} Content ** |
- | [[#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.PanZoomBarMapTool#FontFamily" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FontFamily</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | FontFamily<!-- System.Windows.Media.FontFamily --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== FontSize ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FontSize" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FontSize</a> | + | * Type:Object |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | ** {{wiki:PublicProperty.gif|}} CurrentMap ** |
- | [[#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.PanZoomBarMapTool#FontStretch" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FontStretch</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | FontStretch<!-- System.Windows.FontStretch --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== FontStyle ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FontStyle" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FontStyle</a> | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap|WpfMap]] |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | FontStyle<!-- System.Windows.FontStyle --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | ** {{wiki:PublicProperty.gif|}} BorderBrush ** |
- | [[#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.PanZoomBarMapTool#FontWeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FontWeight</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | FontWeight<!-- System.Windows.FontWeight --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ForceCursor ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ForceCursor" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ForceCursor</a> | + | * Type:Brush |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} BorderThickness ** |
- | [[#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.PanZoomBarMapTool#Foreground" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Foreground</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Brush<!-- System.Windows.Media.Brush --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== GlobeButtonImageSource ==== | + | N/A |
- | Gets or sets the image source for the globe button. | + | == Return Value == |
- | === Remarks === | + | * Type:Thickness |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GlobeButtonImageSource" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GlobeButtonImageSource</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | BitmapSource<!-- System.Windows.Media.Imaging.BitmapSource --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool --> | + | ** {{wiki:PublicProperty.gif|}} Background ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== GlobeButtonVisibility ==== | + | |
- | This property gets | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GlobeButtonVisibility" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GlobeButtonVisibility</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Visibility<!-- System.Windows.Visibility --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== HasAnimatedProperties ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#HasAnimatedProperties" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#HasAnimatedProperties</a> | + | * Type:Brush |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} Foreground ** |
- | [[#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.PanZoomBarMapTool#ActualHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ActualHeight</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== HorizontalAlignment ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#HorizontalAlignment" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#HorizontalAlignment</a> | + | * Type:Brush |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | HorizontalAlignment<!-- System.Windows.HorizontalAlignment --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} FontFamily ** |
- | [[#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.PanZoomBarMapTool#HorizontalContentAlignment" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#HorizontalContentAlignment</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | HorizontalAlignment<!-- System.Windows.HorizontalAlignment --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== InputBindings ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeInputBindings.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeInputBindings.28.29</a> | + | * Type:FontFamily |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | InputBindingCollection<!-- System.Windows.Input.InputBindingCollection --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} FontSize ** |
- | [[#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.PanZoomBarMapTool#InputScope" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#InputScope</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | InputScope<!-- System.Windows.Input.InputScope --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsArrangeValid ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsArrangeValid" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsArrangeValid</a> | + | * Type:Double |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} FontStretch ** |
- | [[#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.PanZoomBarMapTool#IsEnabled" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsEnabled</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsFocused ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsFocused" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsFocused</a> | + | * Type:FontStretch |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} FontStyle ** |
- | [[#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.PanZoomBarMapTool#IsHitTestVisible" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsHitTestVisible</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsInitialized ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsInitialized" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsInitialized</a> | + | * Type:FontStyle |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} FontWeight ** |
- | [[#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.PanZoomBarMapTool#IsInputMethodEnabled" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsInputMethodEnabled</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsKeyboardFocusWithin ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | + | * Type:FontWeight |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} HorizontalContentAlignment ** |
- | [[#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.PanZoomBarMapTool#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsLoaded ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsLoaded" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsLoaded</a> | + | * Type:HorizontalAlignment |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} VerticalContentAlignment ** |
- | [[#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.PanZoomBarMapTool#IsManipulationEnabled" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsManipulationEnabled</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsMeasureValid ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsMeasureValid" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsMeasureValid</a> | + | * Type:VerticalAlignment |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} TabIndex ** |
- | [[#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.PanZoomBarMapTool#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsMouseCaptured ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29</a> | + | * Type:Int32 |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} IsTabStop ** |
- | [[#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.PanZoomBarMapTool#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsMouseOver ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsMouseOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsMouseOver</a> | + | * Type:Boolean |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} Padding ** |
- | [[#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.PanZoomBarMapTool#IsSealed" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsSealed</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.DependencyObject --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsStylusCaptureWithin ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | + | * Type:Thickness |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} Template ** |
- | [[#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.PanZoomBarMapTool#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsStylusDirectlyOver ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29</a> | + | * Type:ControlTemplate |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} Style ** |
- | [[#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.PanZoomBarMapTool#IsStylusOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsStylusOver</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsTabStop ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsTabStop" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsTabStop</a> | + | * Type:Style |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | ** {{wiki:PublicProperty.gif|}} OverridesDefaultStyle ** |
- | [[#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.PanZoomBarMapTool#IsVisible" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsVisible</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Language ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Language" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Language</a> | + | * Type:Boolean |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | XmlLanguage<!-- System.Windows.Markup.XmlLanguage --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} UseLayoutRounding ** |
- | [[#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.PanZoomBarMapTool#LayoutTransform" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#LayoutTransform</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Transform<!-- System.Windows.Media.Transform --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Margin ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Margin" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Margin</a> | + | * Type:Boolean |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Thickness<!-- System.Windows.Thickness --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} Triggers ** |
- | [[#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.PanZoomBarMapTool#MaxHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MaxHeight</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MaxWidth ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MaxWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MaxWidth</a> | + | * Type:TriggerCollection |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} TemplatedParent ** |
- | [[#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.PanZoomBarMapTool#MinHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MinHeight</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MinWidth ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MinWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#MinWidth</a> | + | * Type:DependencyObject |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} Resources ** |
- | [[#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.PanZoomBarMapTool#FindName.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FindName.28String.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Opacity ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Opacity" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Opacity</a> | + | * Type:ResourceDictionary |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} DataContext ** |
- | [[#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.PanZoomBarMapTool#OpacityMask" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OpacityMask</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Brush<!-- System.Windows.Media.Brush --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== OverridesDefaultStyle ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OverridesDefaultStyle" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OverridesDefaultStyle</a> | + | * Type:Object |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} BindingGroup ** |
- | [[#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.PanZoomBarMapTool#Padding" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Padding</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Thickness<!-- System.Windows.Thickness --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Parent ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Parent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Parent</a> | + | * Type:BindingGroup |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | DependencyObject<!-- System.Windows.DependencyObject --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} Language ** |
- | [[#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.PanZoomBarMapTool#RenderSize" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#RenderSize</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Size<!-- System.Windows.Size --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== RenderTransform ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#RenderTransform" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#RenderTransform</a> | + | * Type:XmlLanguage |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Transform<!-- System.Windows.Media.Transform --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} Name ** |
- | [[#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.PanZoomBarMapTool#RenderTransformOrigin" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#RenderTransformOrigin</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Point<!-- System.Windows.Point --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Resources ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeResources.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeResources.28.29</a> | + | * Type:String |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | ResourceDictionary<!-- System.Windows.ResourceDictionary --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} Tag ** |
- | [[#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.PanZoomBarMapTool#SnapsToDevicePixels" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SnapsToDevicePixels</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Style ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeStyle.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeStyle.28.29</a> | + | * Type:Object |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Style<!-- System.Windows.Style --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} InputScope ** |
- | [[#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.PanZoomBarMapTool#TabIndex" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TabIndex</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Tag ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Tag" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Tag</a> | + | * Type:InputScope |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Object<!-- System.Object --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} ActualWidth ** |
- | [[#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.PanZoomBarMapTool#ApplyTemplate.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ApplyTemplate.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | ControlTemplate<!-- System.Windows.Controls.ControlTemplate --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TemplatedParent ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TemplatedParent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TemplatedParent</a> | + | * Type:Double |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | DependencyObject<!-- System.Windows.DependencyObject --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} ActualHeight ** |
- | [[#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.PanZoomBarMapTool#OnToolTipClosing.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnToolTipClosing.28ToolTipEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Object<!-- System.Object --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TouchesCaptured ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesCaptured" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesCaptured</a> | + | * Type:Double |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | IEnumerable<TouchDevice><!-- System.Collections.Generic.IEnumerable{System.Windows.Input.TouchDevice} --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} LayoutTransform ** |
- | [[#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.PanZoomBarMapTool#AreAnyTouchesCapturedWithin" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesCapturedWithin</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | IEnumerable<TouchDevice><!-- System.Collections.Generic.IEnumerable{System.Windows.Input.TouchDevice} --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TouchesDirectlyOver ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesDirectlyOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesDirectlyOver</a> | + | * Type:Transform |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | IEnumerable<TouchDevice><!-- System.Collections.Generic.IEnumerable{System.Windows.Input.TouchDevice} --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} Width ** |
- | [[#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.PanZoomBarMapTool#AreAnyTouchesOver" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#AreAnyTouchesOver</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | IEnumerable<TouchDevice><!-- System.Collections.Generic.IEnumerable{System.Windows.Input.TouchDevice} --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Triggers ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeTriggers.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ShouldSerializeTriggers.28.29</a> | + | * Type:Double |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | TriggerCollection<!-- System.Windows.TriggerCollection --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} MinWidth ** |
- | [[#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.PanZoomBarMapTool#Uid" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Uid</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== UseLayoutRounding ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#UseLayoutRounding" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#UseLayoutRounding</a> | + | * Type:Double |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} MaxWidth ** |
- | [[#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.PanZoomBarMapTool#VerticalAlignment" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#VerticalAlignment</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | VerticalAlignment<!-- System.Windows.VerticalAlignment --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== VerticalContentAlignment ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#VerticalContentAlignment" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#VerticalContentAlignment</a> | + | * Type:Double |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | VerticalAlignment<!-- System.Windows.VerticalAlignment --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | ** {{wiki:PublicProperty.gif|}} Height ** |
- | [[#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.PanZoomBarMapTool#GlobeButtonVisibility" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#GlobeButtonVisibility</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Visibility<!-- System.Windows.Visibility --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Width ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ActualWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#ActualWidth</a> | + | * Type:Double |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} MinHeight ** |
- | [[#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.PanZoomBarMapTool#IsEnabledCore" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsEnabledCore</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Protected Properties|Go Back]] | + | == Remarks == |
- | ==== StylusPlugIns ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#StylusPlugIns" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#StylusPlugIns</a> | + | * Type:Double |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | StylusPlugInCollection<!-- System.Windows.Input.StylusPlugIns.StylusPlugInCollection --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} MaxHeight ** |
- | [[#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.PanZoomBarMapTool#VisualChildrenCount" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#VisualChildrenCount</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- System.Windows.Media.Visual(overriden) --> | + | N/A |
- | [[#Protected Properties|Go Back]] | + | == Remarks == |
- | ==== VisualParent ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#VisualParent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#VisualParent</a> | + | * Type:Double |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | DependencyObject<!-- System.Windows.DependencyObject --> | | + | |
- | <!-- System.Windows.Media.Visual --> | + | ** {{wiki:PublicProperty.gif|}} FlowDirection ** |
- | [[#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.PanZoomBarMapTool#OnContextMenuClosing.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnContextMenuClosing.28ContextMenuEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | ContextMenuEventArgs<!-- System.Windows.Controls.ContextMenuEventArgs --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Events|Go Back]] | + | == Remarks == |
- | ==== ContextMenuOpening ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnContextMenuOpening.28ContextMenuEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnContextMenuOpening.28ContextMenuEventArgs.29</a> | + | * Type:FlowDirection |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | ContextMenuEventArgs<!-- System.Windows.Controls.ContextMenuEventArgs --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicProperty.gif|}} Margin ** |
- | [[#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.PanZoomBarMapTool#DataContextChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#DataContextChanged</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | N/A |
- | [[#Public Events|Go Back]] | + | == Remarks == |
- | ==== DragEnter ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnDragEnter.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnDragEnter.28DragEventArgs.29</a> | + | * Type:Thickness |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} HorizontalAlignment ** |
- | [[#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.PanZoomBarMapTool#OnDragLeave.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnDragLeave.28DragEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Events|Go Back]] | + | == Remarks == |
- | ==== DragOver ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnDragOver.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnDragOver.28DragEventArgs.29</a> | + | * Type:HorizontalAlignment |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} VerticalAlignment ** |
- | [[#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.PanZoomBarMapTool#OnDrop.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnDrop.28DragEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Events|Go Back]] | + | == Remarks == |
- | ==== FocusableChanged ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FocusableChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#FocusableChanged</a> | + | * Type:VerticalAlignment |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicProperty.gif|}} FocusVisualStyle ** |
- | [[#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.PanZoomBarMapTool#OnGiveFeedback.28GiveFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGiveFeedback.28GiveFeedbackEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | GiveFeedbackEventArgs<!-- System.Windows.GiveFeedbackEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | N/A |
- | [[#Public Events|Go Back]] | + | == Remarks == |
- | ==== GlobeButtonClick ==== | + | N/A |
+ | == Return Value == | ||
+ | * Type:Style | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Cursor ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Cursor | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ForceCursor ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsInitialized ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsLoaded ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ToolTip ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ContextMenu ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:ContextMenu | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Parent ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:DependencyObject | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} HasAnimatedProperties ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} InputBindings ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:InputBindingCollection | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CommandBindings ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:CommandBindingCollection | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} AllowDrop ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} DesiredSize ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Size | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsMeasureValid ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsArrangeValid ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} RenderSize ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Size | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} RenderTransform ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Transform | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} RenderTransformOrigin ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Point | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsMouseDirectlyOver ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsMouseOver ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsStylusOver ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsKeyboardFocusWithin ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsMouseCaptured ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsMouseCaptureWithin ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsStylusDirectlyOver ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsStylusCaptured ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsStylusCaptureWithin ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsKeyboardFocused ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsInputMethodEnabled ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Opacity ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} OpacityMask ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Brush | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} BitmapEffect ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:BitmapEffect | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Effect ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Effect | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} BitmapEffectInput ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:BitmapEffectInput | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CacheMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:CacheMode | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Uid ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Visibility ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Visibility | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ClipToBounds ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Clip ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Geometry | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} SnapsToDevicePixels ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsFocused ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsEnabled ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsHitTestVisible ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Focusable ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} PersistId ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsManipulationEnabled ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} AreAnyTouchesOver ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} AreAnyTouchesDirectlyOver ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} AreAnyTouchesCapturedWithin ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} AreAnyTouchesCaptured ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TouchesCaptured ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:IEnumerable<TouchDevice> | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TouchesCapturedWithin ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:IEnumerable<TouchDevice> | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TouchesOver ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:IEnumerable<TouchDevice> | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TouchesDirectlyOver ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:IEnumerable<TouchDevice> | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} DependencyObjectType ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:DependencyObjectType | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsSealed ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Dispatcher ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Dispatcher | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} TemplateInternal ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:FrameworkTemplate | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} TemplateCache ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:FrameworkTemplate | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HandlesScrolling ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualStateChangeSuspended ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} DefaultStyleKey ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} ThemeStyle ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Style | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} DTypeThemeStyleKey ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:DependencyObjectType | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsTemplateRoot ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} TemplateChild ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIElement | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} StateGroupsRoot ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:FrameworkElement | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualChildrenCount ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasResources ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} InheritanceBehavior ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:InheritanceBehavior | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasResourceReference ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsLogicalChildrenIterationInProgress ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} InVisibilityCollapsedTree ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} SubtreeHasLoadedChangeHandler ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsLoadedCache ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsParentAnFE ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsTemplatedParentAnFE ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasLogicalChildren ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsRightToLeft ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} TemplateChildIndex ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsRequestingExpression ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} BypassLayoutPolicies ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} EffectiveValuesInitialSize ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} LogicalChildren ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:IEnumerator | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} ThisHasLoadedChangeEventHandler ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasFefLoadedChangeHandler ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} InheritanceContext ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:DependencyObject | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsStyleUpdateInProgress ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsThemeStyleUpdateInProgress ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} StoresParentTemplateValues ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasNumberSubstitutionChanged ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasTemplateGeneratedSubTree ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasImplicitStyleFromResources ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} ShouldLookupImplicitStyles ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsStyleSetFromGenerator ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasStyleChanged ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasTemplateChanged ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasStyleInvalidated ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasStyleEverBeenFetched ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasLocalStyle ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasThemeStyleEverBeenFetched ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} AncestorChangeInProgress ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} InheritableProperties ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:FrugalObjectList<DependencyProperty> | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} LoadedPending ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Object[] | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} UnloadedPending ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Object[] | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasMultipleInheritanceContexts ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} PotentiallyHasMentees ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} InputBindingsInternal ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:InputBindingCollection | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} CommandBindingsInternal ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:CommandBindingCollection | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} EventHandlersStore ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:EventHandlersStore | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} StylusPlugIns ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:StylusPlugInCollection | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} PreviousConstraint ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Size | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasEffectiveKeyboardFocus ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsEnabledCore ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} PreviousArrangeRect ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Rect | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasAutomationPeer ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} SnapsToDevicePixelsCache ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} ClipToBoundsCache ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} MeasureDirty ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} ArrangeDirty ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} MeasureInProgress ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} ArrangeInProgress ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} NeverMeasured ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} NeverArranged ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} MeasureDuringArrange ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} AreTransformsClean ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsVisualChildrenIterationInProgress ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsRootElement ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualContentBounds ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Rect | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualDescendantBounds ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Rect | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} InternalVisualChildrenCount ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} InternalVisual2DOr3DChildrenCount ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HasVisualChildren ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} TreeLevel ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UInt32 | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualParent ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:DependencyObject | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} InternalVisualParent ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:DependencyObject | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualTransform ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Transform | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualEffect ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Effect | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualEffectInternal ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Effect | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualBitmapEffect ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:BitmapEffect | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualBitmapEffectInput ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:BitmapEffectInput | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} BitmapEffectEmulationDisabled ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualBitmapEffectInternal ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:BitmapEffect | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualBitmapEffectInputInternal ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:BitmapEffectInput | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualCacheMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:CacheMode | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualScrollableAreaClip ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Nullable<Rect> | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualClip ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Geometry | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualOffset ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Vector | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualOpacity ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualEdgeMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:EdgeMode | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualBitmapScalingMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:BitmapScalingMode | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualClearTypeHint ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:ClearTypeHint | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualTextRenderingMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:TextRenderingMode | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualTextHintingMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:TextHintingMode | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualOpacityMask ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Brush | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualXSnappingGuidelines ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:DoubleCollection | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VisualYSnappingGuidelines ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:DoubleCollection | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} ClipChangedHandler ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:EventHandler | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} ScrollableAreaClipChangedHandler ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:EventHandler | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} TransformChangedHandler ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:EventHandler | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} EffectChangedHandler ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:EventHandler | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} CacheModeChangedHandler ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:EventHandler | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} GuidelinesChangedHandler ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:EventHandler | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} OpacityMaskChangedHandler ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:EventHandler | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} ContentsChangedHandler ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:EventHandler | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsInheritanceContextSealed ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} Freezable_Frozen ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} Freezable_HasMultipleInheritanceContexts ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} Freezable_UsingHandlerList ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} Freezable_UsingContextList ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} Freezable_UsingSingletonHandler ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} Freezable_UsingSingletonContext ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} Animatable_IsResourceInvalidationNecessary ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IAnimatable_HasAnimatedProperties ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} CanBeInheritanceContext ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} EffectiveValues ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:EffectiveValueEntry[] | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} EffectiveValuesCount ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UInt32 | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} InheritableEffectiveValuesCount ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UInt32 | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} InheritanceParent ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:DependencyObject | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsSelfInheritanceParent ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} GlobeButtonClick ** | ||
This event raises when clicking on the Globe button on the PanZoomBar. | This event raises when clicking on the Globe button on the PanZoomBar. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGlobeButtonClick.28RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGlobeButtonClick.28RectangleShape.29</a> | + | N/A |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.GlobeButtonClickPanZoomBarMapToolEventArgs|GlobeButtonClickPanZoomBarMapToolEventArgs]] |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.GlobeButtonClickPanZoomBarMapToolEventArgs|GlobeButtonClickPanZoomBarMapToolEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.GlobeButtonClickPanZoomBarMapToolEventArgs --> | | + | |
+ | ** {{wiki:PublicEvent.gif|}} PreviewMouseDoubleClick ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} MouseDoubleClick ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} TargetUpdated ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:DataTransferEventArgs | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} SourceUpdated ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:DataTransferEventArgs | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} DataContextChanged ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} RequestBringIntoView ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} SizeChanged ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} Initialized ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} Loaded ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} Unloaded ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} ToolTipOpening ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} ToolTipClosing ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} ContextMenuOpening ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} ContextMenuClosing ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewMouseDown ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} MouseDown ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewMouseUp ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} MouseUp ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewMouseLeftButtonDown ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} MouseLeftButtonDown ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewMouseLeftButtonUp ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} MouseLeftButtonUp ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewMouseRightButtonDown ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} MouseRightButtonDown ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewMouseRightButtonUp ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} MouseRightButtonUp ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewMouseMove ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} MouseMove ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewMouseWheel ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} MouseWheel ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} MouseEnter ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} MouseLeave ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} GotMouseCapture ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} LostMouseCapture ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} QueryCursor ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewStylusDown ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} StylusDown ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewStylusUp ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} StylusUp ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewStylusMove ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} StylusMove ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewStylusInAirMove ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} StylusInAirMove ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} StylusEnter ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} StylusLeave ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewStylusInRange ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} StylusInRange ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewStylusOutOfRange ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} StylusOutOfRange ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewStylusSystemGesture ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} StylusSystemGesture ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} GotStylusCapture ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} LostStylusCapture ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} StylusButtonDown ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} StylusButtonUp ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewStylusButtonDown ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewStylusButtonUp ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} PreviewKeyDown ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} KeyDown ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments: | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool --> | + | ** {{wiki:PublicEvent.gif|}} PreviewKeyUp ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== GotFocus ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotFocus.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotFocus.28RoutedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} KeyUp ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== GotMouseCapture ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotMouseCapture.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotMouseCapture.28MouseEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnGotStylusCapture.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotStylusCapture.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} PreviewGotKeyboardFocus ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== GotTouchCapture ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotTouchCapture.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnGotTouchCapture.28TouchEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnInitialized.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnInitialized.28EventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | EventArgs<!-- System.EventArgs --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicEvent.gif|}} GotKeyboardFocus ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== IsEnabledChanged ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsEnabledChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsEnabledChanged</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#IsHitTestVisibleChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsHitTestVisibleChanged</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} PreviewLostKeyboardFocus ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== IsKeyboardFocusWithinChanged ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} LostKeyboardFocus ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== IsMouseCaptureWithinChanged ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} PreviewTextInput ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== IsMouseDirectlyOverChanged ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} TextInput ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== IsStylusCapturedChanged ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} PreviewQueryContinueDrag ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== IsVisibleChanged ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsVisibleChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsVisibleChanged</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnKeyDown.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnKeyDown.28KeyEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} QueryContinueDrag ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== KeyUp ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnKeyUp.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnKeyUp.28KeyEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#LayoutUpdated" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#LayoutUpdated</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | EventArgs<!-- System.EventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} PreviewGiveFeedback ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== Loaded ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsLoaded" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#IsLoaded</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnLostFocus.28RoutedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostFocus.28RoutedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} GiveFeedback ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== LostKeyboardFocus ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnLostMouseCapture.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostMouseCapture.28MouseEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} PreviewDragEnter ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== LostStylusCapture ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostStylusCapture.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostStylusCapture.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnLostTouchCapture.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnLostTouchCapture.28TouchEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} DragEnter ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== ManipulationBoundaryFeedback ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | ManipulationBoundaryFeedbackEventArgs<!-- System.Windows.Input.ManipulationBoundaryFeedbackEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnManipulationCompleted.28ManipulationCompletedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationCompleted.28ManipulationCompletedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | ManipulationCompletedEventArgs<!-- System.Windows.Input.ManipulationCompletedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} PreviewDragOver ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== ManipulationDelta ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationDelta.28ManipulationDeltaEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationDelta.28ManipulationDeltaEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | ManipulationDeltaEventArgs<!-- System.Windows.Input.ManipulationDeltaEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | ManipulationInertiaStartingEventArgs<!-- System.Windows.Input.ManipulationInertiaStartingEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} DragOver ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== ManipulationStarted ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationStarted.28ManipulationStartedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationStarted.28ManipulationStartedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | ManipulationStartedEventArgs<!-- System.Windows.Input.ManipulationStartedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnManipulationStarting.28ManipulationStartingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnManipulationStarting.28ManipulationStartingEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | ManipulationStartingEventArgs<!-- System.Windows.Input.ManipulationStartingEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} PreviewDragLeave ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== MouseDoubleClick ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseDoubleClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseDoubleClick.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseDown.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} DragLeave ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== MouseEnter ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseEnter.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseEnter.28MouseEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnMouseLeave.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseLeave.28MouseEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} PreviewDrop ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== MouseLeftButtonDown ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseLeftButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseLeftButtonDown.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnMouseLeftButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseLeftButtonUp.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} Drop ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== MouseMove ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseMove.28MouseEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnMouseRightButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseRightButtonDown.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} PreviewTouchDown ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== MouseRightButtonUp ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseRightButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseRightButtonUp.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments:TouchEventArgs |
- | [[#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.PanZoomBarMapTool#OnMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseUp.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} TouchDown ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== MouseWheel ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseWheel.28MouseWheelEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnMouseWheel.28MouseWheelEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseWheelEventArgs<!-- System.Windows.Input.MouseWheelEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments:TouchEventArgs |
- | [[#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.PanZoomBarMapTool#OnPreviewDragEnter.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewDragEnter.28DragEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} PreviewTouchMove ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewDragLeave ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewDragLeave.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewDragLeave.28DragEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments:TouchEventArgs |
- | [[#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.PanZoomBarMapTool#OnPreviewDragOver.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewDragOver.28DragEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} TouchMove ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewDrop ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewDrop.28DragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewDrop.28DragEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DragEventArgs<!-- System.Windows.DragEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments:TouchEventArgs |
- | [[#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.PanZoomBarMapTool#OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | GiveFeedbackEventArgs<!-- System.Windows.GiveFeedbackEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} PreviewTouchUp ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewGotKeyboardFocus ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments:TouchEventArgs |
- | [[#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.PanZoomBarMapTool#OnPreviewKeyDown.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewKeyDown.28KeyEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} TouchUp ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewKeyUp ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewKeyUp.28KeyEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewKeyUp.28KeyEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments:TouchEventArgs |
- | [[#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.PanZoomBarMapTool#OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | KeyboardFocusChangedEventArgs<!-- System.Windows.Input.KeyboardFocusChangedEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} GotTouchCapture ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewMouseDoubleClick ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.Controls.Control --> | + | Event Arguments:TouchEventArgs |
- | [[#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.PanZoomBarMapTool#OnPreviewMouseDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseDown.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} LostTouchCapture ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewMouseLeftButtonDown ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments:TouchEventArgs |
- | [[#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.PanZoomBarMapTool#OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} TouchEnter ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewMouseMove ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseMove.28MouseEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseMove.28MouseEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments:TouchEventArgs |
- | [[#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.PanZoomBarMapTool#OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} TouchLeave ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewMouseRightButtonUp ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments:TouchEventArgs |
- | [[#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.PanZoomBarMapTool#OnPreviewMouseUp.28MouseButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseUp.28MouseButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} IsMouseDirectlyOverChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewMouseWheel ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseWheel.28MouseWheelEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewMouseWheel.28MouseWheelEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | MouseWheelEventArgs<!-- System.Windows.Input.MouseWheelEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | QueryContinueDragEventArgs<!-- System.Windows.QueryContinueDragEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} IsKeyboardFocusWithinChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewStylusButtonDown ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} IsMouseCapturedChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewStylusDown ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusDown.28StylusDownEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusDown.28StylusDownEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusDownEventArgs<!-- System.Windows.Input.StylusDownEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnPreviewStylusInAirMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusInAirMove.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} IsMouseCaptureWithinChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewStylusInRange ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusInRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusInRange.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnPreviewStylusMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusMove.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} IsStylusDirectlyOverChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewStylusOutOfRange ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusOutOfRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusOutOfRange.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusSystemGestureEventArgs<!-- System.Windows.Input.StylusSystemGestureEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} IsStylusCapturedChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewStylusUp ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusUp.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusUp.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnPreviewTextInput.28TextCompositionEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTextInput.28TextCompositionEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | TextCompositionEventArgs<!-- System.Windows.Input.TextCompositionEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} IsStylusCaptureWithinChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewTouchDown ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchDown.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchDown.28TouchEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnPreviewTouchMove.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchMove.28TouchEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} IsKeyboardFocusedChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PreviewTouchUp ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchUp.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchUp.28TouchEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | QueryContinueDragEventArgs<!-- System.Windows.QueryContinueDragEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} LayoutUpdated ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== QueryCursor ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnQueryCursor.28QueryCursorEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnQueryCursor.28QueryCursorEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | QueryCursorEventArgs<!-- System.Windows.Input.QueryCursorEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#RequestBringIntoView" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#RequestBringIntoView</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | RequestBringIntoViewEventArgs<!-- System.Windows.RequestBringIntoViewEventArgs --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicEvent.gif|}} GotFocus ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== SizeChanged ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnChildDesiredSizeChanged.28UIElement.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnChildDesiredSizeChanged.28UIElement.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | SizeChangedEventArgs<!-- System.Windows.SizeChangedEventArgs --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#SourceUpdated" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#SourceUpdated</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DataTransferEventArgs<!-- System.Windows.Data.DataTransferEventArgs --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicEvent.gif|}} LostFocus ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== StylusButtonDown ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusButtonEventArgs<!-- System.Windows.Input.StylusButtonEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} IsEnabledChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== StylusDown ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusDown.28StylusDownEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusDown.28StylusDownEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusDownEventArgs<!-- System.Windows.Input.StylusDownEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnStylusEnter.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusEnter.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} IsHitTestVisibleChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== StylusInAirMove ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusInAirMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusInAirMove.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnPreviewStylusInRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusInRange.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} IsVisibleChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== StylusLeave ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusLeave.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnStylusLeave.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnPreviewStylusMove.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusMove.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} FocusableChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== StylusOutOfRange ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusOutOfRange.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusOutOfRange.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments: |
- | [[#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.PanZoomBarMapTool#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusSystemGestureEventArgs<!-- System.Windows.Input.StylusSystemGestureEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} ManipulationStarting ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== StylusUp ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusUp.28StylusEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewStylusUp.28StylusEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | StylusEventArgs<!-- System.Windows.Input.StylusEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments:ManipulationStartingEventArgs |
- | [[#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.PanZoomBarMapTool#TargetUpdated" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#TargetUpdated</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | DataTransferEventArgs<!-- System.Windows.Data.DataTransferEventArgs --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicEvent.gif|}} ManipulationStarted ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== TextInput ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTextInput.28TextCompositionEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTextInput.28TextCompositionEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | TextCompositionEventArgs<!-- System.Windows.Input.TextCompositionEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments:ManipulationStartedEventArgs |
- | [[#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.PanZoomBarMapTool#OnToolTipClosing.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnToolTipClosing.28ToolTipEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | ToolTipEventArgs<!-- System.Windows.Controls.ToolTipEventArgs --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | ** {{wiki:PublicEvent.gif|}} ManipulationDelta ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== ToolTipOpening ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnToolTipOpening.28ToolTipEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnToolTipOpening.28ToolTipEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | ToolTipEventArgs<!-- System.Windows.Controls.ToolTipEventArgs --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | Event Arguments:ManipulationDeltaEventArgs |
- | [[#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.PanZoomBarMapTool#OnPreviewTouchDown.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchDown.28TouchEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} ManipulationInertiaStarting ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== TouchEnter ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTouchEnter.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTouchEnter.28TouchEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments:ManipulationInertiaStartingEventArgs |
- | [[#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.PanZoomBarMapTool#OnTouchLeave.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnTouchLeave.28TouchEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} ManipulationBoundaryFeedback ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== TouchMove ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchMove.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchMove.28TouchEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | Event Arguments:ManipulationBoundaryFeedbackEventArgs |
- | [[#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.PanZoomBarMapTool#OnPreviewTouchUp.28TouchEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#OnPreviewTouchUp.28TouchEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | TouchEventArgs<!-- System.Windows.Input.TouchEventArgs --> | | + | |
- | <!-- System.Windows.UIElement --> | + | ** {{wiki:PublicEvent.gif|}} ManipulationCompleted ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== Unloaded ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Unloaded" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool#Unloaded</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | + | |
- | <!-- System.Windows.FrameworkElement --> | + | Event Arguments:ManipulationCompletedEventArgs |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:WpfDesktopEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.WpfDesktopEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||