User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.panzoombarmaptool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightedition.panzoombarmaptool [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.SilverlightEdition.PanZoomBarMapTool ====== 
- 
- 
- 
-<!-- Class --> 
-This class 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 could pan the world map to any angle when mouse down the panning control. 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 ===== 
-*System.Object 
-**System.Windows.DependencyObject 
-***System.Windows.UIElement 
-****System.Windows.FrameworkElement 
-*****System.Windows.Controls.Control 
-******[[ThinkGeo.MapSuite.SilverlightEdition.MapTool]] 
-*******[[ThinkGeo.MapSuite.SilverlightEdition.PanZoomBarMapTool]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PanZoomBarMapTool()|PanZoomBarMapTool]] ​  ​| ​   |    | This is the constructor of the PanZoomBarMapTool class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PanZoomBarMapTool(Map,​ Boolean)|PanZoomBarMapTool]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]],​ Boolean ​  ​| ​   | This is the constructor of the PanZoomBarMapTool class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddHandler(RoutedEvent,​ Delegate, Boolean)|AddHandler]] ​  | RoutedEvent,​ Delegate, Boolean ​  | UIElement ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ApplyTemplate()|ApplyTemplate]] ​  ​| ​   | Control ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Arrange(Rect)|Arrange]] ​  | Rect   | UIElement ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CaptureMouse()|CaptureMouse]] ​  ​| ​   | UIElement ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CheckAccess()|CheckAccess]] ​  ​| ​   | DependencyObject ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClearValue(DependencyProperty)|ClearValue]] ​  | DependencyProperty ​  | DependencyObject ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FindName(String)|FindName]] ​  | String ​  | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Focus()|Focus]] ​  ​| ​   | Control ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetAnimationBaseValue(DependencyProperty)|GetAnimationBaseValue]] ​  | DependencyProperty ​  | DependencyObject ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetBindingExpression(DependencyProperty)|GetBindingExpression]] ​  | DependencyProperty ​  | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetValue(DependencyProperty)|GetValue]] ​  | DependencyProperty ​  | DependencyObject ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InvalidateArrange()|InvalidateArrange]] ​  ​| ​   | UIElement ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InvalidateMeasure()|InvalidateMeasure]] ​  ​| ​   | UIElement ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Measure(Size)|Measure]] ​  | Size   | UIElement ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnApplyTemplate()|OnApplyTemplate]] ​  ​| ​   | FrameworkElement(overriden) ​  | When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate(). ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadLocalValue(DependencyProperty)|ReadLocalValue]] ​  | DependencyProperty ​  | DependencyObject ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh()|Refresh]] ​  ​| ​   |    | This method sychronizes the drag slice to current zoomlevel. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReleaseMouseCapture()|ReleaseMouseCapture]] ​  ​| ​   | UIElement ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveHandler(RoutedEvent,​ Delegate)|RemoveHandler]] ​  | RoutedEvent,​ Delegate ​  | UIElement ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetBinding(DependencyProperty,​ Binding)|SetBinding]] ​  | DependencyProperty,​ Binding ​  | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetValue(DependencyProperty,​ Object)|SetValue]] ​  | DependencyProperty,​ Object ​  | DependencyObject ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TransformToVisual(UIElement)|TransformToVisual]] ​  | UIElement ​  | UIElement ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateLayout()|UpdateLayout]] ​  ​| ​   | UIElement ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ArrangeOverride(Size)|ArrangeOverride]] ​  | Size   | FrameworkElement ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​EnabledChangedCore(Boolean)|EnabledChangedCore]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapTool|MapTool]](overriden) ​  | When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate(). ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTemplateChild(String)|GetTemplateChild]] ​  | String ​  | Control ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MeasureOverride(Size)|MeasureOverride]] ​  | Size   | FrameworkElement ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCreateAutomationPeer()|OnCreateAutomationPeer]] ​  ​| ​   | UIElement ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnGotFocus(RoutedEventArgs)|OnGotFocus]] ​  | RoutedEventArgs ​  | Control ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnKeyDown(KeyEventArgs)|OnKeyDown]] ​  | KeyEventArgs ​  | Control ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnKeyUp(KeyEventArgs)|OnKeyUp]] ​  | KeyEventArgs ​  | Control ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnLostFocus(RoutedEventArgs)|OnLostFocus]] ​  | RoutedEventArgs ​  | Control ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnLostMouseCapture(MouseEventArgs)|OnLostMouseCapture]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseEnter(MouseEventArgs)|OnMouseEnter]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseLeave(MouseEventArgs)|OnMouseLeave]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseLeftButtonDown(MouseButtonEventArgs)|OnMouseLeftButtonDown]] ​  | MouseButtonEventArgs ​  | Control ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseLeftButtonUp(MouseButtonEventArgs)|OnMouseLeftButtonUp]] ​  | MouseButtonEventArgs ​  | Control ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseMove(MouseEventArgs)|OnMouseMove]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseWheel(MouseWheelEventArgs)|OnMouseWheel]] ​  | MouseWheelEventArgs ​  | Control ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActualHeight|ActualHeight]] ​  | Double ​  | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActualWidth|ActualWidth]] ​  | Double ​  | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Background|Background]] ​  | Brush   | Control ​  ​| ​   | 
-| {{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}}[[#​Cursor|Cursor]] ​  | Cursor ​  | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DataContext|DataContext]] ​  | Object ​  | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DesiredSize|DesiredSize]] ​  | Size   | UIElement ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Dispatcher|Dispatcher]] ​  | Dispatcher ​  | DependencyObject ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Effect|Effect]] ​  | Effect ​  | 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}}[[#​Foreground|Foreground]] ​  | Brush   | Control ​  ​| ​   | 
-| {{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}}[[#​IsEnabled|IsEnabled]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapTool|MapTool]] ​  | Gets or sets a value that turns this map tool on or off.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsHitTestVisible|IsHitTestVisible]] ​  | Boolean ​  | UIElement ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsTabStop|IsTabStop]] ​  | Boolean ​  | Control ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Language|Language]] ​  | XmlLanguage ​  | 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}}[[#​Padding|Padding]] ​  | Thickness ​  | Control ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Parent|Parent]] ​  | DependencyObject ​  | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Projection|Projection]] ​  | Projection ​  | UIElement ​  ​| ​   | 
-| {{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}}[[#​Style|Style]] ​  | Style   | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TabIndex|TabIndex]] ​  | Int32   | Control ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TabNavigation|TabNavigation]] ​  | KeyboardNavigationMode ​  | Control ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Tag|Tag]] ​  | Object ​  | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Template|Template]] ​  | ControlTemplate ​  | Control ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Triggers|Triggers]] ​  | TriggerCollection ​  | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UseLayoutRounding|UseLayoutRounding]] ​  | Boolean ​  | UIElement ​  ​| ​   | 
-| {{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 ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​DefaultStyleKey|DefaultStyleKey]] ​  | Object ​  | Control ​  ​| ​   | 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​Map|Map]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapTool|MapTool]] ​  | Gets or sets current map that the mapTool will be drawn on   | 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​BindingValidationError|BindingValidationError]] ​  | ValidationErrorEventArgs ​  | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​GotFocus|GotFocus]] ​  | RoutedEventArgs ​  | UIElement ​  ​| ​   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​IsEnabledChanged|IsEnabledChanged]] ​  | DependencyPropertyChangedEventArgs ​  | Control ​  ​| ​   | 
-| {{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 ​  | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Loaded|Loaded]] ​  | RoutedEventArgs ​  | FrameworkElement ​  ​| ​   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​LostFocus|LostFocus]] ​  | RoutedEventArgs ​  | UIElement ​  ​| ​   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​LostMouseCapture|LostMouseCapture]] ​  | MouseEventArgs ​  | 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}}[[#​MouseWheel|MouseWheel]] ​  | MouseWheelEventArgs ​  | UIElement ​  ​| ​   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​SizeChanged|SizeChanged]] ​  | SizeChangedEventArgs ​  | FrameworkElement ​  ​| ​   | 
- 
-===== Public Constructors ===== 
-==== PanZoomBarMapTool() ==== 
-This is the constructor of the PanZoomBarMapTool class. 
-=== Overloads === 
-This is the constructor of the PanZoomBarMapTool class. 
-=== Remarks === 
-This is the constructor of the <​strong>​PanZoomBarMapTool</​strong>​ class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-==== PanZoomBarMapTool(Map,​ Boolean) ==== 
-This is the constructor of the PanZoomBarMapTool class. 
-=== Overloads === 
-This is the constructor of the PanZoomBarMapTool class. 
-=== Remarks === 
-This is the constructor of the <​strong>​PanZoomBarMapTool</​strong>​ class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| map   | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  | A Map value indicating where this map tool will be appended on.   | 
-| isEnabled ​  | Boolean<​!-- System.Boolean --> ​  | A boolean value indicating whether this map tool is enabled or not.   | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== AddHandler(RoutedEvent,​ Delegate, Boolean) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| routedEvent ​  | RoutedEvent<​!-- System.Windows.RoutedEvent --> ​  ​| ​   | 
-| handler ​  | Delegate<​!-- System.Delegate --> ​  ​| ​   | 
-| handledEventsToo ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Methods|Go Back]] 
-==== ApplyTemplate() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Methods|Go Back]] 
-==== Arrange(Rect) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| finalRect ​  | Rect<!-- System.Windows.Rect --> ​  ​| ​   | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Methods|Go Back]] 
-==== CaptureMouse() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Methods|Go Back]] 
-==== CheckAccess() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Windows.DependencyObject --> 
-[[#Public Methods|Go Back]] 
-==== ClearValue(DependencyProperty) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   | 
- 
-<!-- System.Windows.DependencyObject --> 
-[[#Public Methods|Go Back]] 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== FindName(String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| name   | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Methods|Go Back]] 
-==== Focus() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Methods|Go Back]] 
-==== GetAnimationBaseValue(DependencyProperty) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   | 
- 
-<!-- System.Windows.DependencyObject --> 
-[[#Public Methods|Go Back]] 
-==== GetBindingExpression(DependencyProperty) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| BindingExpression<​!-- System.Windows.Data.BindingExpression --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetValue(DependencyProperty) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   | 
- 
-<!-- System.Windows.DependencyObject --> 
-[[#Public Methods|Go Back]] 
-==== InvalidateArrange() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Methods|Go Back]] 
-==== InvalidateMeasure() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Methods|Go Back]] 
-==== Measure(Size) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| availableSize ​  | Size<!-- System.Windows.Size --> ​  ​| ​   | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Methods|Go Back]] 
-==== OnApplyTemplate() ==== 
-When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate(). 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Windows.FrameworkElement(overriden) --> 
-[[#Public Methods|Go Back]] 
-==== ReadLocalValue(DependencyProperty) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   | 
- 
-<!-- System.Windows.DependencyObject --> 
-[[#Public Methods|Go Back]] 
-==== Refresh() ==== 
-This method sychronizes the drag slice to current zoomlevel. 
-=== Remarks === 
-This method sychronizes the drag slice to current zoomlevel. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PanZoomBarMapTool --> 
-[[#Public Methods|Go Back]] 
-==== ReleaseMouseCapture() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Methods|Go Back]] 
-==== RemoveHandler(RoutedEvent,​ Delegate) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| routedEvent ​  | RoutedEvent<​!-- System.Windows.RoutedEvent --> ​  ​| ​   | 
-| handler ​  | Delegate<​!-- System.Delegate --> ​  ​| ​   | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Methods|Go Back]] 
-==== SetBinding(DependencyProperty,​ Binding) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| BindingExpressionBase<​!-- System.Windows.Data.BindingExpressionBase --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   | 
-| binding ​  | Binding<​!-- System.Windows.Data.Binding --> ​  ​| ​   | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Methods|Go Back]] 
-==== SetValue(DependencyProperty,​ Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   | 
-| value   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Windows.DependencyObject --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== TransformToVisual(UIElement) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| GeneralTransform<​!-- System.Windows.Media.GeneralTransform --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| visual ​  | UIElement<​!-- System.Windows.UIElement --> ​  ​| ​   | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Methods|Go Back]] 
-==== UpdateLayout() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== ArrangeOverride(Size) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Size<!-- System.Windows.Size --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| finalSize ​  | Size<!-- System.Windows.Size --> ​  ​| ​   | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#​Protected Methods|Go Back]] 
-==== EnabledChangedCore(Boolean) ==== 
-When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate(). 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| newValue ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTool(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== GetTemplateChild(String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| DependencyObject<​!-- System.Windows.DependencyObject --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| childName ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Methods|Go Back]] 
-==== MeasureOverride(Size) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Size<!-- System.Windows.Size --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| availableSize ​  | Size<!-- System.Windows.Size --> ​  ​| ​   | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== OnCreateAutomationPeer() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| AutomationPeer<​!-- System.Windows.Automation.Peers.AutomationPeer --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Windows.UIElement --> 
-[[#​Protected Methods|Go Back]] 
-==== OnGotFocus(RoutedEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | RoutedEventArgs<​!-- System.Windows.RoutedEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Methods|Go Back]] 
-==== OnKeyDown(KeyEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | KeyEventArgs<​!-- System.Windows.Input.KeyEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Methods|Go Back]] 
-==== OnKeyUp(KeyEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | KeyEventArgs<​!-- System.Windows.Input.KeyEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Methods|Go Back]] 
-==== OnLostFocus(RoutedEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | RoutedEventArgs<​!-- System.Windows.RoutedEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Methods|Go Back]] 
-==== OnLostMouseCapture(MouseEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMouseEnter(MouseEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMouseLeave(MouseEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMouseLeftButtonDown(MouseButtonEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | MouseButtonEventArgs<​!-- System.Windows.Input.MouseButtonEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMouseLeftButtonUp(MouseButtonEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | MouseButtonEventArgs<​!-- System.Windows.Input.MouseButtonEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMouseMove(MouseEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMouseWheel(MouseWheelEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | MouseWheelEventArgs<​!-- System.Windows.Input.MouseWheelEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== ActualHeight ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== ActualWidth ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== Background ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Brush<​!-- System.Windows.Media.Brush --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== BorderBrush ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Brush<​!-- System.Windows.Media.Brush --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== BorderThickness ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Thickness<​!-- System.Windows.Thickness --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== CacheMode ==== 
-=== Return Value === 
-^ Return Type ^ 
-| CacheMode<​!-- System.Windows.Media.CacheMode --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Properties|Go Back]] 
-==== Clip ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Geometry<​!-- System.Windows.Media.Geometry --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Properties|Go Back]] 
-==== Cursor ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Cursor<​!-- System.Windows.Input.Cursor --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== DataContext ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Object<​!-- System.Object --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== DesiredSize ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Size<!-- System.Windows.Size --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Properties|Go Back]] 
-==== Dispatcher ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Dispatcher<​!-- System.Windows.Threading.Dispatcher --> ​  | 
- 
-<!-- System.Windows.DependencyObject --> 
-[[#Public Properties|Go Back]] 
-==== Effect ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Effect<​!-- System.Windows.Media.Effects.Effect --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Properties|Go Back]] 
-==== FontFamily ==== 
-=== Return Value === 
-^ Return Type ^ 
-| FontFamily<​!-- System.Windows.Media.FontFamily --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== FontSize ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== FontStretch ==== 
-=== Return Value === 
-^ Return Type ^ 
-| FontStretch<​!-- System.Windows.FontStretch --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== FontStyle ==== 
-=== Return Value === 
-^ Return Type ^ 
-| FontStyle<​!-- System.Windows.FontStyle --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== FontWeight ==== 
-=== Return Value === 
-^ Return Type ^ 
-| FontWeight<​!-- System.Windows.FontWeight --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== Foreground ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Brush<​!-- System.Windows.Media.Brush --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== Height ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== HorizontalAlignment ==== 
-=== Return Value === 
-^ Return Type ^ 
-| HorizontalAlignment<​!-- System.Windows.HorizontalAlignment --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== HorizontalContentAlignment ==== 
-=== Return Value === 
-^ Return Type ^ 
-| HorizontalAlignment<​!-- System.Windows.HorizontalAlignment --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== IsEnabled ==== 
-Gets or sets a value that turns this map tool on or off. 
-=== Remarks === 
-Gets or sets a value that turns this map tool on or off. 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTool --> 
-[[#Public Properties|Go Back]] 
-==== IsHitTestVisible ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Properties|Go Back]] 
-==== IsTabStop ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== Language ==== 
-=== Return Value === 
-^ Return Type ^ 
-| XmlLanguage<​!-- System.Windows.Markup.XmlLanguage --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== Margin ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Thickness<​!-- System.Windows.Thickness --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== MaxHeight ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== MaxWidth ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== MinHeight ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== MinWidth ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== Name ==== 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== Opacity ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Properties|Go Back]] 
-==== OpacityMask ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Brush<​!-- System.Windows.Media.Brush --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Properties|Go Back]] 
-==== Padding ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Thickness<​!-- System.Windows.Thickness --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== Parent ==== 
-=== Return Value === 
-^ Return Type ^ 
-| DependencyObject<​!-- System.Windows.DependencyObject --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== Projection ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Projection<​!-- System.Windows.Media.Projection --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Properties|Go Back]] 
-==== RenderSize ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Size<!-- System.Windows.Size --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Properties|Go Back]] 
-==== RenderTransform ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Transform<​!-- System.Windows.Media.Transform --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Properties|Go Back]] 
-==== RenderTransformOrigin ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Point<​!-- System.Windows.Point --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Properties|Go Back]] 
-==== Resources ==== 
-=== Return Value === 
-^ Return Type ^ 
-| ResourceDictionary<​!-- System.Windows.ResourceDictionary --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== Style ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Style<​!-- System.Windows.Style --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== TabIndex ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== TabNavigation ==== 
-=== Return Value === 
-^ Return Type ^ 
-| KeyboardNavigationMode<​!-- System.Windows.Input.KeyboardNavigationMode --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== Tag ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Object<​!-- System.Object --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== Template ==== 
-=== Return Value === 
-^ Return Type ^ 
-| ControlTemplate<​!-- System.Windows.Controls.ControlTemplate --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== Triggers ==== 
-=== Return Value === 
-^ Return Type ^ 
-| TriggerCollection<​!-- System.Windows.TriggerCollection --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== UseLayoutRounding ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Properties|Go Back]] 
-==== VerticalAlignment ==== 
-=== Return Value === 
-^ Return Type ^ 
-| VerticalAlignment<​!-- System.Windows.VerticalAlignment --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-==== VerticalContentAlignment ==== 
-=== Return Value === 
-^ Return Type ^ 
-| VerticalAlignment<​!-- System.Windows.VerticalAlignment --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== Visibility ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Visibility<​!-- System.Windows.Visibility --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Properties|Go Back]] 
-==== Width ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-==== DefaultStyleKey ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Object<​!-- System.Object --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Properties|Go Back]] 
-==== Map ==== 
-Gets or sets current map that the mapTool will be drawn on 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTool --> 
-[[#​Protected Properties|Go Back]] 
-===== Public Events ===== 
-==== BindingValidationError ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| ValidationErrorEventArgs<​!-- System.Windows.Controls.ValidationErrorEventArgs --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Events|Go Back]] 
-==== GotFocus ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| RoutedEventArgs<​!-- System.Windows.RoutedEventArgs --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Events|Go Back]] 
-==== IsEnabledChanged ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| DependencyPropertyChangedEventArgs<​!-- System.Windows.DependencyPropertyChangedEventArgs --> ​  | 
- 
-<!-- System.Windows.Controls.Control --> 
-[[#Public Events|Go Back]] 
-==== KeyDown ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| KeyEventArgs<​!-- System.Windows.Input.KeyEventArgs --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Events|Go Back]] 
-==== KeyUp ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| KeyEventArgs<​!-- System.Windows.Input.KeyEventArgs --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Events|Go Back]] 
-==== LayoutUpdated ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| EventArgs<​!-- System.EventArgs --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Events|Go Back]] 
-==== Loaded ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| RoutedEventArgs<​!-- System.Windows.RoutedEventArgs --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Events|Go Back]] 
-==== LostFocus ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| RoutedEventArgs<​!-- System.Windows.RoutedEventArgs --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Events|Go Back]] 
-==== LostMouseCapture ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Events|Go Back]] 
-==== MouseEnter ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Events|Go Back]] 
-==== MouseLeave ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Events|Go Back]] 
-==== MouseLeftButtonDown ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| MouseButtonEventArgs<​!-- System.Windows.Input.MouseButtonEventArgs --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Events|Go Back]] 
-==== MouseLeftButtonUp ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| MouseButtonEventArgs<​!-- System.Windows.Input.MouseButtonEventArgs --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Events|Go Back]] 
-==== MouseMove ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Events|Go Back]] 
-==== MouseWheel ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| MouseWheelEventArgs<​!-- System.Windows.Input.MouseWheelEventArgs --> ​  | 
- 
-<!-- System.Windows.UIElement --> 
-[[#Public Events|Go Back]] 
-==== SizeChanged ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| SizeChangedEventArgs<​!-- System.Windows.SizeChangedEventArgs --> ​  | 
- 
-<!-- System.Windows.FrameworkElement --> 
-[[#Public Events|Go Back]] 
- 
-__NOTOC__ 
-[[Category:​SilverlightEdition]] 
-[[Category:​ThinkGeo.MapSuite.SilverlightEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.silverlightedition.panzoombarmaptool.1440040135.txt.gz ยท Last modified: 2015/09/21 03:29 (external edit)