User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.layertile

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.wpfdesktopedition.layertile [2015/09/18 03:12]
admin
thinkgeo.mapsuite.wpfdesktopedition.layertile [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents a Tile that formed with a Layer collection. This class represents a Tile that formed with a Layer collection.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 16: Line 19:
 ** {{wiki:​PublicMethod.gif|}} LayerTile() ** ** {{wiki:​PublicMethod.gif|}} LayerTile() **
  
-Constructor of LayerTile class.+  * //Constructor of LayerTile class.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​LayerTile.28.29/​/
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} LayerTile(IEnumerable<​Layer>​) ** ** {{wiki:​PublicMethod.gif|}} LayerTile(IEnumerable<​Layer>​) **
  
-Constructor of LayerTile class.+  * //Constructor of LayerTile class.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
 == Parameters == == Parameters ==
   * //layers//   * //layers//
Line 36: Line 39:
 ** {{wiki:​PublicMethod.gif|}} CommitDrawing(GeoCanvas,​Object) ** ** {{wiki:​PublicMethod.gif|}} CommitDrawing(GeoCanvas,​Object) **
  
-N/A+  * //Commits the drawing.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​CommitDrawing.28GeoCanvas.2C_Object.29/​/
  
 == Return Value == == Return Value ==
Line 47: Line 50:
   * //​geoCanvas//​   * //​geoCanvas//​
     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-    * Description:​N/A+    * Description:​The geo canvas.
  
   * //​nativeImage//​   * //​nativeImage//​
     * Type:Object     * Type:Object
-    * Description:​N/A+    * Description:​The native image.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} ToImageSource(Object) ** ** {{wiki:​PublicMethod.gif|}} ToImageSource(Object) **
  
-N/A+  * //Transform native image to the image source.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ToImageSource.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 67: Line 70:
   * //​nativeImage//​   * //​nativeImage//​
     * Type:Object     * Type:Object
-    * Description:​N/A+    * Description:​The native image.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} OnApplyTemplate() ** ** {{wiki:​PublicMethod.gif|}} OnApplyTemplate() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnApplyTemplate.28.29/​/
  
 == Return Value == == Return Value ==
Line 84: Line 87:
 ** {{wiki:​PublicMethod.gif|}} DrawAsync(GeoCanvas) ** ** {{wiki:​PublicMethod.gif|}} DrawAsync(GeoCanvas) **
  
-N/A+  * //Draws the image for tile in an asynchronous way.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​DrawAsync.28GeoCanvas.29/​/
  
 == Return Value == == Return Value ==
Line 95: Line 98:
   * //​geoCanvas//​   * //​geoCanvas//​
     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-    * Description:​N/A+    * Description:​The geo canvas.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas) ** ** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas) **
  
-N/A+  * //This method draws the image for tile.//
 == Remarks == == Remarks ==
-N/A+  * //This method is the concrete wrapper for the virtual method DrawCore. This method draws the representation for the overlay based on the extent you provided.//
  
 == Return Value == == Return Value ==
Line 111: Line 114:
   * //​geoCanvas//​   * //​geoCanvas//​
     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-    * Description:​N/A+    * Description:​This parameter is the canvas object to draw on.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} Dispose() ** ** {{wiki:​PublicMethod.gif|}} Dispose() **
  
-N/A+  * //This method implements the IDispose method. This method is the concrete wrapper for the abstract method DisposeCore./​/
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Dispose.28.29/​/
  
 == Return Value == == Return Value ==
Line 128: Line 131:
 ** {{wiki:​PublicMethod.gif|}} ShouldSerializeContent() ** ** {{wiki:​PublicMethod.gif|}} ShouldSerializeContent() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ShouldSerializeContent.28.29/​/
  
 == Return Value == == Return Value ==
Line 140: Line 143:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 152: Line 155:
 ** {{wiki:​PublicMethod.gif|}} ShouldSerializeStyle() ** ** {{wiki:​PublicMethod.gif|}} ShouldSerializeStyle() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ShouldSerializeStyle.28.29/​/
  
 == Return Value == == Return Value ==
Line 164: Line 167:
 ** {{wiki:​PublicMethod.gif|}} ApplyTemplate() ** ** {{wiki:​PublicMethod.gif|}} ApplyTemplate() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ApplyTemplate.28.29/​/
  
 == Return Value == == Return Value ==
Line 176: Line 179:
 ** {{wiki:​PublicMethod.gif|}} BeginStoryboard(Storyboard) ** ** {{wiki:​PublicMethod.gif|}} BeginStoryboard(Storyboard) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​BeginStoryboard.28Storyboard.29/​/
  
 == Return Value == == Return Value ==
Line 192: Line 195:
 ** {{wiki:​PublicMethod.gif|}} BeginStoryboard(Storyboard,​HandoffBehavior) ** ** {{wiki:​PublicMethod.gif|}} BeginStoryboard(Storyboard,​HandoffBehavior) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​BeginStoryboard.28Storyboard.2C_HandoffBehavior.29/​/
  
 == Return Value == == Return Value ==
Line 212: Line 215:
 ** {{wiki:​PublicMethod.gif|}} BeginStoryboard(Storyboard,​HandoffBehavior,​Boolean) ** ** {{wiki:​PublicMethod.gif|}} BeginStoryboard(Storyboard,​HandoffBehavior,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​BeginStoryboard.28Storyboard.2C_HandoffBehavior.2C_Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 236: Line 239:
 ** {{wiki:​PublicMethod.gif|}} ShouldSerializeTriggers() ** ** {{wiki:​PublicMethod.gif|}} ShouldSerializeTriggers() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ShouldSerializeTriggers.28.29/​/
  
 == Return Value == == Return Value ==
Line 248: Line 251:
 ** {{wiki:​PublicMethod.gif|}} ShouldSerializeResources() ** ** {{wiki:​PublicMethod.gif|}} ShouldSerializeResources() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ShouldSerializeResources.28.29/​/
  
 == Return Value == == Return Value ==
Line 260: Line 263:
 ** {{wiki:​PublicMethod.gif|}} FindResource(Object) ** ** {{wiki:​PublicMethod.gif|}} FindResource(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​FindResource.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 276: Line 279:
 ** {{wiki:​PublicMethod.gif|}} TryFindResource(Object) ** ** {{wiki:​PublicMethod.gif|}} TryFindResource(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​TryFindResource.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 292: Line 295:
 ** {{wiki:​PublicMethod.gif|}} SetResourceReference(DependencyProperty,​Object) ** ** {{wiki:​PublicMethod.gif|}} SetResourceReference(DependencyProperty,​Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​SetResourceReference.28DependencyProperty.2C_Object.29/​/
  
 == Return Value == == Return Value ==
Line 312: Line 315:
 ** {{wiki:​PublicMethod.gif|}} GetBindingExpression(DependencyProperty) ** ** {{wiki:​PublicMethod.gif|}} GetBindingExpression(DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​GetBindingExpression.28DependencyProperty.29/​/
  
 == Return Value == == Return Value ==
Line 328: Line 331:
 ** {{wiki:​PublicMethod.gif|}} SetBinding(DependencyProperty,​BindingBase) ** ** {{wiki:​PublicMethod.gif|}} SetBinding(DependencyProperty,​BindingBase) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​SetBinding.28DependencyProperty.2C_BindingBase.29/​/
  
 == Return Value == == Return Value ==
Line 348: Line 351:
 ** {{wiki:​PublicMethod.gif|}} SetBinding(DependencyProperty,​String) ** ** {{wiki:​PublicMethod.gif|}} SetBinding(DependencyProperty,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​SetBinding.28DependencyProperty.2C_String.29/​/
  
 == Return Value == == Return Value ==
Line 368: Line 371:
 ** {{wiki:​PublicMethod.gif|}} BringIntoView() ** ** {{wiki:​PublicMethod.gif|}} BringIntoView() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​BringIntoView.28.29/​/
  
 == Return Value == == Return Value ==
Line 380: Line 383:
 ** {{wiki:​PublicMethod.gif|}} BringIntoView(Rect) ** ** {{wiki:​PublicMethod.gif|}} BringIntoView(Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​BringIntoView.28Rect.29/​/
  
 == Return Value == == Return Value ==
Line 396: Line 399:
 ** {{wiki:​PublicMethod.gif|}} MoveFocus(TraversalRequest) ** ** {{wiki:​PublicMethod.gif|}} MoveFocus(TraversalRequest) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​MoveFocus.28TraversalRequest.29/​/
  
 == Return Value == == Return Value ==
Line 412: Line 415:
 ** {{wiki:​PublicMethod.gif|}} PredictFocus(FocusNavigationDirection) ** ** {{wiki:​PublicMethod.gif|}} PredictFocus(FocusNavigationDirection) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​PredictFocus.28FocusNavigationDirection.29/​/
  
 == Return Value == == Return Value ==
Line 428: Line 431:
 ** {{wiki:​PublicMethod.gif|}} BeginInit() ** ** {{wiki:​PublicMethod.gif|}} BeginInit() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​BeginInit.28.29/​/
  
 == Return Value == == Return Value ==
Line 440: Line 443:
 ** {{wiki:​PublicMethod.gif|}} EndInit() ** ** {{wiki:​PublicMethod.gif|}} EndInit() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​EndInit.28.29/​/
  
 == Return Value == == Return Value ==
Line 452: Line 455:
 ** {{wiki:​PublicMethod.gif|}} RegisterName(String,​Object) ** ** {{wiki:​PublicMethod.gif|}} RegisterName(String,​Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​RegisterName.28String.2C_Object.29/​/
  
 == Return Value == == Return Value ==
Line 472: Line 475:
 ** {{wiki:​PublicMethod.gif|}} UnregisterName(String) ** ** {{wiki:​PublicMethod.gif|}} UnregisterName(String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​UnregisterName.28String.29/​/
  
 == Return Value == == Return Value ==
Line 488: Line 491:
 ** {{wiki:​PublicMethod.gif|}} FindName(String) ** ** {{wiki:​PublicMethod.gif|}} FindName(String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​FindName.28String.29/​/
  
 == Return Value == == Return Value ==
Line 504: Line 507:
 ** {{wiki:​PublicMethod.gif|}} UpdateDefaultStyle() ** ** {{wiki:​PublicMethod.gif|}} UpdateDefaultStyle() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​UpdateDefaultStyle.28.29/​/
  
 == Return Value == == Return Value ==
Line 516: Line 519:
 ** {{wiki:​PublicMethod.gif|}} ApplyAnimationClock(DependencyProperty,​AnimationClock) ** ** {{wiki:​PublicMethod.gif|}} ApplyAnimationClock(DependencyProperty,​AnimationClock) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.29/​/
  
 == Return Value == == Return Value ==
Line 536: Line 539:
 ** {{wiki:​PublicMethod.gif|}} ApplyAnimationClock(DependencyProperty,​AnimationClock,​HandoffBehavior) ** ** {{wiki:​PublicMethod.gif|}} ApplyAnimationClock(DependencyProperty,​AnimationClock,​HandoffBehavior) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.2C_HandoffBehavior.29/​/
  
 == Return Value == == Return Value ==
Line 560: Line 563:
 ** {{wiki:​PublicMethod.gif|}} BeginAnimation(DependencyProperty,​AnimationTimeline) ** ** {{wiki:​PublicMethod.gif|}} BeginAnimation(DependencyProperty,​AnimationTimeline) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​BeginAnimation.28DependencyProperty.2C_AnimationTimeline.29/​/
  
 == Return Value == == Return Value ==
Line 580: Line 583:
 ** {{wiki:​PublicMethod.gif|}} BeginAnimation(DependencyProperty,​AnimationTimeline,​HandoffBehavior) ** ** {{wiki:​PublicMethod.gif|}} BeginAnimation(DependencyProperty,​AnimationTimeline,​HandoffBehavior) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​BeginAnimation.28DependencyProperty.2C_AnimationTimeline.2C_HandoffBehavior.29/​/
  
 == Return Value == == Return Value ==
Line 604: Line 607:
 ** {{wiki:​PublicMethod.gif|}} GetAnimationBaseValue(DependencyProperty) ** ** {{wiki:​PublicMethod.gif|}} GetAnimationBaseValue(DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​GetAnimationBaseValue.28DependencyProperty.29/​/
  
 == Return Value == == Return Value ==
Line 620: Line 623:
 ** {{wiki:​PublicMethod.gif|}} ShouldSerializeInputBindings() ** ** {{wiki:​PublicMethod.gif|}} ShouldSerializeInputBindings() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ShouldSerializeInputBindings.28.29/​/
  
 == Return Value == == Return Value ==
Line 632: Line 635:
 ** {{wiki:​PublicMethod.gif|}} ShouldSerializeCommandBindings() ** ** {{wiki:​PublicMethod.gif|}} ShouldSerializeCommandBindings() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ShouldSerializeCommandBindings.28.29/​/
  
 == Return Value == == Return Value ==
Line 644: Line 647:
 ** {{wiki:​PublicMethod.gif|}} RaiseEvent(RoutedEventArgs) ** ** {{wiki:​PublicMethod.gif|}} RaiseEvent(RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​RaiseEvent.28RoutedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 660: Line 663:
 ** {{wiki:​PublicMethod.gif|}} AddHandler(RoutedEvent,​Delegate) ** ** {{wiki:​PublicMethod.gif|}} AddHandler(RoutedEvent,​Delegate) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AddHandler.28RoutedEvent.2C_Delegate.29/​/
  
 == Return Value == == Return Value ==
Line 680: Line 683:
 ** {{wiki:​PublicMethod.gif|}} AddHandler(RoutedEvent,​Delegate,​Boolean) ** ** {{wiki:​PublicMethod.gif|}} AddHandler(RoutedEvent,​Delegate,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AddHandler.28RoutedEvent.2C_Delegate.2C_Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 704: Line 707:
 ** {{wiki:​PublicMethod.gif|}} RemoveHandler(RoutedEvent,​Delegate) ** ** {{wiki:​PublicMethod.gif|}} RemoveHandler(RoutedEvent,​Delegate) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​RemoveHandler.28RoutedEvent.2C_Delegate.29/​/
  
 == Return Value == == Return Value ==
Line 724: Line 727:
 ** {{wiki:​PublicMethod.gif|}} AddToEventRoute(EventRoute,​RoutedEventArgs) ** ** {{wiki:​PublicMethod.gif|}} AddToEventRoute(EventRoute,​RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AddToEventRoute.28EventRoute.2C_RoutedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 744: Line 747:
 ** {{wiki:​PublicMethod.gif|}} InvalidateMeasure() ** ** {{wiki:​PublicMethod.gif|}} InvalidateMeasure() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​InvalidateMeasure.28.29/​/
  
 == Return Value == == Return Value ==
Line 756: Line 759:
 ** {{wiki:​PublicMethod.gif|}} InvalidateArrange() ** ** {{wiki:​PublicMethod.gif|}} InvalidateArrange() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​InvalidateArrange.28.29/​/
  
 == Return Value == == Return Value ==
Line 768: Line 771:
 ** {{wiki:​PublicMethod.gif|}} InvalidateVisual() ** ** {{wiki:​PublicMethod.gif|}} InvalidateVisual() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​InvalidateVisual.28.29/​/
  
 == Return Value == == Return Value ==
Line 780: Line 783:
 ** {{wiki:​PublicMethod.gif|}} Measure(Size) ** ** {{wiki:​PublicMethod.gif|}} Measure(Size) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Measure.28Size.29/​/
  
 == Return Value == == Return Value ==
Line 796: Line 799:
 ** {{wiki:​PublicMethod.gif|}} Arrange(Rect) ** ** {{wiki:​PublicMethod.gif|}} Arrange(Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Arrange.28Rect.29/​/
  
 == Return Value == == Return Value ==
Line 812: Line 815:
 ** {{wiki:​PublicMethod.gif|}} UpdateLayout() ** ** {{wiki:​PublicMethod.gif|}} UpdateLayout() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​UpdateLayout.28.29/​/
  
 == Return Value == == Return Value ==
Line 824: Line 827:
 ** {{wiki:​PublicMethod.gif|}} TranslatePoint(Point,​UIElement) ** ** {{wiki:​PublicMethod.gif|}} TranslatePoint(Point,​UIElement) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​TranslatePoint.28Point.2C_UIElement.29/​/
  
 == Return Value == == Return Value ==
Line 844: Line 847:
 ** {{wiki:​PublicMethod.gif|}} InputHitTest(Point) ** ** {{wiki:​PublicMethod.gif|}} InputHitTest(Point) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​InputHitTest.28Point.29/​/
  
 == Return Value == == Return Value ==
Line 860: Line 863:
 ** {{wiki:​PublicMethod.gif|}} CaptureMouse() ** ** {{wiki:​PublicMethod.gif|}} CaptureMouse() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​CaptureMouse.28.29/​/
  
 == Return Value == == Return Value ==
Line 872: Line 875:
 ** {{wiki:​PublicMethod.gif|}} ReleaseMouseCapture() ** ** {{wiki:​PublicMethod.gif|}} ReleaseMouseCapture() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ReleaseMouseCapture.28.29/​/
  
 == Return Value == == Return Value ==
Line 884: Line 887:
 ** {{wiki:​PublicMethod.gif|}} CaptureStylus() ** ** {{wiki:​PublicMethod.gif|}} CaptureStylus() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​CaptureStylus.28.29/​/
  
 == Return Value == == Return Value ==
Line 896: Line 899:
 ** {{wiki:​PublicMethod.gif|}} ReleaseStylusCapture() ** ** {{wiki:​PublicMethod.gif|}} ReleaseStylusCapture() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ReleaseStylusCapture.28.29/​/
  
 == Return Value == == Return Value ==
Line 908: Line 911:
 ** {{wiki:​PublicMethod.gif|}} Focus() ** ** {{wiki:​PublicMethod.gif|}} Focus() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Focus.28.29/​/
  
 == Return Value == == Return Value ==
Line 920: Line 923:
 ** {{wiki:​PublicMethod.gif|}} CaptureTouch(TouchDevice) ** ** {{wiki:​PublicMethod.gif|}} CaptureTouch(TouchDevice) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​CaptureTouch.28TouchDevice.29/​/
  
 == Return Value == == Return Value ==
Line 936: Line 939:
 ** {{wiki:​PublicMethod.gif|}} ReleaseTouchCapture(TouchDevice) ** ** {{wiki:​PublicMethod.gif|}} ReleaseTouchCapture(TouchDevice) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ReleaseTouchCapture.28TouchDevice.29/​/
  
 == Return Value == == Return Value ==
Line 952: Line 955:
 ** {{wiki:​PublicMethod.gif|}} ReleaseAllTouchCaptures() ** ** {{wiki:​PublicMethod.gif|}} ReleaseAllTouchCaptures() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ReleaseAllTouchCaptures.28.29/​/
  
 == Return Value == == Return Value ==
Line 964: Line 967:
 ** {{wiki:​PublicMethod.gif|}} IsAncestorOf(DependencyObject) ** ** {{wiki:​PublicMethod.gif|}} IsAncestorOf(DependencyObject) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsAncestorOf.28DependencyObject.29/​/
  
 == Return Value == == Return Value ==
Line 980: Line 983:
 ** {{wiki:​PublicMethod.gif|}} IsDescendantOf(DependencyObject) ** ** {{wiki:​PublicMethod.gif|}} IsDescendantOf(DependencyObject) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsDescendantOf.28DependencyObject.29/​/
  
 == Return Value == == Return Value ==
Line 996: Line 999:
 ** {{wiki:​PublicMethod.gif|}} FindCommonVisualAncestor(DependencyObject) ** ** {{wiki:​PublicMethod.gif|}} FindCommonVisualAncestor(DependencyObject) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​FindCommonVisualAncestor.28DependencyObject.29/​/
  
 == Return Value == == Return Value ==
Line 1012: Line 1015:
 ** {{wiki:​PublicMethod.gif|}} TransformToAncestor(Visual) ** ** {{wiki:​PublicMethod.gif|}} TransformToAncestor(Visual) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​TransformToAncestor.28Visual.29/​/
  
 == Return Value == == Return Value ==
Line 1028: Line 1031:
 ** {{wiki:​PublicMethod.gif|}} TransformToAncestor(Visual3D) ** ** {{wiki:​PublicMethod.gif|}} TransformToAncestor(Visual3D) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​TransformToAncestor.28Visual3D.29/​/
  
 == Return Value == == Return Value ==
Line 1044: Line 1047:
 ** {{wiki:​PublicMethod.gif|}} TransformToDescendant(Visual) ** ** {{wiki:​PublicMethod.gif|}} TransformToDescendant(Visual) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​TransformToDescendant.28Visual.29/​/
  
 == Return Value == == Return Value ==
Line 1060: Line 1063:
 ** {{wiki:​PublicMethod.gif|}} TransformToVisual(Visual) ** ** {{wiki:​PublicMethod.gif|}} TransformToVisual(Visual) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​TransformToVisual.28Visual.29/​/
  
 == Return Value == == Return Value ==
Line 1076: Line 1079:
 ** {{wiki:​PublicMethod.gif|}} PointToScreen(Point) ** ** {{wiki:​PublicMethod.gif|}} PointToScreen(Point) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​PointToScreen.28Point.29/​/
  
 == Return Value == == Return Value ==
Line 1092: Line 1095:
 ** {{wiki:​PublicMethod.gif|}} PointFromScreen(Point) ** ** {{wiki:​PublicMethod.gif|}} PointFromScreen(Point) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​PointFromScreen.28Point.29/​/
  
 == Return Value == == Return Value ==
Line 1108: Line 1111:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 1124: Line 1127:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 1136: Line 1139:
 ** {{wiki:​PublicMethod.gif|}} GetValue(DependencyProperty) ** ** {{wiki:​PublicMethod.gif|}} GetValue(DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​GetValue.28DependencyProperty.29/​/
  
 == Return Value == == Return Value ==
Line 1152: Line 1155:
 ** {{wiki:​PublicMethod.gif|}} SetValue(DependencyProperty,​Object) ** ** {{wiki:​PublicMethod.gif|}} SetValue(DependencyProperty,​Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​SetValue.28DependencyProperty.2C_Object.29/​/
  
 == Return Value == == Return Value ==
Line 1172: Line 1175:
 ** {{wiki:​PublicMethod.gif|}} SetCurrentValue(DependencyProperty,​Object) ** ** {{wiki:​PublicMethod.gif|}} SetCurrentValue(DependencyProperty,​Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​SetCurrentValue.28DependencyProperty.2C_Object.29/​/
  
 == Return Value == == Return Value ==
Line 1192: Line 1195:
 ** {{wiki:​PublicMethod.gif|}} SetValue(DependencyPropertyKey,​Object) ** ** {{wiki:​PublicMethod.gif|}} SetValue(DependencyPropertyKey,​Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​SetValue.28DependencyPropertyKey.2C_Object.29/​/
  
 == Return Value == == Return Value ==
Line 1212: Line 1215:
 ** {{wiki:​PublicMethod.gif|}} ClearValue(DependencyProperty) ** ** {{wiki:​PublicMethod.gif|}} ClearValue(DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ClearValue.28DependencyProperty.29/​/
  
 == Return Value == == Return Value ==
Line 1228: Line 1231:
 ** {{wiki:​PublicMethod.gif|}} ClearValue(DependencyPropertyKey) ** ** {{wiki:​PublicMethod.gif|}} ClearValue(DependencyPropertyKey) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ClearValue.28DependencyPropertyKey.29/​/
  
 == Return Value == == Return Value ==
Line 1244: Line 1247:
 ** {{wiki:​PublicMethod.gif|}} CoerceValue(DependencyProperty) ** ** {{wiki:​PublicMethod.gif|}} CoerceValue(DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​CoerceValue.28DependencyProperty.29/​/
  
 == Return Value == == Return Value ==
Line 1260: Line 1263:
 ** {{wiki:​PublicMethod.gif|}} InvalidateProperty(DependencyProperty) ** ** {{wiki:​PublicMethod.gif|}} InvalidateProperty(DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​InvalidateProperty.28DependencyProperty.29/​/
  
 == Return Value == == Return Value ==
Line 1276: Line 1279:
 ** {{wiki:​PublicMethod.gif|}} ReadLocalValue(DependencyProperty) ** ** {{wiki:​PublicMethod.gif|}} ReadLocalValue(DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ReadLocalValue.28DependencyProperty.29/​/
  
 == Return Value == == Return Value ==
Line 1292: Line 1295:
 ** {{wiki:​PublicMethod.gif|}} GetLocalValueEnumerator() ** ** {{wiki:​PublicMethod.gif|}} GetLocalValueEnumerator() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​GetLocalValueEnumerator.28.29/​/
  
 == Return Value == == Return Value ==
Line 1304: Line 1307:
 ** {{wiki:​PublicMethod.gif|}} CheckAccess() ** ** {{wiki:​PublicMethod.gif|}} CheckAccess() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​CheckAccess.28.29/​/
  
 == Return Value == == Return Value ==
Line 1316: Line 1319:
 ** {{wiki:​PublicMethod.gif|}} VerifyAccess() ** ** {{wiki:​PublicMethod.gif|}} VerifyAccess() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​VerifyAccess.28.29/​/
  
 == Return Value == == Return Value ==
Line 1328: Line 1331:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 1341: Line 1344:
 ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas) ** ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas) **
  
-This method draws the maintained layers collection to nativeImage in the passed GeoCanvas object.+  * //This method draws the maintained layers collection to nativeImage in the passed GeoCanvas object.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​DrawCore.28GeoCanvas.29/​/
  
 == Return Value == == Return Value ==
Line 1357: Line 1360:
 ** {{wiki:​ProtectedMethod.gif|}} rRc=(Dictionary<​String,​Collection<​Feature>>​) ** ** {{wiki:​ProtectedMethod.gif|}} rRc=(Dictionary<​String,​Collection<​Feature>>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1373: Line 1376:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawn(DrawnTileEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawn(DrawnTileEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnDrawn.28DrawnTileEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1389: Line 1392:
 ** {{wiki:​ProtectedMethod.gif|}} CommitDrawingCore(GeoCanvas,​Object) ** ** {{wiki:​ProtectedMethod.gif|}} CommitDrawingCore(GeoCanvas,​Object) **
  
-N/A+  * //Commits the drawing (internal implementation)./​/
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​CommitDrawingCore.28GeoCanvas.2C_Object.29/​/
  
 == Return Value == == Return Value ==
Line 1400: Line 1403:
   * //​geoCanvas//​   * //​geoCanvas//​
     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-    * Description:​N/A+    * Description:​The geo canvas.
  
   * //​imageSource//​   * //​imageSource//​
     * Type:Object     * Type:Object
-    * Description:​N/A+    * Description:​The image source.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} ToImageSourceCore(Object) ** ** {{wiki:​ProtectedMethod.gif|}} ToImageSourceCore(Object) **
  
-N/A+  * //Transform native image to the image source (internal implementation)./​/
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ToImageSourceCore.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 1420: Line 1423:
   * //​imageSource//​   * //​imageSource//​
     * Type:Object     * Type:Object
-    * Description:​N/A+    * Description:​The image source.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) ** ** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) **
  
-N/A+  * //This method draws the exception message when the drawing process is crashed.//
 == Remarks == == Remarks ==
-N/A+  * //This method is the concrete wrapper for the abstract method DrawExceptionCore./​/
  
 == Return Value == == Return Value ==
Line 1436: Line 1439:
   * //​geoCanvas//​   * //​geoCanvas//​
     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-    * Description:​N/A+    * Description:​This parameter is the canvas object to draw on.
  
   * //​exception//​   * //​exception//​
     * Type:​Exception     * Type:​Exception
-    * Description:​N/A+    * Description:​This parameter is the real exception in during drawing process.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) ** ** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) **
  
-N/A+  * //This method draws the exception message when the drawing process is crashed.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​DrawExceptionCore.28GeoCanvas.2C_Exception.29/​/
  
 == Return Value == == Return Value ==
Line 1456: Line 1459:
   * //canvas//   * //canvas//
     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-    * Description:​N/A+    * Description:​This parameter is the canvas object to draw on.
  
   * //​exception//​   * //​exception//​
     * Type:​Exception     * Type:​Exception
-    * Description:​N/A+    * Description:​This parameter is the real exception in during drawing process.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnOpened(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnOpened(EventArgs) **
  
-N/A+  * //This method executs when the Opened event raised.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnOpened.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1476: Line 1479:
   * //args//   * //args//
     * Type:​EventArgs     * Type:​EventArgs
-    * Description:​N/A+    * Description:​This parameter maitains the arguments for the Opened event.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawing(DrawingTileEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawing(DrawingTileEventArgs) **
  
-N/A+  * //This method raises before the tile is drawing.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnDrawing.28DrawingTileEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1492: Line 1495:
   * //args//   * //args//
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileEventArgs|DrawingTileEventArgs]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileEventArgs|DrawingTileEventArgs]]
-    * Description:​N/A+    * Description:​An event argument for the Drawing event in Tile class.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 1509: Line 1512:
 ** {{wiki:​ProtectedMethod.gif|}} oxc=(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} oxc=(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1525: Line 1528:
 ** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) **
  
-N/A+  * //This method disposes all the unmanaged resource in the tile.//
 == Remarks == == Remarks ==
-N/A+  * //When implementing this method, consider the stop the background threading when drawing asynchronously./​/
  
 == Return Value == == Return Value ==
Line 1541: Line 1544:
 ** {{wiki:​ProtectedMethod.gif|}} GetPlainText() ** ** {{wiki:​ProtectedMethod.gif|}} GetPlainText() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1553: Line 1556:
 ** {{wiki:​ProtectedMethod.gif|}} PrepareContentControl(Object,​DataTemplate,​DataTemplateSelector,​String) ** ** {{wiki:​ProtectedMethod.gif|}} PrepareContentControl(Object,​DataTemplate,​DataTemplateSelector,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1581: Line 1584:
 ** {{wiki:​ProtectedMethod.gif|}} ClearContentControl(Object) ** ** {{wiki:​ProtectedMethod.gif|}} ClearContentControl(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1597: Line 1600:
 ** {{wiki:​ProtectedMethod.gif|}} AddChild(Object) ** ** {{wiki:​ProtectedMethod.gif|}} AddChild(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AddChild.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 1613: Line 1616:
 ** {{wiki:​ProtectedMethod.gif|}} AddText(String) ** ** {{wiki:​ProtectedMethod.gif|}} AddText(String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AddText.28String.29/​/
  
 == Return Value == == Return Value ==
Line 1629: Line 1632:
 ** {{wiki:​ProtectedMethod.gif|}} OnContentChanged(Object,​Object) ** ** {{wiki:​ProtectedMethod.gif|}} OnContentChanged(Object,​Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnContentChanged.28Object.2C_Object.29/​/
  
 == Return Value == == Return Value ==
Line 1649: Line 1652:
 ** {{wiki:​ProtectedMethod.gif|}} OnContentTemplateChanged(DataTemplate,​DataTemplate) ** ** {{wiki:​ProtectedMethod.gif|}} OnContentTemplateChanged(DataTemplate,​DataTemplate) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnContentTemplateChanged.28DataTemplate.2C_DataTemplate.29/​/
  
 == Return Value == == Return Value ==
Line 1669: Line 1672:
 ** {{wiki:​ProtectedMethod.gif|}} OnContentTemplateSelectorChanged(DataTemplateSelector,​DataTemplateSelector) ** ** {{wiki:​ProtectedMethod.gif|}} OnContentTemplateSelectorChanged(DataTemplateSelector,​DataTemplateSelector) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnContentTemplateSelectorChanged.28DataTemplateSelector.2C_DataTemplateSelector.29/​/
  
 == Return Value == == Return Value ==
Line 1689: Line 1692:
 ** {{wiki:​ProtectedMethod.gif|}} OnContentStringFormatChanged(String,​String) ** ** {{wiki:​ProtectedMethod.gif|}} OnContentStringFormatChanged(String,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnContentStringFormatChanged.28String.2C_String.29/​/
  
 == Return Value == == Return Value ==
Line 1709: Line 1712:
 ** {{wiki:​ProtectedMethod.gif|}} OnTemplateChangedInternal(FrameworkTemplate,​FrameworkTemplate) ** ** {{wiki:​ProtectedMethod.gif|}} OnTemplateChangedInternal(FrameworkTemplate,​FrameworkTemplate) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1729: Line 1732:
 ** {{wiki:​ProtectedMethod.gif|}} OnTemplateChanged(ControlTemplate,​ControlTemplate) ** ** {{wiki:​ProtectedMethod.gif|}} OnTemplateChanged(ControlTemplate,​ControlTemplate) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnTemplateChanged.28ControlTemplate.2C_ControlTemplate.29/​/
  
 == Return Value == == Return Value ==
Line 1749: Line 1752:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseDoubleClick(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseDoubleClick(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1765: Line 1768:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseDoubleClick(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseDoubleClick(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseDoubleClick.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1781: Line 1784:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreApplyTemplate() ** ** {{wiki:​ProtectedMethod.gif|}} OnPreApplyTemplate() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1793: Line 1796:
 ** {{wiki:​ProtectedMethod.gif|}} OnPostApplyTemplate() ** ** {{wiki:​ProtectedMethod.gif|}} OnPostApplyTemplate() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1805: Line 1808:
 ** {{wiki:​ProtectedMethod.gif|}} UpdateVisualState() ** ** {{wiki:​ProtectedMethod.gif|}} UpdateVisualState() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1817: Line 1820:
 ** {{wiki:​ProtectedMethod.gif|}} UpdateVisualState(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} UpdateVisualState(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1833: Line 1836:
 ** {{wiki:​ProtectedMethod.gif|}} ChangeVisualState(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} ChangeVisualState(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1849: Line 1852:
 ** {{wiki:​ProtectedMethod.gif|}} ChangeValidationVisualState(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} ChangeValidationVisualState(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1865: Line 1868:
 ** {{wiki:​ProtectedMethod.gif|}} MeasureOverride(Size) ** ** {{wiki:​ProtectedMethod.gif|}} MeasureOverride(Size) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​MeasureOverride.28Size.29/​/
  
 == Return Value == == Return Value ==
Line 1881: Line 1884:
 ** {{wiki:​ProtectedMethod.gif|}} ArrangeOverride(Size) ** ** {{wiki:​ProtectedMethod.gif|}} ArrangeOverride(Size) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ArrangeOverride.28Size.29/​/
  
 == Return Value == == Return Value ==
Line 1897: Line 1900:
 ** {{wiki:​ProtectedMethod.gif|}} ReadControlFlag(ControlBoolFlags) ** ** {{wiki:​ProtectedMethod.gif|}} ReadControlFlag(ControlBoolFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1913: Line 1916:
 ** {{wiki:​ProtectedMethod.gif|}} WriteControlFlag(ControlBoolFlags,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} WriteControlFlag(ControlBoolFlags,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1933: Line 1936:
 ** {{wiki:​ProtectedMethod.gif|}} OnStyleChanged(Style,​Style) ** ** {{wiki:​ProtectedMethod.gif|}} OnStyleChanged(Style,​Style) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1953: Line 1956:
 ** {{wiki:​ProtectedMethod.gif|}} ParentLayoutInvalidated(UIElement) ** ** {{wiki:​ProtectedMethod.gif|}} ParentLayoutInvalidated(UIElement) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1969: Line 1972:
 ** {{wiki:​ProtectedMethod.gif|}} GetVisualChild(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} GetVisualChild(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​GetVisualChild.28Int32.29/​/
  
 == Return Value == == Return Value ==
Line 1985: Line 1988:
 ** {{wiki:​ProtectedMethod.gif|}} GetTemplateChild(String) ** ** {{wiki:​ProtectedMethod.gif|}} GetTemplateChild(String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2001: Line 2004:
 ** {{wiki:​ProtectedMethod.gif|}} HasNonDefaultValue(DependencyProperty) ** ** {{wiki:​ProtectedMethod.gif|}} HasNonDefaultValue(DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2017: Line 2020:
 ** {{wiki:​ProtectedMethod.gif|}} EvaluateBaseValueCore(DependencyProperty,​PropertyMetadata,​EffectiveValueEntry&​) ** ** {{wiki:​ProtectedMethod.gif|}} EvaluateBaseValueCore(DependencyProperty,​PropertyMetadata,​EffectiveValueEntry&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2041: Line 2044:
 ** {{wiki:​ProtectedMethod.gif|}} GetRawValue(DependencyProperty,​PropertyMetadata,​EffectiveValueEntry&​) ** ** {{wiki:​ProtectedMethod.gif|}} GetRawValue(DependencyProperty,​PropertyMetadata,​EffectiveValueEntry&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2065: Line 2068:
 ** {{wiki:​ProtectedMethod.gif|}} GetExpressionCore(DependencyProperty,​PropertyMetadata) ** ** {{wiki:​ProtectedMethod.gif|}} GetExpressionCore(DependencyProperty,​PropertyMetadata) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2085: Line 2088:
 ** {{wiki:​ProtectedMethod.gif|}} OnPropertyChanged(DependencyPropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPropertyChanged(DependencyPropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPropertyChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2101: Line 2104:
 ** {{wiki:​ProtectedMethod.gif|}} pushTextRenderingMode() ** ** {{wiki:​ProtectedMethod.gif|}} pushTextRenderingMode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2113: Line 2116:
 ** {{wiki:​ProtectedMethod.gif|}} OnAncestorChanged() ** ** {{wiki:​ProtectedMethod.gif|}} OnAncestorChanged() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2125: Line 2128:
 ** {{wiki:​ProtectedMethod.gif|}} OnVisualParentChanged(DependencyObject) ** ** {{wiki:​ProtectedMethod.gif|}} OnVisualParentChanged(DependencyObject) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2141: Line 2144:
 ** {{wiki:​ProtectedMethod.gif|}} OnVisualAncestorChanged(Object,​AncestorChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnVisualAncestorChanged(Object,​AncestorChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2161: Line 2164:
 ** {{wiki:​ProtectedMethod.gif|}} GetUIParentCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetUIParentCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2173: Line 2176:
 ** {{wiki:​ProtectedMethod.gif|}} AdjustEventSource(RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} AdjustEventSource(RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2189: Line 2192:
 ** {{wiki:​ProtectedMethod.gif|}} AdjustBranchSource(RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} AdjustBranchSource(RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2205: Line 2208:
 ** {{wiki:​ProtectedMethod.gif|}} BuildRouteCore(EventRoute,​RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} BuildRouteCore(EventRoute,​RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2225: Line 2228:
 ** {{wiki:​ProtectedMethod.gif|}} BuildRouteCoreHelper(EventRoute,​RoutedEventArgs,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} BuildRouteCoreHelper(EventRoute,​RoutedEventArgs,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2249: Line 2252:
 ** {{wiki:​ProtectedMethod.gif|}} AddToEventRouteCore(EventRoute,​RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} AddToEventRouteCore(EventRoute,​RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2269: Line 2272:
 ** {{wiki:​ProtectedMethod.gif|}} IgnoreModelParentBuildRoute(RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} IgnoreModelParentBuildRoute(RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2285: Line 2288:
 ** {{wiki:​ProtectedMethod.gif|}} InvalidateAutomationAncestorsCore(Stack<​DependencyObject>,​Boolean&​) ** ** {{wiki:​ProtectedMethod.gif|}} InvalidateAutomationAncestorsCore(Stack<​DependencyObject>,​Boolean&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2305: Line 2308:
 ** {{wiki:​ProtectedMethod.gif|}} InvalidateAutomationAncestorsCoreHelper(Stack<​DependencyObject>,​Boolean&,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} InvalidateAutomationAncestorsCoreHelper(Stack<​DependencyObject>,​Boolean&,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2329: Line 2332:
 ** {{wiki:​ProtectedMethod.gif|}} MeasureCore(Size) ** ** {{wiki:​ProtectedMethod.gif|}} MeasureCore(Size) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​MeasureCore.28Size.29/​/
  
 == Return Value == == Return Value ==
Line 2345: Line 2348:
 ** {{wiki:​ProtectedMethod.gif|}} ArrangeCore(Rect) ** ** {{wiki:​ProtectedMethod.gif|}} ArrangeCore(Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ArrangeCore.28Rect.29/​/
  
 == Return Value == == Return Value ==
Line 2361: Line 2364:
 ** {{wiki:​ProtectedMethod.gif|}} OnRenderSizeChanged(SizeChangedInfo) ** ** {{wiki:​ProtectedMethod.gif|}} OnRenderSizeChanged(SizeChangedInfo) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2377: Line 2380:
 ** {{wiki:​ProtectedMethod.gif|}} GetLayoutClip(Size) ** ** {{wiki:​ProtectedMethod.gif|}} GetLayoutClip(Size) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​GetLayoutClip.28Size.29/​/
  
 == Return Value == == Return Value ==
Line 2393: Line 2396:
 ** {{wiki:​ProtectedMethod.gif|}} GetLayoutClipInternal() ** ** {{wiki:​ProtectedMethod.gif|}} GetLayoutClipInternal() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2405: Line 2408:
 ** {{wiki:​ProtectedMethod.gif|}} OnGotFocus(RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnGotFocus(RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnGotFocus.28RoutedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2421: Line 2424:
 ** {{wiki:​ProtectedMethod.gif|}} OnInitialized(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnInitialized(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnInitialized.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2437: Line 2440:
 ** {{wiki:​ProtectedMethod.gif|}} OnPresentationSourceChanged(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} OnPresentationSourceChanged(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2453: Line 2456:
 ** {{wiki:​ProtectedMethod.gif|}} OnAddHandler(RoutedEvent,​Delegate) ** ** {{wiki:​ProtectedMethod.gif|}} OnAddHandler(RoutedEvent,​Delegate) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2473: Line 2476:
 ** {{wiki:​ProtectedMethod.gif|}} OnRemoveHandler(RoutedEvent,​Delegate) ** ** {{wiki:​ProtectedMethod.gif|}} OnRemoveHandler(RoutedEvent,​Delegate) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2493: Line 2496:
 ** {{wiki:​ProtectedMethod.gif|}} OnLoaded(RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnLoaded(RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2509: Line 2512:
 ** {{wiki:​ProtectedMethod.gif|}} OnUnloaded(RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnUnloaded(RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2525: Line 2528:
 ** {{wiki:​ProtectedMethod.gif|}} AddSynchronizedInputPreOpportunityHandlerCore(EventRoute,​RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} AddSynchronizedInputPreOpportunityHandlerCore(EventRoute,​RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2545: Line 2548:
 ** {{wiki:​ProtectedMethod.gif|}} RaiseClrEvent(EventPrivateKey,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} RaiseClrEvent(EventPrivateKey,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2565: Line 2568:
 ** {{wiki:​ProtectedMethod.gif|}} OnToolTipOpening(ToolTipEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnToolTipOpening(ToolTipEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnToolTipOpening.28ToolTipEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2581: Line 2584:
 ** {{wiki:​ProtectedMethod.gif|}} OnToolTipClosing(ToolTipEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnToolTipClosing(ToolTipEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnToolTipClosing.28ToolTipEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2597: Line 2600:
 ** {{wiki:​ProtectedMethod.gif|}} OnContextMenuOpening(ContextMenuEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnContextMenuOpening(ContextMenuEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnContextMenuOpening.28ContextMenuEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2613: Line 2616:
 ** {{wiki:​ProtectedMethod.gif|}} OnContextMenuClosing(ContextMenuEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnContextMenuClosing(ContextMenuEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnContextMenuClosing.28ContextMenuEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2629: Line 2632:
 ** {{wiki:​ProtectedMethod.gif|}} EventHandlersStoreAdd(EventPrivateKey,​Delegate) ** ** {{wiki:​ProtectedMethod.gif|}} EventHandlersStoreAdd(EventPrivateKey,​Delegate) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2649: Line 2652:
 ** {{wiki:​ProtectedMethod.gif|}} EventHandlersStoreRemove(EventPrivateKey,​Delegate) ** ** {{wiki:​ProtectedMethod.gif|}} EventHandlersStoreRemove(EventPrivateKey,​Delegate) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2669: Line 2672:
 ** {{wiki:​ProtectedMethod.gif|}} ReadInternalFlag(InternalFlags) ** ** {{wiki:​ProtectedMethod.gif|}} ReadInternalFlag(InternalFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2685: Line 2688:
 ** {{wiki:​ProtectedMethod.gif|}} ReadInternalFlag2(InternalFlags2) ** ** {{wiki:​ProtectedMethod.gif|}} ReadInternalFlag2(InternalFlags2) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2701: Line 2704:
 ** {{wiki:​ProtectedMethod.gif|}} WriteInternalFlag(InternalFlags,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} WriteInternalFlag(InternalFlags,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2721: Line 2724:
 ** {{wiki:​ProtectedMethod.gif|}} WriteInternalFlag2(InternalFlags2,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} WriteInternalFlag2(InternalFlags2,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2741: Line 2744:
 ** {{wiki:​ProtectedMethod.gif|}} FindName(String,​DependencyObject&​) ** ** {{wiki:​ProtectedMethod.gif|}} FindName(String,​DependencyObject&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2761: Line 2764:
 ** {{wiki:​ProtectedMethod.gif|}} FindResourceOnSelf(Object,​Boolean,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} FindResourceOnSelf(Object,​Boolean,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2785: Line 2788:
 ** {{wiki:​ProtectedMethod.gif|}} ContextVerifiedGetParent() ** ** {{wiki:​ProtectedMethod.gif|}} ContextVerifiedGetParent() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2797: Line 2800:
 ** {{wiki:​ProtectedMethod.gif|}} AddLogicalChild(Object) ** ** {{wiki:​ProtectedMethod.gif|}} AddLogicalChild(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2813: Line 2816:
 ** {{wiki:​ProtectedMethod.gif|}} RemoveLogicalChild(Object) ** ** {{wiki:​ProtectedMethod.gif|}} RemoveLogicalChild(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2829: Line 2832:
 ** {{wiki:​ProtectedMethod.gif|}} ChangeLogicalParent(DependencyObject) ** ** {{wiki:​ProtectedMethod.gif|}} ChangeLogicalParent(DependencyObject) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2845: Line 2848:
 ** {{wiki:​ProtectedMethod.gif|}} OnNewParent(DependencyObject) ** ** {{wiki:​ProtectedMethod.gif|}} OnNewParent(DependencyObject) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2861: Line 2864:
 ** {{wiki:​ProtectedMethod.gif|}} OnAncestorChangedInternal(TreeChangeInfo) ** ** {{wiki:​ProtectedMethod.gif|}} OnAncestorChangedInternal(TreeChangeInfo) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2877: Line 2880:
 ** {{wiki:​ProtectedMethod.gif|}} InvalidateTreeDependentProperties(TreeChangeInfo,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} InvalidateTreeDependentProperties(TreeChangeInfo,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2897: Line 2900:
 ** {{wiki:​ProtectedMethod.gif|}} UpdateStyleProperty() ** ** {{wiki:​ProtectedMethod.gif|}} UpdateStyleProperty() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2909: Line 2912:
 ** {{wiki:​ProtectedMethod.gif|}} UpdateThemeStyleProperty() ** ** {{wiki:​ProtectedMethod.gif|}} UpdateThemeStyleProperty() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2921: Line 2924:
 ** {{wiki:​ProtectedMethod.gif|}} OnThemeChanged() ** ** {{wiki:​ProtectedMethod.gif|}} OnThemeChanged() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2933: Line 2936:
 ** {{wiki:​ProtectedMethod.gif|}} FireLoadedOnDescendentsInternal() ** ** {{wiki:​ProtectedMethod.gif|}} FireLoadedOnDescendentsInternal() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2945: Line 2948:
 ** {{wiki:​ProtectedMethod.gif|}} FireUnloadedOnDescendentsInternal() ** ** {{wiki:​ProtectedMethod.gif|}} FireUnloadedOnDescendentsInternal() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2957: Line 2960:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldProvideInheritanceContext(DependencyObject,​DependencyProperty) ** ** {{wiki:​ProtectedMethod.gif|}} ShouldProvideInheritanceContext(DependencyObject,​DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2977: Line 2980:
 ** {{wiki:​ProtectedMethod.gif|}} AddInheritanceContext(DependencyObject,​DependencyProperty) ** ** {{wiki:​ProtectedMethod.gif|}} AddInheritanceContext(DependencyObject,​DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2997: Line 3000:
 ** {{wiki:​ProtectedMethod.gif|}} RemoveInheritanceContext(DependencyObject,​DependencyProperty) ** ** {{wiki:​ProtectedMethod.gif|}} RemoveInheritanceContext(DependencyObject,​DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3017: Line 3020:
 ** {{wiki:​ProtectedMethod.gif|}} OnInheritanceContextChangedCore(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnInheritanceContextChangedCore(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3033: Line 3036:
 ** {{wiki:​ProtectedMethod.gif|}} ChangeSubtreeHasLoadedChangedHandler(DependencyObject) ** ** {{wiki:​ProtectedMethod.gif|}} ChangeSubtreeHasLoadedChangedHandler(DependencyObject) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3049: Line 3052:
 ** {{wiki:​ProtectedMethod.gif|}} RaiseInheritedPropertyChangedEvent(InheritablePropertyChangeInfo&​) ** ** {{wiki:​ProtectedMethod.gif|}} RaiseInheritedPropertyChangedEvent(InheritablePropertyChangeInfo&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3065: Line 3068:
 ** {{wiki:​ProtectedMethod.gif|}} EvaluateAnimatedValueCore(DependencyProperty,​PropertyMetadata,​EffectiveValueEntry&​) ** ** {{wiki:​ProtectedMethod.gif|}} EvaluateAnimatedValueCore(DependencyProperty,​PropertyMetadata,​EffectiveValueEntry&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3089: Line 3092:
 ** {{wiki:​ProtectedMethod.gif|}} BuildRoute(EventRoute,​RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} BuildRoute(EventRoute,​RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3109: Line 3112:
 ** {{wiki:​ProtectedMethod.gif|}} RaiseEvent(RoutedEventArgs,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} RaiseEvent(RoutedEventArgs,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3129: Line 3132:
 ** {{wiki:​ProtectedMethod.gif|}} RaiseTrustedEvent(RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} RaiseTrustedEvent(RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3145: Line 3148:
 ** {{wiki:​ProtectedMethod.gif|}} EnsureEventHandlersStore() ** ** {{wiki:​ProtectedMethod.gif|}} EnsureEventHandlersStore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3157: Line 3160:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseDown(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseDown(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseDown.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3173: Line 3176:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseDown(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseDown(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseDown.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3189: Line 3192:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseUp(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseUp(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseUp.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3205: Line 3208:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseUp(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseUp(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseUp.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3221: Line 3224:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3237: Line 3240:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseLeftButtonDown(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseLeftButtonDown(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseLeftButtonDown.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3253: Line 3256:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3269: Line 3272:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseLeftButtonUp(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseLeftButtonUp(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseLeftButtonUp.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3285: Line 3288:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseRightButtonDown(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseRightButtonDown(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3301: Line 3304:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseRightButtonDown(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseRightButtonDown(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseRightButtonDown.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3317: Line 3320:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseRightButtonUp(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseRightButtonUp(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3333: Line 3336:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseRightButtonUp(MouseButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseRightButtonUp(MouseButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseRightButtonUp.28MouseButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3349: Line 3352:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseMove(MouseEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseMove(MouseEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseMove.28MouseEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3365: Line 3368:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseMove(MouseEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseMove(MouseEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseMove.28MouseEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3381: Line 3384:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseWheel(MouseWheelEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseWheel(MouseWheelEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseWheel.28MouseWheelEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3397: Line 3400:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseWheel(MouseWheelEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseWheel(MouseWheelEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseWheel.28MouseWheelEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3413: Line 3416:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseEnter(MouseEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseEnter(MouseEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseEnter.28MouseEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3429: Line 3432:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseLeave(MouseEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseLeave(MouseEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseLeave.28MouseEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3445: Line 3448:
 ** {{wiki:​ProtectedMethod.gif|}} OnGotMouseCapture(MouseEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnGotMouseCapture(MouseEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnGotMouseCapture.28MouseEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3461: Line 3464:
 ** {{wiki:​ProtectedMethod.gif|}} OnLostMouseCapture(MouseEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnLostMouseCapture(MouseEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnLostMouseCapture.28MouseEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3477: Line 3480:
 ** {{wiki:​ProtectedMethod.gif|}} OnQueryCursor(QueryCursorEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnQueryCursor(QueryCursorEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnQueryCursor.28QueryCursorEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3493: Line 3496:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusDown(StylusDownEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusDown(StylusDownEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusDown.28StylusDownEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3509: Line 3512:
 ** {{wiki:​ProtectedMethod.gif|}} OnStylusDown(StylusDownEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnStylusDown(StylusDownEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnStylusDown.28StylusDownEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3525: Line 3528:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusUp(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusUp(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusUp.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3541: Line 3544:
 ** {{wiki:​ProtectedMethod.gif|}} OnStylusUp(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnStylusUp(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnStylusUp.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3557: Line 3560:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusMove(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusMove(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusMove.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3573: Line 3576:
 ** {{wiki:​ProtectedMethod.gif|}} OnStylusMove(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnStylusMove(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnStylusMove.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3589: Line 3592:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusInAirMove(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusInAirMove(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusInAirMove.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3605: Line 3608:
 ** {{wiki:​ProtectedMethod.gif|}} OnStylusInAirMove(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnStylusInAirMove(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnStylusInAirMove.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3621: Line 3624:
 ** {{wiki:​ProtectedMethod.gif|}} OnStylusEnter(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnStylusEnter(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnStylusEnter.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3637: Line 3640:
 ** {{wiki:​ProtectedMethod.gif|}} OnStylusLeave(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnStylusLeave(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnStylusLeave.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3653: Line 3656:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusInRange(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusInRange(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusInRange.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3669: Line 3672:
 ** {{wiki:​ProtectedMethod.gif|}} OnStylusInRange(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnStylusInRange(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnStylusInRange.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3685: Line 3688:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusOutOfRange(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusOutOfRange(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusOutOfRange.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3701: Line 3704:
 ** {{wiki:​ProtectedMethod.gif|}} OnStylusOutOfRange(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnStylusOutOfRange(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnStylusOutOfRange.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3717: Line 3720:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3733: Line 3736:
 ** {{wiki:​ProtectedMethod.gif|}} OnStylusSystemGesture(StylusSystemGestureEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnStylusSystemGesture(StylusSystemGestureEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnStylusSystemGesture.28StylusSystemGestureEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3749: Line 3752:
 ** {{wiki:​ProtectedMethod.gif|}} OnGotStylusCapture(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnGotStylusCapture(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnGotStylusCapture.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3765: Line 3768:
 ** {{wiki:​ProtectedMethod.gif|}} OnLostStylusCapture(StylusEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnLostStylusCapture(StylusEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnLostStylusCapture.28StylusEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3781: Line 3784:
 ** {{wiki:​ProtectedMethod.gif|}} OnStylusButtonDown(StylusButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnStylusButtonDown(StylusButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnStylusButtonDown.28StylusButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3797: Line 3800:
 ** {{wiki:​ProtectedMethod.gif|}} OnStylusButtonUp(StylusButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnStylusButtonUp(StylusButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnStylusButtonUp.28StylusButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3813: Line 3816:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusButtonDown(StylusButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusButtonDown(StylusButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusButtonDown.28StylusButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3829: Line 3832:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusButtonUp(StylusButtonEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusButtonUp(StylusButtonEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusButtonUp.28StylusButtonEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3845: Line 3848:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewKeyDown(KeyEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewKeyDown(KeyEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewKeyDown.28KeyEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3861: Line 3864:
 ** {{wiki:​ProtectedMethod.gif|}} OnKeyDown(KeyEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnKeyDown(KeyEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnKeyDown.28KeyEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3877: Line 3880:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewKeyUp(KeyEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewKeyUp(KeyEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewKeyUp.28KeyEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3893: Line 3896:
 ** {{wiki:​ProtectedMethod.gif|}} OnKeyUp(KeyEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnKeyUp(KeyEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnKeyUp.28KeyEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3909: Line 3912:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3925: Line 3928:
 ** {{wiki:​ProtectedMethod.gif|}} OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3941: Line 3944:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3957: Line 3960:
 ** {{wiki:​ProtectedMethod.gif|}} OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3973: Line 3976:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewTextInput(TextCompositionEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewTextInput(TextCompositionEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewTextInput.28TextCompositionEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3989: Line 3992:
 ** {{wiki:​ProtectedMethod.gif|}} OnTextInput(TextCompositionEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnTextInput(TextCompositionEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnTextInput.28TextCompositionEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4005: Line 4008:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4021: Line 4024:
 ** {{wiki:​ProtectedMethod.gif|}} OnQueryContinueDrag(QueryContinueDragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnQueryContinueDrag(QueryContinueDragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnQueryContinueDrag.28QueryContinueDragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4037: Line 4040:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewGiveFeedback(GiveFeedbackEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewGiveFeedback(GiveFeedbackEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4053: Line 4056:
 ** {{wiki:​ProtectedMethod.gif|}} OnGiveFeedback(GiveFeedbackEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnGiveFeedback(GiveFeedbackEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnGiveFeedback.28GiveFeedbackEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4069: Line 4072:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewDragEnter(DragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewDragEnter(DragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewDragEnter.28DragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4085: Line 4088:
 ** {{wiki:​ProtectedMethod.gif|}} OnDragEnter(DragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDragEnter(DragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnDragEnter.28DragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4101: Line 4104:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewDragOver(DragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewDragOver(DragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewDragOver.28DragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4117: Line 4120:
 ** {{wiki:​ProtectedMethod.gif|}} OnDragOver(DragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDragOver(DragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnDragOver.28DragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4133: Line 4136:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewDragLeave(DragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewDragLeave(DragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewDragLeave.28DragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4149: Line 4152:
 ** {{wiki:​ProtectedMethod.gif|}} OnDragLeave(DragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDragLeave(DragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnDragLeave.28DragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4165: Line 4168:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewDrop(DragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewDrop(DragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewDrop.28DragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4181: Line 4184:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrop(DragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrop(DragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnDrop.28DragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4197: Line 4200:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewTouchDown(TouchEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewTouchDown(TouchEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewTouchDown.28TouchEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4213: Line 4216:
 ** {{wiki:​ProtectedMethod.gif|}} OnTouchDown(TouchEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnTouchDown(TouchEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnTouchDown.28TouchEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4229: Line 4232:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewTouchMove(TouchEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewTouchMove(TouchEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewTouchMove.28TouchEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4245: Line 4248:
 ** {{wiki:​ProtectedMethod.gif|}} OnTouchMove(TouchEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnTouchMove(TouchEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnTouchMove.28TouchEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4261: Line 4264:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewTouchUp(TouchEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewTouchUp(TouchEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewTouchUp.28TouchEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4277: Line 4280:
 ** {{wiki:​ProtectedMethod.gif|}} OnTouchUp(TouchEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnTouchUp(TouchEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnTouchUp.28TouchEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4293: Line 4296:
 ** {{wiki:​ProtectedMethod.gif|}} OnGotTouchCapture(TouchEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnGotTouchCapture(TouchEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnGotTouchCapture.28TouchEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4309: Line 4312:
 ** {{wiki:​ProtectedMethod.gif|}} OnLostTouchCapture(TouchEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnLostTouchCapture(TouchEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnLostTouchCapture.28TouchEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4325: Line 4328:
 ** {{wiki:​ProtectedMethod.gif|}} OnTouchEnter(TouchEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnTouchEnter(TouchEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnTouchEnter.28TouchEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4341: Line 4344:
 ** {{wiki:​ProtectedMethod.gif|}} OnTouchLeave(TouchEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnTouchLeave(TouchEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnTouchLeave.28TouchEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4357: Line 4360:
 ** {{wiki:​ProtectedMethod.gif|}} OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4373: Line 4376:
 ** {{wiki:​ProtectedMethod.gif|}} OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4389: Line 4392:
 ** {{wiki:​ProtectedMethod.gif|}} RaiseIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} RaiseIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4405: Line 4408:
 ** {{wiki:​ProtectedMethod.gif|}} OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4421: Line 4424:
 ** {{wiki:​ProtectedMethod.gif|}} OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4437: Line 4440:
 ** {{wiki:​ProtectedMethod.gif|}} RaiseIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} RaiseIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4453: Line 4456:
 ** {{wiki:​ProtectedMethod.gif|}} OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4469: Line 4472:
 ** {{wiki:​ProtectedMethod.gif|}} OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4485: Line 4488:
 ** {{wiki:​ProtectedMethod.gif|}} OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4501: Line 4504:
 ** {{wiki:​ProtectedMethod.gif|}} RaiseIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} RaiseIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4517: Line 4520:
 ** {{wiki:​ProtectedMethod.gif|}} OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4533: Line 4536:
 ** {{wiki:​ProtectedMethod.gif|}} ReadFlag(CoreFlags) ** ** {{wiki:​ProtectedMethod.gif|}} ReadFlag(CoreFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4549: Line 4552:
 ** {{wiki:​ProtectedMethod.gif|}} WriteFlag(CoreFlags,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} WriteFlag(CoreFlags,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4569: Line 4572:
 ** {{wiki:​ProtectedMethod.gif|}} InvalidateMeasureInternal() ** ** {{wiki:​ProtectedMethod.gif|}} InvalidateMeasureInternal() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4581: Line 4584:
 ** {{wiki:​ProtectedMethod.gif|}} InvalidateArrangeInternal() ** ** {{wiki:​ProtectedMethod.gif|}} InvalidateArrangeInternal() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4593: Line 4596:
 ** {{wiki:​ProtectedMethod.gif|}} OnChildDesiredSizeChanged(UIElement) ** ** {{wiki:​ProtectedMethod.gif|}} OnChildDesiredSizeChanged(UIElement) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnChildDesiredSizeChanged.28UIElement.29/​/
  
 == Return Value == == Return Value ==
Line 4609: Line 4612:
 ** {{wiki:​ProtectedMethod.gif|}} GetUIParentOrICH(UIElement&,​IContentHost&​) ** ** {{wiki:​ProtectedMethod.gif|}} GetUIParentOrICH(UIElement&,​IContentHost&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4629: Line 4632:
 ** {{wiki:​ProtectedMethod.gif|}} GetUIParentWithinLayoutIsland() ** ** {{wiki:​ProtectedMethod.gif|}} GetUIParentWithinLayoutIsland() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4641: Line 4644:
 ** {{wiki:​ProtectedMethod.gif|}} OnRender(DrawingContext) ** ** {{wiki:​ProtectedMethod.gif|}} OnRender(DrawingContext) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnRender.28DrawingContext.29/​/
  
 == Return Value == == Return Value ==
Line 4657: Line 4660:
 ** {{wiki:​ProtectedMethod.gif|}} GetHitTestBounds() ** ** {{wiki:​ProtectedMethod.gif|}} GetHitTestBounds() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4669: Line 4672:
 ** {{wiki:​ProtectedMethod.gif|}} OnVisualAncestorChanged(Object,​AncestorChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnVisualAncestorChanged(Object,​AncestorChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4689: Line 4692:
 ** {{wiki:​ProtectedMethod.gif|}} GetUIParent() ** ** {{wiki:​ProtectedMethod.gif|}} GetUIParent() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4701: Line 4704:
 ** {{wiki:​ProtectedMethod.gif|}} GetUIParent(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} GetUIParent(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4717: Line 4720:
 ** {{wiki:​ProtectedMethod.gif|}} GetUIParentNo3DTraversal() ** ** {{wiki:​ProtectedMethod.gif|}} GetUIParentNo3DTraversal() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4729: Line 4732:
 ** {{wiki:​ProtectedMethod.gif|}} AddSynchronizedInputPreOpportunityHandler(EventRoute,​RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} AddSynchronizedInputPreOpportunityHandler(EventRoute,​RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4749: Line 4752:
 ** {{wiki:​ProtectedMethod.gif|}} AddSynchronizedInputPostOpportunityHandler(EventRoute,​RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} AddSynchronizedInputPostOpportunityHandler(EventRoute,​RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4769: Line 4772:
 ** {{wiki:​ProtectedMethod.gif|}} SynchronizedInputPreOpportunityHandler(Object,​RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} SynchronizedInputPreOpportunityHandler(Object,​RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4789: Line 4792:
 ** {{wiki:​ProtectedMethod.gif|}} SynchronizedInputPostOpportunityHandler(Object,​RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} SynchronizedInputPostOpportunityHandler(Object,​RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4809: Line 4812:
 ** {{wiki:​ProtectedMethod.gif|}} StartListeningSynchronizedInput(SynchronizedInputType) ** ** {{wiki:​ProtectedMethod.gif|}} StartListeningSynchronizedInput(SynchronizedInputType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4825: Line 4828:
 ** {{wiki:​ProtectedMethod.gif|}} CancelSynchronizedInput() ** ** {{wiki:​ProtectedMethod.gif|}} CancelSynchronizedInput() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4837: Line 4840:
 ** {{wiki:​ProtectedMethod.gif|}} InputHitTest(Point,​IInputElement&,​IInputElement&​) ** ** {{wiki:​ProtectedMethod.gif|}} InputHitTest(Point,​IInputElement&,​IInputElement&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4861: Line 4864:
 ** {{wiki:​ProtectedMethod.gif|}} InputHitTest(Point,​IInputElement&,​IInputElement&,​HitTestResult&​) ** ** {{wiki:​ProtectedMethod.gif|}} InputHitTest(Point,​IInputElement&,​IInputElement&,​HitTestResult&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4889: Line 4892:
 ** {{wiki:​ProtectedMethod.gif|}} SynchronizeReverseInheritPropertyFlags(DependencyObject,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SynchronizeReverseInheritPropertyFlags(DependencyObject,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4909: Line 4912:
 ** {{wiki:​ProtectedMethod.gif|}} BlockReverseInheritance() ** ** {{wiki:​ProtectedMethod.gif|}} BlockReverseInheritance() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4921: Line 4924:
 ** {{wiki:​ProtectedMethod.gif|}} OnAccessKey(AccessKeyEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnAccessKey(AccessKeyEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnAccessKey.28AccessKeyEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4937: Line 4940:
 ** {{wiki:​ProtectedMethod.gif|}} HitTestCore(PointHitTestParameters) ** ** {{wiki:​ProtectedMethod.gif|}} HitTestCore(PointHitTestParameters) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​HitTestCore.28PointHitTestParameters.29/​/
  
 == Return Value == == Return Value ==
Line 4953: Line 4956:
 ** {{wiki:​ProtectedMethod.gif|}} HitTestCore(GeometryHitTestParameters) ** ** {{wiki:​ProtectedMethod.gif|}} HitTestCore(GeometryHitTestParameters) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​HitTestCore.28GeometryHitTestParameters.29/​/
  
 == Return Value == == Return Value ==
Line 4969: Line 4972:
 ** {{wiki:​ProtectedMethod.gif|}} RenderOpen() ** ** {{wiki:​ProtectedMethod.gif|}} RenderOpen() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4981: Line 4984:
 ** {{wiki:​ProtectedMethod.gif|}} RenderClose(IDrawingContent) ** ** {{wiki:​ProtectedMethod.gif|}} RenderClose(IDrawingContent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4997: Line 5000:
 ** {{wiki:​ProtectedMethod.gif|}} FreeContent(Channel) ** ** {{wiki:​ProtectedMethod.gif|}} FreeContent(Channel) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5013: Line 5016:
 ** {{wiki:​ProtectedMethod.gif|}} GetContentBounds() ** ** {{wiki:​ProtectedMethod.gif|}} GetContentBounds() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5025: Line 5028:
 ** {{wiki:​ProtectedMethod.gif|}} WalkContent(DrawingContextWalker) ** ** {{wiki:​ProtectedMethod.gif|}} WalkContent(DrawingContextWalker) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5041: Line 5044:
 ** {{wiki:​ProtectedMethod.gif|}} RenderContent(RenderContext,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} RenderContent(RenderContext,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5061: Line 5064:
 ** {{wiki:​ProtectedMethod.gif|}} GetDrawing() ** ** {{wiki:​ProtectedMethod.gif|}} GetDrawing() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5073: Line 5076:
 ** {{wiki:​ProtectedMethod.gif|}} InvokeAccessKey(AccessKeyEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} InvokeAccessKey(AccessKeyEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5089: Line 5092:
 ** {{wiki:​ProtectedMethod.gif|}} OnLostFocus(RoutedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnLostFocus(RoutedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnLostFocus.28RoutedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 5105: Line 5108:
 ** {{wiki:​ProtectedMethod.gif|}} UpdateIsVisibleCache() ** ** {{wiki:​ProtectedMethod.gif|}} UpdateIsVisibleCache() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5117: Line 5120:
 ** {{wiki:​ProtectedMethod.gif|}} OnCreateAutomationPeer() ** ** {{wiki:​ProtectedMethod.gif|}} OnCreateAutomationPeer() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnCreateAutomationPeer.28.29/​/
  
 == Return Value == == Return Value ==
Line 5129: Line 5132:
 ** {{wiki:​ProtectedMethod.gif|}} CreateAutomationPeer() ** ** {{wiki:​ProtectedMethod.gif|}} CreateAutomationPeer() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5141: Line 5144:
 ** {{wiki:​ProtectedMethod.gif|}} GetAutomationPeer() ** ** {{wiki:​ProtectedMethod.gif|}} GetAutomationPeer() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5153: Line 5156:
 ** {{wiki:​ProtectedMethod.gif|}} CreateGenericRootAutomationPeer() ** ** {{wiki:​ProtectedMethod.gif|}} CreateGenericRootAutomationPeer() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5165: Line 5168:
 ** {{wiki:​ProtectedMethod.gif|}} SetPersistId(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} SetPersistId(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5181: Line 5184:
 ** {{wiki:​ProtectedMethod.gif|}} OnManipulationStarting(ManipulationStartingEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnManipulationStarting(ManipulationStartingEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnManipulationStarting.28ManipulationStartingEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 5197: Line 5200:
 ** {{wiki:​ProtectedMethod.gif|}} OnManipulationStarted(ManipulationStartedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnManipulationStarted(ManipulationStartedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnManipulationStarted.28ManipulationStartedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 5213: Line 5216:
 ** {{wiki:​ProtectedMethod.gif|}} OnManipulationDelta(ManipulationDeltaEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnManipulationDelta(ManipulationDeltaEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnManipulationDelta.28ManipulationDeltaEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 5229: Line 5232:
 ** {{wiki:​ProtectedMethod.gif|}} OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 5245: Line 5248:
 ** {{wiki:​ProtectedMethod.gif|}} OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 5261: Line 5264:
 ** {{wiki:​ProtectedMethod.gif|}} OnManipulationCompleted(ManipulationCompletedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnManipulationCompleted(ManipulationCompletedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnManipulationCompleted.28ManipulationCompletedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 5277: Line 5280:
 ** {{wiki:​ProtectedMethod.gif|}} IsOnChannel(Channel) ** ** {{wiki:​ProtectedMethod.gif|}} IsOnChannel(Channel) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5293: Line 5296:
 ** {{wiki:​ProtectedMethod.gif|}} AddRefOnChannelCore(Channel) ** ** {{wiki:​ProtectedMethod.gif|}} AddRefOnChannelCore(Channel) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5309: Line 5312:
 ** {{wiki:​ProtectedMethod.gif|}} ReleaseOnChannelCore(Channel) ** ** {{wiki:​ProtectedMethod.gif|}} ReleaseOnChannelCore(Channel) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5325: Line 5328:
 ** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphBoundsInnerSpace() ** ** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphBoundsInnerSpace() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5337: Line 5340:
 ** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsInnerSpace() ** ** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsInnerSpace() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5349: Line 5352:
 ** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphBoundsInnerSpace(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphBoundsInnerSpace(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5365: Line 5368:
 ** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphBoundsOuterSpace() ** ** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphBoundsOuterSpace() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5377: Line 5380:
 ** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsOuterSpace() ** ** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsOuterSpace() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5389: Line 5392:
 ** {{wiki:​ProtectedMethod.gif|}} AddRefOnChannelForCyclicBrush(ICyclicBrush,​Channel) ** ** {{wiki:​ProtectedMethod.gif|}} AddRefOnChannelForCyclicBrush(ICyclicBrush,​Channel) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5409: Line 5412:
 ** {{wiki:​ProtectedMethod.gif|}} ReleaseOnChannelForCyclicBrush(ICyclicBrush,​Channel) ** ** {{wiki:​ProtectedMethod.gif|}} ReleaseOnChannelForCyclicBrush(ICyclicBrush,​Channel) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5429: Line 5432:
 ** {{wiki:​ProtectedMethod.gif|}} VerifyAPIReadOnly() ** ** {{wiki:​ProtectedMethod.gif|}} VerifyAPIReadOnly() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5441: Line 5444:
 ** {{wiki:​ProtectedMethod.gif|}} VerifyAPIReadOnly(DependencyObject) ** ** {{wiki:​ProtectedMethod.gif|}} VerifyAPIReadOnly(DependencyObject) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5457: Line 5460:
 ** {{wiki:​ProtectedMethod.gif|}} VerifyAPIReadWrite() ** ** {{wiki:​ProtectedMethod.gif|}} VerifyAPIReadWrite() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5469: Line 5472:
 ** {{wiki:​ProtectedMethod.gif|}} VerifyAPIReadWrite(DependencyObject) ** ** {{wiki:​ProtectedMethod.gif|}} VerifyAPIReadWrite(DependencyObject) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5485: Line 5488:
 ** {{wiki:​ProtectedMethod.gif|}} Precompute() ** ** {{wiki:​ProtectedMethod.gif|}} Precompute() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5497: Line 5500:
 ** {{wiki:​ProtectedMethod.gif|}} PrecomputeContent() ** ** {{wiki:​ProtectedMethod.gif|}} PrecomputeContent() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5509: Line 5512:
 ** {{wiki:​ProtectedMethod.gif|}} PrecomputeRecursive(Rect&​) ** ** {{wiki:​ProtectedMethod.gif|}} PrecomputeRecursive(Rect&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5525: Line 5528:
 ** {{wiki:​ProtectedMethod.gif|}} Render(RenderContext,​UInt32) ** ** {{wiki:​ProtectedMethod.gif|}} Render(RenderContext,​UInt32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5545: Line 5548:
 ** {{wiki:​ProtectedMethod.gif|}} RenderRecursive(RenderContext) ** ** {{wiki:​ProtectedMethod.gif|}} RenderRecursive(RenderContext) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5561: Line 5564:
 ** {{wiki:​ProtectedMethod.gif|}} Enter() ** ** {{wiki:​ProtectedMethod.gif|}} Enter() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5573: Line 5576:
 ** {{wiki:​ProtectedMethod.gif|}} Exit() ** ** {{wiki:​ProtectedMethod.gif|}} Exit() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5585: Line 5588:
 ** {{wiki:​ProtectedMethod.gif|}} InvalidateHitTestBounds() ** ** {{wiki:​ProtectedMethod.gif|}} InvalidateHitTestBounds() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5597: Line 5600:
 ** {{wiki:​ProtectedMethod.gif|}} HitTest(Point) ** ** {{wiki:​ProtectedMethod.gif|}} HitTest(Point) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5613: Line 5616:
 ** {{wiki:​ProtectedMethod.gif|}} HitTest(Point,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} HitTest(Point,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5633: Line 5636:
 ** {{wiki:​ProtectedMethod.gif|}} HitTest(HitTestFilterCallback,​HitTestResultCallback,​HitTestParameters) ** ** {{wiki:​ProtectedMethod.gif|}} HitTest(HitTestFilterCallback,​HitTestResultCallback,​HitTestParameters) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5657: Line 5660:
 ** {{wiki:​ProtectedMethod.gif|}} HitTestPoint(HitTestFilterCallback,​HitTestResultCallback,​PointHitTestParameters) ** ** {{wiki:​ProtectedMethod.gif|}} HitTestPoint(HitTestFilterCallback,​HitTestResultCallback,​PointHitTestParameters) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5681: Line 5684:
 ** {{wiki:​ProtectedMethod.gif|}} TransformToOuterSpace() ** ** {{wiki:​ProtectedMethod.gif|}} TransformToOuterSpace() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5693: Line 5696:
 ** {{wiki:​ProtectedMethod.gif|}} HitTestGeometry(HitTestFilterCallback,​HitTestResultCallback,​GeometryHitTestParameters) ** ** {{wiki:​ProtectedMethod.gif|}} HitTestGeometry(HitTestFilterCallback,​HitTestResultCallback,​GeometryHitTestParameters) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5717: Line 5720:
 ** {{wiki:​ProtectedMethod.gif|}} HitTestPointInternal(HitTestFilterCallback,​HitTestResultCallback,​PointHitTestParameters) ** ** {{wiki:​ProtectedMethod.gif|}} HitTestPointInternal(HitTestFilterCallback,​HitTestResultCallback,​PointHitTestParameters) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5741: Line 5744:
 ** {{wiki:​ProtectedMethod.gif|}} InternalGetVisualChild(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} InternalGetVisualChild(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5757: Line 5760:
 ** {{wiki:​ProtectedMethod.gif|}} InternalGet2DOr3DVisualChild(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} InternalGet2DOr3DVisualChild(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5773: Line 5776:
 ** {{wiki:​ProtectedMethod.gif|}} InternalAddVisualChild(Visual) ** ** {{wiki:​ProtectedMethod.gif|}} InternalAddVisualChild(Visual) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5789: Line 5792:
 ** {{wiki:​ProtectedMethod.gif|}} InternalRemoveVisualChild(Visual) ** ** {{wiki:​ProtectedMethod.gif|}} InternalRemoveVisualChild(Visual) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5805: Line 5808:
 ** {{wiki:​ProtectedMethod.gif|}} AddVisualChild(Visual) ** ** {{wiki:​ProtectedMethod.gif|}} AddVisualChild(Visual) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AddVisualChild.28Visual.29/​/
  
 == Return Value == == Return Value ==
Line 5821: Line 5824:
 ** {{wiki:​ProtectedMethod.gif|}} RemoveVisualChild(Visual) ** ** {{wiki:​ProtectedMethod.gif|}} RemoveVisualChild(Visual) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​RemoveVisualChild.28Visual.29/​/
  
 == Return Value == == Return Value ==
Line 5837: Line 5840:
 ** {{wiki:​ProtectedMethod.gif|}} InvalidateZOrder() ** ** {{wiki:​ProtectedMethod.gif|}} InvalidateZOrder() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5849: Line 5852:
 ** {{wiki:​ProtectedMethod.gif|}} InternalSetOffsetWorkaround(Vector) ** ** {{wiki:​ProtectedMethod.gif|}} InternalSetOffsetWorkaround(Vector) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5865: Line 5868:
 ** {{wiki:​ProtectedMethod.gif|}} InternalSetTransformWorkaround(Transform) ** ** {{wiki:​ProtectedMethod.gif|}} InternalSetTransformWorkaround(Transform) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5881: Line 5884:
 ** {{wiki:​ProtectedMethod.gif|}} BitmapEffectEmulationChanged(Object,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} BitmapEffectEmulationChanged(Object,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5901: Line 5904:
 ** {{wiki:​ProtectedMethod.gif|}} ChangeVisualClip(Geometry,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} ChangeVisualClip(Geometry,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5921: Line 5924:
 ** {{wiki:​ProtectedMethod.gif|}} DisconnectAttachedResource(VisualProxyFlags,​IResource) ** ** {{wiki:​ProtectedMethod.gif|}} DisconnectAttachedResource(VisualProxyFlags,​IResource) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5941: Line 5944:
 ** {{wiki:​ProtectedMethod.gif|}} FireOnVisualParentChanged(DependencyObject) ** ** {{wiki:​ProtectedMethod.gif|}} FireOnVisualParentChanged(DependencyObject) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5957: Line 5960:
 ** {{wiki:​ProtectedMethod.gif|}} OnVisualChildrenChanged(DependencyObject,​DependencyObject) ** ** {{wiki:​ProtectedMethod.gif|}} OnVisualChildrenChanged(DependencyObject,​DependencyObject) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5977: Line 5980:
 ** {{wiki:​ProtectedMethod.gif|}} SetFlagsToRoot(Boolean,​VisualFlags) ** ** {{wiki:​ProtectedMethod.gif|}} SetFlagsToRoot(Boolean,​VisualFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5997: Line 6000:
 ** {{wiki:​ProtectedMethod.gif|}} FindFirstAncestorWithFlagsAnd(VisualFlags) ** ** {{wiki:​ProtectedMethod.gif|}} FindFirstAncestorWithFlagsAnd(VisualFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6013: Line 6016:
 ** {{wiki:​ProtectedMethod.gif|}} TrySimpleTransformToAncestor(Visual,​Boolean,​GeneralTransform&,​Matrix&​) ** ** {{wiki:​ProtectedMethod.gif|}} TrySimpleTransformToAncestor(Visual,​Boolean,​GeneralTransform&,​Matrix&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6041: Line 6044:
 ** {{wiki:​ProtectedMethod.gif|}} TrySimpleTransformToAncestor(Visual3D,​GeneralTransform2DTo3D&​) ** ** {{wiki:​ProtectedMethod.gif|}} TrySimpleTransformToAncestor(Visual3D,​GeneralTransform2DTo3D&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6061: Line 6064:
 ** {{wiki:​ProtectedMethod.gif|}} ClipChanged(Object,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} ClipChanged(Object,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6081: Line 6084:
 ** {{wiki:​ProtectedMethod.gif|}} ScrollableAreaClipChanged(Object,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} ScrollableAreaClipChanged(Object,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6101: Line 6104:
 ** {{wiki:​ProtectedMethod.gif|}} TransformChanged(Object,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} TransformChanged(Object,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6121: Line 6124:
 ** {{wiki:​ProtectedMethod.gif|}} EffectChanged(Object,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} EffectChanged(Object,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6141: Line 6144:
 ** {{wiki:​ProtectedMethod.gif|}} CacheModeChanged(Object,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} CacheModeChanged(Object,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6161: Line 6164:
 ** {{wiki:​ProtectedMethod.gif|}} GuidelinesChanged(Object,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} GuidelinesChanged(Object,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6181: Line 6184:
 ** {{wiki:​ProtectedMethod.gif|}} OpacityMaskChanged(Object,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OpacityMaskChanged(Object,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6201: Line 6204:
 ** {{wiki:​ProtectedMethod.gif|}} ContentsChanged(Object,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} ContentsChanged(Object,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6221: Line 6224:
 ** {{wiki:​ProtectedMethod.gif|}} SetFlagsOnAllChannels(Boolean,​VisualProxyFlags) ** ** {{wiki:​ProtectedMethod.gif|}} SetFlagsOnAllChannels(Boolean,​VisualProxyFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6241: Line 6244:
 ** {{wiki:​ProtectedMethod.gif|}} SetFlags(Channel,​Boolean,​VisualProxyFlags) ** ** {{wiki:​ProtectedMethod.gif|}} SetFlags(Channel,​Boolean,​VisualProxyFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6265: Line 6268:
 ** {{wiki:​ProtectedMethod.gif|}} SetFlags(Boolean,​VisualFlags) ** ** {{wiki:​ProtectedMethod.gif|}} SetFlags(Boolean,​VisualFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6285: Line 6288:
 ** {{wiki:​ProtectedMethod.gif|}} CheckFlagsOnAllChannels(VisualProxyFlags) ** ** {{wiki:​ProtectedMethod.gif|}} CheckFlagsOnAllChannels(VisualProxyFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6301: Line 6304:
 ** {{wiki:​ProtectedMethod.gif|}} CheckFlagsAnd(Channel,​VisualProxyFlags) ** ** {{wiki:​ProtectedMethod.gif|}} CheckFlagsAnd(Channel,​VisualProxyFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6321: Line 6324:
 ** {{wiki:​ProtectedMethod.gif|}} CheckFlagsAnd(VisualFlags) ** ** {{wiki:​ProtectedMethod.gif|}} CheckFlagsAnd(VisualFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6337: Line 6340:
 ** {{wiki:​ProtectedMethod.gif|}} CheckFlagsOr(Channel,​VisualProxyFlags) ** ** {{wiki:​ProtectedMethod.gif|}} CheckFlagsOr(Channel,​VisualProxyFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6357: Line 6360:
 ** {{wiki:​ProtectedMethod.gif|}} CheckFlagsOr(VisualFlags) ** ** {{wiki:​ProtectedMethod.gif|}} CheckFlagsOr(VisualFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6373: Line 6376:
 ** {{wiki:​ProtectedMethod.gif|}} PropagateChangedFlags() ** ** {{wiki:​ProtectedMethod.gif|}} PropagateChangedFlags() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6385: Line 6388:
 ** {{wiki:​ProtectedMethod.gif|}} Seal() ** ** {{wiki:​ProtectedMethod.gif|}} Seal() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6397: Line 6400:
 ** {{wiki:​ProtectedMethod.gif|}} GetValueEntry(EntryIndex,​DependencyProperty,​PropertyMetadata,​RequestFlags) ** ** {{wiki:​ProtectedMethod.gif|}} GetValueEntry(EntryIndex,​DependencyProperty,​PropertyMetadata,​RequestFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6425: Line 6428:
 ** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6445: Line 6448:
 ** {{wiki:​ProtectedMethod.gif|}} SetCurrentValue(DependencyProperty,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SetCurrentValue(DependencyProperty,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6465: Line 6468:
 ** {{wiki:​ProtectedMethod.gif|}} SetValueInternal(DependencyProperty,​Object) ** ** {{wiki:​ProtectedMethod.gif|}} SetValueInternal(DependencyProperty,​Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6485: Line 6488:
 ** {{wiki:​ProtectedMethod.gif|}} SetCurrentValueInternal(DependencyProperty,​Object) ** ** {{wiki:​ProtectedMethod.gif|}} SetCurrentValueInternal(DependencyProperty,​Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6505: Line 6508:
 ** {{wiki:​ProtectedMethod.gif|}} SetDeferredValue(DependencyProperty,​DeferredReference) ** ** {{wiki:​ProtectedMethod.gif|}} SetDeferredValue(DependencyProperty,​DeferredReference) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6525: Line 6528:
 ** {{wiki:​ProtectedMethod.gif|}} SetCurrentDeferredValue(DependencyProperty,​DeferredReference) ** ** {{wiki:​ProtectedMethod.gif|}} SetCurrentDeferredValue(DependencyProperty,​DeferredReference) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6545: Line 6548:
 ** {{wiki:​ProtectedMethod.gif|}} SetMutableDefaultValue(DependencyProperty,​Object) ** ** {{wiki:​ProtectedMethod.gif|}} SetMutableDefaultValue(DependencyProperty,​Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6565: Line 6568:
 ** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyPropertyKey,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyPropertyKey,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6585: Line 6588:
 ** {{wiki:​ProtectedMethod.gif|}} ProvideSelfAsInheritanceContext(Object,​DependencyProperty) ** ** {{wiki:​ProtectedMethod.gif|}} ProvideSelfAsInheritanceContext(Object,​DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6605: Line 6608:
 ** {{wiki:​ProtectedMethod.gif|}} ProvideSelfAsInheritanceContext(DependencyObject,​DependencyProperty) ** ** {{wiki:​ProtectedMethod.gif|}} ProvideSelfAsInheritanceContext(DependencyObject,​DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6625: Line 6628:
 ** {{wiki:​ProtectedMethod.gif|}} RemoveSelfAsInheritanceContext(Object,​DependencyProperty) ** ** {{wiki:​ProtectedMethod.gif|}} RemoveSelfAsInheritanceContext(Object,​DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6645: Line 6648:
 ** {{wiki:​ProtectedMethod.gif|}} RemoveSelfAsInheritanceContext(DependencyObject,​DependencyProperty) ** ** {{wiki:​ProtectedMethod.gif|}} RemoveSelfAsInheritanceContext(DependencyObject,​DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6665: Line 6668:
 ** {{wiki:​ProtectedMethod.gif|}} ContainsValue(DependencyProperty) ** ** {{wiki:​ProtectedMethod.gif|}} ContainsValue(DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6681: Line 6684:
 ** {{wiki:​ProtectedMethod.gif|}} InvalidateSubProperty(DependencyProperty) ** ** {{wiki:​ProtectedMethod.gif|}} InvalidateSubProperty(DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6697: Line 6700:
 ** {{wiki:​ProtectedMethod.gif|}} NotifySubPropertyChange(DependencyProperty) ** ** {{wiki:​ProtectedMethod.gif|}} NotifySubPropertyChange(DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6713: Line 6716:
 ** {{wiki:​ProtectedMethod.gif|}} InvalidateProperty(DependencyProperty,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} InvalidateProperty(DependencyProperty,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6733: Line 6736:
 ** {{wiki:​ProtectedMethod.gif|}} UpdateEffectiveValue(EntryIndex,​DependencyProperty,​PropertyMetadata,​EffectiveValueEntry,​EffectiveValueEntry&,​Boolean,​Boolean,​OperationType) ** ** {{wiki:​ProtectedMethod.gif|}} UpdateEffectiveValue(EntryIndex,​DependencyProperty,​PropertyMetadata,​EffectiveValueEntry,​EffectiveValueEntry&,​Boolean,​Boolean,​OperationType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6777: Line 6780:
 ** {{wiki:​ProtectedMethod.gif|}} NotifyPropertyChange(DependencyPropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} NotifyPropertyChange(DependencyPropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6793: Line 6796:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeProperty(DependencyProperty) ** ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeProperty(DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6809: Line 6812:
 ** {{wiki:​ProtectedMethod.gif|}} GetValueSource(DependencyProperty,​PropertyMetadata,​Boolean&​) ** ** {{wiki:​ProtectedMethod.gif|}} GetValueSource(DependencyProperty,​PropertyMetadata,​Boolean&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6833: Line 6836:
 ** {{wiki:​ProtectedMethod.gif|}} GetValueSource(DependencyProperty,​PropertyMetadata,​Boolean&,​Boolean&,​Boolean&,​Boolean&,​Boolean&​) ** ** {{wiki:​ProtectedMethod.gif|}} GetValueSource(DependencyProperty,​PropertyMetadata,​Boolean&,​Boolean&,​Boolean&,​Boolean&,​Boolean&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6873: Line 6876:
 ** {{wiki:​ProtectedMethod.gif|}} ReadLocalValueEntry(EntryIndex,​DependencyProperty,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} ReadLocalValueEntry(EntryIndex,​DependencyProperty,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6897: Line 6900:
 ** {{wiki:​ProtectedMethod.gif|}} HasAnyExpression() ** ** {{wiki:​ProtectedMethod.gif|}} HasAnyExpression() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6909: Line 6912:
 ** {{wiki:​ProtectedMethod.gif|}} HasExpression(EntryIndex,​DependencyProperty) ** ** {{wiki:​ProtectedMethod.gif|}} HasExpression(EntryIndex,​DependencyProperty) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6929: Line 6932:
 ** {{wiki:​ProtectedMethod.gif|}} OnInheritanceContextChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnInheritanceContextChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6945: Line 6948:
 ** {{wiki:​ProtectedMethod.gif|}} Debug_AssertNoInheritanceContextListeners() ** ** {{wiki:​ProtectedMethod.gif|}} Debug_AssertNoInheritanceContextListeners() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6957: Line 6960:
 ** {{wiki:​ProtectedMethod.gif|}} BeginPropertyInitialization() ** ** {{wiki:​ProtectedMethod.gif|}} BeginPropertyInitialization() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6969: Line 6972:
 ** {{wiki:​ProtectedMethod.gif|}} EndPropertyInitialization() ** ** {{wiki:​ProtectedMethod.gif|}} EndPropertyInitialization() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6981: Line 6984:
 ** {{wiki:​ProtectedMethod.gif|}} SetIsSelfInheritanceParent() ** ** {{wiki:​ProtectedMethod.gif|}} SetIsSelfInheritanceParent() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 6993: Line 6996:
 ** {{wiki:​ProtectedMethod.gif|}} SynchronizeInheritanceParent(DependencyObject) ** ** {{wiki:​ProtectedMethod.gif|}} SynchronizeInheritanceParent(DependencyObject) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 7009: Line 7012:
 ** {{wiki:​ProtectedMethod.gif|}} LookupEntry(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} LookupEntry(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 7025: Line 7028:
 ** {{wiki:​ProtectedMethod.gif|}} SetEffectiveValue(EntryIndex,​DependencyProperty,​PropertyMetadata,​EffectiveValueEntry,​EffectiveValueEntry) ** ** {{wiki:​ProtectedMethod.gif|}} SetEffectiveValue(EntryIndex,​DependencyProperty,​PropertyMetadata,​EffectiveValueEntry,​EffectiveValueEntry) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 7057: Line 7060:
 ** {{wiki:​ProtectedMethod.gif|}} SetEffectiveValue(EntryIndex,​DependencyProperty,​Int32,​PropertyMetadata,​Object,​BaseValueSourceInternal) ** ** {{wiki:​ProtectedMethod.gif|}} SetEffectiveValue(EntryIndex,​DependencyProperty,​Int32,​PropertyMetadata,​Object,​BaseValueSourceInternal) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 7093: Line 7096:
 ** {{wiki:​ProtectedMethod.gif|}} UnsetEffectiveValue(EntryIndex,​DependencyProperty,​PropertyMetadata) ** ** {{wiki:​ProtectedMethod.gif|}} UnsetEffectiveValue(EntryIndex,​DependencyProperty,​PropertyMetadata) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 7117: Line 7120:
 ** {{wiki:​ProtectedMethod.gif|}} DetachFromDispatcher() ** ** {{wiki:​ProtectedMethod.gif|}} DetachFromDispatcher() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 7129: Line 7132:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 7142: Line 7145:
 ** {{wiki:​PublicProperty.gif|}} DrawingLayers ** ** {{wiki:​PublicProperty.gif|}} DrawingLayers **
  
-This property gets a collection that are ready for drawing.+  * //This property gets a collection that are ready for drawing.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​DrawingLayers/​/
 == Return Value == == Return Value ==
   * Type:​Collection<​[[ThinkGeo.MapSuite.Core.Layer|Layer]]>​   * Type:​Collection<​[[ThinkGeo.MapSuite.Core.Layer|Layer]]>​
Line 7150: Line 7153:
 ** {{wiki:​PublicProperty.gif|}} ImageSource ** ** {{wiki:​PublicProperty.gif|}} ImageSource **
  
-N/A+  * //This property gets the image source for displaying a tile.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ToImageSource.28Object.29/​/
 == Return Value == == Return Value ==
   * Type:​ImageSource   * Type:​ImageSource
Line 7158: Line 7161:
 ** {{wiki:​PublicProperty.gif|}} TargetExtent ** ** {{wiki:​PublicProperty.gif|}} TargetExtent **
  
-N/A+  * //Gets or sets an extent that uses for drawing.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​TargetExtent/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
Line 7166: Line 7169:
 ** {{wiki:​PublicProperty.gif|}} RowIndex ** ** {{wiki:​PublicProperty.gif|}} RowIndex **
  
-N/A+  * //Gets or sets tile's row index in tile overlay.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​RowIndex/​/
 == Return Value == == Return Value ==
   * Type:Int64   * Type:Int64
Line 7174: Line 7177:
 ** {{wiki:​PublicProperty.gif|}} ColumnIndex ** ** {{wiki:​PublicProperty.gif|}} ColumnIndex **
  
-N/A+  * //Gets or sets tile's column index in tile overlay.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ColumnIndex/​/
 == Return Value == == Return Value ==
   * Type:Int64   * Type:Int64
Line 7182: Line 7185:
 ** {{wiki:​PublicProperty.gif|}} ZoomLevelIndex ** ** {{wiki:​PublicProperty.gif|}} ZoomLevelIndex **
  
-N/A+  * //Gets or sets current level index in the ZoomLevelSet./​/
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ZoomLevelIndex/​/
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 7190: Line 7193:
 ** {{wiki:​PublicProperty.gif|}} TileCache ** ** {{wiki:​PublicProperty.gif|}} TileCache **
  
-N/A+  * //This proerty gets and sets the tile cache. To set this property to enable the cache feature for tile.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​TileCache/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
Line 7198: Line 7201:
 ** {{wiki:​PublicProperty.gif|}} IsOpened ** ** {{wiki:​PublicProperty.gif|}} IsOpened **
  
-N/A+  * //Gets or sets if this tile image is opened. Set this property to true to raise Opened event.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsOpened/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7206: Line 7209:
 ** {{wiki:​PublicProperty.gif|}} IsAsync ** ** {{wiki:​PublicProperty.gif|}} IsAsync **
  
-N/A+  * //Gets or sets if this tile is drawing synchronously or asynchronously./​/
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsAsync/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7214: Line 7217:
 ** {{wiki:​PublicProperty.gif|}} DrawingTime ** ** {{wiki:​PublicProperty.gif|}} DrawingTime **
  
-N/A+  * //Gets or sets the time cost for drawing tile.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​DrawingTime/​/
 == Return Value == == Return Value ==
   * Type:​TimeSpan   * Type:​TimeSpan
Line 7222: Line 7225:
 ** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ** ** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode **
  
-N/A+  * //Gets or sets how to specify the exception in current drawing process.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​DrawingExceptionMode/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]   * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
Line 7230: Line 7233:
 ** {{wiki:​PublicProperty.gif|}} Content ** ** {{wiki:​PublicProperty.gif|}} Content **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ShouldSerializeContent.28.29/​/
 == Return Value == == Return Value ==
   * Type:Object   * Type:Object
Line 7238: Line 7241:
 ** {{wiki:​PublicProperty.gif|}} HasContent ** ** {{wiki:​PublicProperty.gif|}} HasContent **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​HasContent/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7246: Line 7249:
 ** {{wiki:​PublicProperty.gif|}} ContentTemplate ** ** {{wiki:​PublicProperty.gif|}} ContentTemplate **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnContentTemplateChanged.28DataTemplate.2C_DataTemplate.29/​/
 == Return Value == == Return Value ==
   * Type:​DataTemplate   * Type:​DataTemplate
Line 7254: Line 7257:
 ** {{wiki:​PublicProperty.gif|}} ContentTemplateSelector ** ** {{wiki:​PublicProperty.gif|}} ContentTemplateSelector **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnContentTemplateSelectorChanged.28DataTemplateSelector.2C_DataTemplateSelector.29/​/
 == Return Value == == Return Value ==
   * Type:​DataTemplateSelector   * Type:​DataTemplateSelector
Line 7262: Line 7265:
 ** {{wiki:​PublicProperty.gif|}} ContentStringFormat ** ** {{wiki:​PublicProperty.gif|}} ContentStringFormat **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnContentStringFormatChanged.28String.2C_String.29/​/
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 7270: Line 7273:
 ** {{wiki:​PublicProperty.gif|}} BorderBrush ** ** {{wiki:​PublicProperty.gif|}} BorderBrush **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​BorderBrush/​/
 == Return Value == == Return Value ==
   * Type:Brush   * Type:Brush
Line 7278: Line 7281:
 ** {{wiki:​PublicProperty.gif|}} BorderThickness ** ** {{wiki:​PublicProperty.gif|}} BorderThickness **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​BorderThickness/​/
 == Return Value == == Return Value ==
   * Type:​Thickness   * Type:​Thickness
Line 7286: Line 7289:
 ** {{wiki:​PublicProperty.gif|}} Background ** ** {{wiki:​PublicProperty.gif|}} Background **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Background/​/
 == Return Value == == Return Value ==
   * Type:Brush   * Type:Brush
Line 7294: Line 7297:
 ** {{wiki:​PublicProperty.gif|}} Foreground ** ** {{wiki:​PublicProperty.gif|}} Foreground **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Foreground/​/
 == Return Value == == Return Value ==
   * Type:Brush   * Type:Brush
Line 7302: Line 7305:
 ** {{wiki:​PublicProperty.gif|}} FontFamily ** ** {{wiki:​PublicProperty.gif|}} FontFamily **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​FontFamily/​/
 == Return Value == == Return Value ==
   * Type:​FontFamily   * Type:​FontFamily
Line 7310: Line 7313:
 ** {{wiki:​PublicProperty.gif|}} FontSize ** ** {{wiki:​PublicProperty.gif|}} FontSize **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​FontSize/​/
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 7318: Line 7321:
 ** {{wiki:​PublicProperty.gif|}} FontStretch ** ** {{wiki:​PublicProperty.gif|}} FontStretch **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​FontStretch/​/
 == Return Value == == Return Value ==
   * Type:​FontStretch   * Type:​FontStretch
Line 7326: Line 7329:
 ** {{wiki:​PublicProperty.gif|}} FontStyle ** ** {{wiki:​PublicProperty.gif|}} FontStyle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​FontStyle/​/
 == Return Value == == Return Value ==
   * Type:​FontStyle   * Type:​FontStyle
Line 7334: Line 7337:
 ** {{wiki:​PublicProperty.gif|}} FontWeight ** ** {{wiki:​PublicProperty.gif|}} FontWeight **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​FontWeight/​/
 == Return Value == == Return Value ==
   * Type:​FontWeight   * Type:​FontWeight
Line 7342: Line 7345:
 ** {{wiki:​PublicProperty.gif|}} HorizontalContentAlignment ** ** {{wiki:​PublicProperty.gif|}} HorizontalContentAlignment **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​HorizontalContentAlignment/​/
 == Return Value == == Return Value ==
   * Type:​HorizontalAlignment   * Type:​HorizontalAlignment
Line 7350: Line 7353:
 ** {{wiki:​PublicProperty.gif|}} VerticalContentAlignment ** ** {{wiki:​PublicProperty.gif|}} VerticalContentAlignment **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​VerticalContentAlignment/​/
 == Return Value == == Return Value ==
   * Type:​VerticalAlignment   * Type:​VerticalAlignment
Line 7358: Line 7361:
 ** {{wiki:​PublicProperty.gif|}} TabIndex ** ** {{wiki:​PublicProperty.gif|}} TabIndex **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​TabIndex/​/
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 7366: Line 7369:
 ** {{wiki:​PublicProperty.gif|}} IsTabStop ** ** {{wiki:​PublicProperty.gif|}} IsTabStop **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsTabStop/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7374: Line 7377:
 ** {{wiki:​PublicProperty.gif|}} Padding ** ** {{wiki:​PublicProperty.gif|}} Padding **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Padding/​/
 == Return Value == == Return Value ==
   * Type:​Thickness   * Type:​Thickness
Line 7382: Line 7385:
 ** {{wiki:​PublicProperty.gif|}} Template ** ** {{wiki:​PublicProperty.gif|}} Template **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ApplyTemplate.28.29/​/
 == Return Value == == Return Value ==
   * Type:​ControlTemplate   * Type:​ControlTemplate
Line 7390: Line 7393:
 ** {{wiki:​PublicProperty.gif|}} Style ** ** {{wiki:​PublicProperty.gif|}} Style **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ShouldSerializeStyle.28.29/​/
 == Return Value == == Return Value ==
   * Type:Style   * Type:Style
Line 7398: Line 7401:
 ** {{wiki:​PublicProperty.gif|}} OverridesDefaultStyle ** ** {{wiki:​PublicProperty.gif|}} OverridesDefaultStyle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OverridesDefaultStyle/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7406: Line 7409:
 ** {{wiki:​PublicProperty.gif|}} UseLayoutRounding ** ** {{wiki:​PublicProperty.gif|}} UseLayoutRounding **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​UseLayoutRounding/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7414: Line 7417:
 ** {{wiki:​PublicProperty.gif|}} Triggers ** ** {{wiki:​PublicProperty.gif|}} Triggers **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ShouldSerializeTriggers.28.29/​/
 == Return Value == == Return Value ==
   * Type:​TriggerCollection   * Type:​TriggerCollection
Line 7422: Line 7425:
 ** {{wiki:​PublicProperty.gif|}} TemplatedParent ** ** {{wiki:​PublicProperty.gif|}} TemplatedParent **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​TemplatedParent/​/
 == Return Value == == Return Value ==
   * Type:​DependencyObject   * Type:​DependencyObject
Line 7430: Line 7433:
 ** {{wiki:​PublicProperty.gif|}} Resources ** ** {{wiki:​PublicProperty.gif|}} Resources **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ShouldSerializeResources.28.29/​/
 == Return Value == == Return Value ==
   * Type:​ResourceDictionary   * Type:​ResourceDictionary
Line 7438: Line 7441:
 ** {{wiki:​PublicProperty.gif|}} DataContext ** ** {{wiki:​PublicProperty.gif|}} DataContext **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​DataContext/​/
 == Return Value == == Return Value ==
   * Type:Object   * Type:Object
Line 7446: Line 7449:
 ** {{wiki:​PublicProperty.gif|}} BindingGroup ** ** {{wiki:​PublicProperty.gif|}} BindingGroup **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​BindingGroup/​/
 == Return Value == == Return Value ==
   * Type:​BindingGroup   * Type:​BindingGroup
Line 7454: Line 7457:
 ** {{wiki:​PublicProperty.gif|}} Language ** ** {{wiki:​PublicProperty.gif|}} Language **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Language/​/
 == Return Value == == Return Value ==
   * Type:​XmlLanguage   * Type:​XmlLanguage
Line 7462: Line 7465:
 ** {{wiki:​PublicProperty.gif|}} Name ** ** {{wiki:​PublicProperty.gif|}} Name **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​FindName.28String.29/​/
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 7470: Line 7473:
 ** {{wiki:​PublicProperty.gif|}} Tag ** ** {{wiki:​PublicProperty.gif|}} Tag **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Tag/​/
 == Return Value == == Return Value ==
   * Type:Object   * Type:Object
Line 7478: Line 7481:
 ** {{wiki:​PublicProperty.gif|}} InputScope ** ** {{wiki:​PublicProperty.gif|}} InputScope **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​InputScope/​/
 == Return Value == == Return Value ==
   * Type:​InputScope   * Type:​InputScope
Line 7486: Line 7489:
 ** {{wiki:​PublicProperty.gif|}} ActualWidth ** ** {{wiki:​PublicProperty.gif|}} ActualWidth **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ActualWidth/​/
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 7494: Line 7497:
 ** {{wiki:​PublicProperty.gif|}} ActualHeight ** ** {{wiki:​PublicProperty.gif|}} ActualHeight **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ActualHeight/​/
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 7502: Line 7505:
 ** {{wiki:​PublicProperty.gif|}} LayoutTransform ** ** {{wiki:​PublicProperty.gif|}} LayoutTransform **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​LayoutTransform/​/
 == Return Value == == Return Value ==
   * Type:​Transform   * Type:​Transform
Line 7510: Line 7513:
 ** {{wiki:​PublicProperty.gif|}} Width ** ** {{wiki:​PublicProperty.gif|}} Width **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ActualWidth/​/
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 7518: Line 7521:
 ** {{wiki:​PublicProperty.gif|}} MinWidth ** ** {{wiki:​PublicProperty.gif|}} MinWidth **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​MinWidth/​/
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 7526: Line 7529:
 ** {{wiki:​PublicProperty.gif|}} MaxWidth ** ** {{wiki:​PublicProperty.gif|}} MaxWidth **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​MaxWidth/​/
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 7534: Line 7537:
 ** {{wiki:​PublicProperty.gif|}} Height ** ** {{wiki:​PublicProperty.gif|}} Height **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ActualHeight/​/
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 7542: Line 7545:
 ** {{wiki:​PublicProperty.gif|}} MinHeight ** ** {{wiki:​PublicProperty.gif|}} MinHeight **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​MinHeight/​/
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 7550: Line 7553:
 ** {{wiki:​PublicProperty.gif|}} MaxHeight ** ** {{wiki:​PublicProperty.gif|}} MaxHeight **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​MaxHeight/​/
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 7558: Line 7561:
 ** {{wiki:​PublicProperty.gif|}} FlowDirection ** ** {{wiki:​PublicProperty.gif|}} FlowDirection **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​FlowDirection/​/
 == Return Value == == Return Value ==
   * Type:​FlowDirection   * Type:​FlowDirection
Line 7566: Line 7569:
 ** {{wiki:​PublicProperty.gif|}} Margin ** ** {{wiki:​PublicProperty.gif|}} Margin **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Margin/​/
 == Return Value == == Return Value ==
   * Type:​Thickness   * Type:​Thickness
Line 7574: Line 7577:
 ** {{wiki:​PublicProperty.gif|}} HorizontalAlignment ** ** {{wiki:​PublicProperty.gif|}} HorizontalAlignment **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​HorizontalAlignment/​/
 == Return Value == == Return Value ==
   * Type:​HorizontalAlignment   * Type:​HorizontalAlignment
Line 7582: Line 7585:
 ** {{wiki:​PublicProperty.gif|}} VerticalAlignment ** ** {{wiki:​PublicProperty.gif|}} VerticalAlignment **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​VerticalAlignment/​/
 == Return Value == == Return Value ==
   * Type:​VerticalAlignment   * Type:​VerticalAlignment
Line 7590: Line 7593:
 ** {{wiki:​PublicProperty.gif|}} FocusVisualStyle ** ** {{wiki:​PublicProperty.gif|}} FocusVisualStyle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​FocusVisualStyle/​/
 == Return Value == == Return Value ==
   * Type:Style   * Type:Style
Line 7598: Line 7601:
 ** {{wiki:​PublicProperty.gif|}} Cursor ** ** {{wiki:​PublicProperty.gif|}} Cursor **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnQueryCursor.28QueryCursorEventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:Cursor   * Type:Cursor
Line 7606: Line 7609:
 ** {{wiki:​PublicProperty.gif|}} ForceCursor ** ** {{wiki:​PublicProperty.gif|}} ForceCursor **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ForceCursor/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7614: Line 7617:
 ** {{wiki:​PublicProperty.gif|}} IsInitialized ** ** {{wiki:​PublicProperty.gif|}} IsInitialized **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsInitialized/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7622: Line 7625:
 ** {{wiki:​PublicProperty.gif|}} IsLoaded ** ** {{wiki:​PublicProperty.gif|}} IsLoaded **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsLoaded/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7630: Line 7633:
 ** {{wiki:​PublicProperty.gif|}} ToolTip ** ** {{wiki:​PublicProperty.gif|}} ToolTip **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnToolTipClosing.28ToolTipEventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:Object   * Type:Object
Line 7638: Line 7641:
 ** {{wiki:​PublicProperty.gif|}} ContextMenu ** ** {{wiki:​PublicProperty.gif|}} ContextMenu **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnContextMenuClosing.28ContextMenuEventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​ContextMenu   * Type:​ContextMenu
Line 7646: Line 7649:
 ** {{wiki:​PublicProperty.gif|}} Parent ** ** {{wiki:​PublicProperty.gif|}} Parent **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Parent/​/
 == Return Value == == Return Value ==
   * Type:​DependencyObject   * Type:​DependencyObject
Line 7654: Line 7657:
 ** {{wiki:​PublicProperty.gif|}} HasAnimatedProperties ** ** {{wiki:​PublicProperty.gif|}} HasAnimatedProperties **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​HasAnimatedProperties/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7662: Line 7665:
 ** {{wiki:​PublicProperty.gif|}} InputBindings ** ** {{wiki:​PublicProperty.gif|}} InputBindings **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ShouldSerializeInputBindings.28.29/​/
 == Return Value == == Return Value ==
   * Type:​InputBindingCollection   * Type:​InputBindingCollection
Line 7670: Line 7673:
 ** {{wiki:​PublicProperty.gif|}} CommandBindings ** ** {{wiki:​PublicProperty.gif|}} CommandBindings **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ShouldSerializeCommandBindings.28.29/​/
 == Return Value == == Return Value ==
   * Type:​CommandBindingCollection   * Type:​CommandBindingCollection
Line 7678: Line 7681:
 ** {{wiki:​PublicProperty.gif|}} AllowDrop ** ** {{wiki:​PublicProperty.gif|}} AllowDrop **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AllowDrop/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7686: Line 7689:
 ** {{wiki:​PublicProperty.gif|}} DesiredSize ** ** {{wiki:​PublicProperty.gif|}} DesiredSize **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnChildDesiredSizeChanged.28UIElement.29/​/
 == Return Value == == Return Value ==
   * Type:Size   * Type:Size
Line 7694: Line 7697:
 ** {{wiki:​PublicProperty.gif|}} IsMeasureValid ** ** {{wiki:​PublicProperty.gif|}} IsMeasureValid **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsMeasureValid/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7702: Line 7705:
 ** {{wiki:​PublicProperty.gif|}} IsArrangeValid ** ** {{wiki:​PublicProperty.gif|}} IsArrangeValid **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsArrangeValid/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7710: Line 7713:
 ** {{wiki:​PublicProperty.gif|}} RenderSize ** ** {{wiki:​PublicProperty.gif|}} RenderSize **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​RenderSize/​/
 == Return Value == == Return Value ==
   * Type:Size   * Type:Size
Line 7718: Line 7721:
 ** {{wiki:​PublicProperty.gif|}} RenderTransform ** ** {{wiki:​PublicProperty.gif|}} RenderTransform **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​RenderTransform/​/
 == Return Value == == Return Value ==
   * Type:​Transform   * Type:​Transform
Line 7726: Line 7729:
 ** {{wiki:​PublicProperty.gif|}} RenderTransformOrigin ** ** {{wiki:​PublicProperty.gif|}} RenderTransformOrigin **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​RenderTransformOrigin/​/
 == Return Value == == Return Value ==
   * Type:Point   * Type:Point
Line 7734: Line 7737:
 ** {{wiki:​PublicProperty.gif|}} IsMouseDirectlyOver ** ** {{wiki:​PublicProperty.gif|}} IsMouseDirectlyOver **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7742: Line 7745:
 ** {{wiki:​PublicProperty.gif|}} IsMouseOver ** ** {{wiki:​PublicProperty.gif|}} IsMouseOver **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsMouseOver/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7750: Line 7753:
 ** {{wiki:​PublicProperty.gif|}} IsStylusOver ** ** {{wiki:​PublicProperty.gif|}} IsStylusOver **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsStylusOver/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7758: Line 7761:
 ** {{wiki:​PublicProperty.gif|}} IsKeyboardFocusWithin ** ** {{wiki:​PublicProperty.gif|}} IsKeyboardFocusWithin **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7766: Line 7769:
 ** {{wiki:​PublicProperty.gif|}} IsMouseCaptured ** ** {{wiki:​PublicProperty.gif|}} IsMouseCaptured **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7774: Line 7777:
 ** {{wiki:​PublicProperty.gif|}} IsMouseCaptureWithin ** ** {{wiki:​PublicProperty.gif|}} IsMouseCaptureWithin **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7782: Line 7785:
 ** {{wiki:​PublicProperty.gif|}} IsStylusDirectlyOver ** ** {{wiki:​PublicProperty.gif|}} IsStylusDirectlyOver **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7790: Line 7793:
 ** {{wiki:​PublicProperty.gif|}} IsStylusCaptured ** ** {{wiki:​PublicProperty.gif|}} IsStylusCaptured **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7798: Line 7801:
 ** {{wiki:​PublicProperty.gif|}} IsStylusCaptureWithin ** ** {{wiki:​PublicProperty.gif|}} IsStylusCaptureWithin **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7806: Line 7809:
 ** {{wiki:​PublicProperty.gif|}} IsKeyboardFocused ** ** {{wiki:​PublicProperty.gif|}} IsKeyboardFocused **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7814: Line 7817:
 ** {{wiki:​PublicProperty.gif|}} IsInputMethodEnabled ** ** {{wiki:​PublicProperty.gif|}} IsInputMethodEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsInputMethodEnabled/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7822: Line 7825:
 ** {{wiki:​PublicProperty.gif|}} Opacity ** ** {{wiki:​PublicProperty.gif|}} Opacity **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Opacity/​/
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 7830: Line 7833:
 ** {{wiki:​PublicProperty.gif|}} OpacityMask ** ** {{wiki:​PublicProperty.gif|}} OpacityMask **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OpacityMask/​/
 == Return Value == == Return Value ==
   * Type:Brush   * Type:Brush
Line 7838: Line 7841:
 ** {{wiki:​PublicProperty.gif|}} BitmapEffect ** ** {{wiki:​PublicProperty.gif|}} BitmapEffect **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​BitmapEffect   * Type:​BitmapEffect
Line 7846: Line 7849:
 ** {{wiki:​PublicProperty.gif|}} Effect ** ** {{wiki:​PublicProperty.gif|}} Effect **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Effect/​/
 == Return Value == == Return Value ==
   * Type:Effect   * Type:Effect
Line 7854: Line 7857:
 ** {{wiki:​PublicProperty.gif|}} BitmapEffectInput ** ** {{wiki:​PublicProperty.gif|}} BitmapEffectInput **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​BitmapEffectInput   * Type:​BitmapEffectInput
Line 7862: Line 7865:
 ** {{wiki:​PublicProperty.gif|}} CacheMode ** ** {{wiki:​PublicProperty.gif|}} CacheMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​CacheMode/​/
 == Return Value == == Return Value ==
   * Type:​CacheMode   * Type:​CacheMode
Line 7870: Line 7873:
 ** {{wiki:​PublicProperty.gif|}} Uid ** ** {{wiki:​PublicProperty.gif|}} Uid **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Uid/​/
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 7878: Line 7881:
 ** {{wiki:​PublicProperty.gif|}} Visibility ** ** {{wiki:​PublicProperty.gif|}} Visibility **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Visibility/​/
 == Return Value == == Return Value ==
   * Type:​Visibility   * Type:​Visibility
Line 7886: Line 7889:
 ** {{wiki:​PublicProperty.gif|}} ClipToBounds ** ** {{wiki:​PublicProperty.gif|}} ClipToBounds **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​ClipToBounds/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7894: Line 7897:
 ** {{wiki:​PublicProperty.gif|}} Clip ** ** {{wiki:​PublicProperty.gif|}} Clip **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​GetLayoutClip.28Size.29/​/
 == Return Value == == Return Value ==
   * Type:​Geometry   * Type:​Geometry
Line 7902: Line 7905:
 ** {{wiki:​PublicProperty.gif|}} SnapsToDevicePixels ** ** {{wiki:​PublicProperty.gif|}} SnapsToDevicePixels **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​SnapsToDevicePixels/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7910: Line 7913:
 ** {{wiki:​PublicProperty.gif|}} IsFocused ** ** {{wiki:​PublicProperty.gif|}} IsFocused **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsFocused/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7918: Line 7921:
 ** {{wiki:​PublicProperty.gif|}} IsEnabled ** ** {{wiki:​PublicProperty.gif|}} IsEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsEnabled/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7926: Line 7929:
 ** {{wiki:​PublicProperty.gif|}} IsHitTestVisible ** ** {{wiki:​PublicProperty.gif|}} IsHitTestVisible **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsHitTestVisible/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7934: Line 7937:
 ** {{wiki:​PublicProperty.gif|}} IsVisible ** ** {{wiki:​PublicProperty.gif|}} IsVisible **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsVisible/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7942: Line 7945:
 ** {{wiki:​PublicProperty.gif|}} Focusable ** ** {{wiki:​PublicProperty.gif|}} Focusable **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Focusable/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7950: Line 7953:
 ** {{wiki:​PublicProperty.gif|}} PersistId ** ** {{wiki:​PublicProperty.gif|}} PersistId **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 7958: Line 7961:
 ** {{wiki:​PublicProperty.gif|}} IsManipulationEnabled ** ** {{wiki:​PublicProperty.gif|}} IsManipulationEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsManipulationEnabled/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7966: Line 7969:
 ** {{wiki:​PublicProperty.gif|}} AreAnyTouchesOver ** ** {{wiki:​PublicProperty.gif|}} AreAnyTouchesOver **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AreAnyTouchesOver/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7974: Line 7977:
 ** {{wiki:​PublicProperty.gif|}} AreAnyTouchesDirectlyOver ** ** {{wiki:​PublicProperty.gif|}} AreAnyTouchesDirectlyOver **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AreAnyTouchesDirectlyOver/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7982: Line 7985:
 ** {{wiki:​PublicProperty.gif|}} AreAnyTouchesCapturedWithin ** ** {{wiki:​PublicProperty.gif|}} AreAnyTouchesCapturedWithin **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AreAnyTouchesCapturedWithin/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7990: Line 7993:
 ** {{wiki:​PublicProperty.gif|}} AreAnyTouchesCaptured ** ** {{wiki:​PublicProperty.gif|}} AreAnyTouchesCaptured **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AreAnyTouchesCaptured/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7998: Line 8001:
 ** {{wiki:​PublicProperty.gif|}} TouchesCaptured ** ** {{wiki:​PublicProperty.gif|}} TouchesCaptured **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AreAnyTouchesCaptured/​/
 == Return Value == == Return Value ==
   * Type:​IEnumerable<​TouchDevice>​   * Type:​IEnumerable<​TouchDevice>​
Line 8006: Line 8009:
 ** {{wiki:​PublicProperty.gif|}} TouchesCapturedWithin ** ** {{wiki:​PublicProperty.gif|}} TouchesCapturedWithin **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AreAnyTouchesCapturedWithin/​/
 == Return Value == == Return Value ==
   * Type:​IEnumerable<​TouchDevice>​   * Type:​IEnumerable<​TouchDevice>​
Line 8014: Line 8017:
 ** {{wiki:​PublicProperty.gif|}} TouchesOver ** ** {{wiki:​PublicProperty.gif|}} TouchesOver **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AreAnyTouchesOver/​/
 == Return Value == == Return Value ==
   * Type:​IEnumerable<​TouchDevice>​   * Type:​IEnumerable<​TouchDevice>​
Line 8022: Line 8025:
 ** {{wiki:​PublicProperty.gif|}} TouchesDirectlyOver ** ** {{wiki:​PublicProperty.gif|}} TouchesDirectlyOver **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​AreAnyTouchesDirectlyOver/​/
 == Return Value == == Return Value ==
   * Type:​IEnumerable<​TouchDevice>​   * Type:​IEnumerable<​TouchDevice>​
Line 8030: Line 8033:
 ** {{wiki:​PublicProperty.gif|}} DependencyObjectType ** ** {{wiki:​PublicProperty.gif|}} DependencyObjectType **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​DependencyObjectType/​/
 == Return Value == == Return Value ==
   * Type:​DependencyObjectType   * Type:​DependencyObjectType
Line 8038: Line 8041:
 ** {{wiki:​PublicProperty.gif|}} IsSealed ** ** {{wiki:​PublicProperty.gif|}} IsSealed **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsSealed/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8046: Line 8049:
 ** {{wiki:​PublicProperty.gif|}} Dispatcher ** ** {{wiki:​PublicProperty.gif|}} Dispatcher **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Dispatcher/​/
 == Return Value == == Return Value ==
   * Type:​Dispatcher   * Type:​Dispatcher
Line 8055: Line 8058:
 ** {{wiki:​ProtectedProperty.gif|}} qhc= ** ** {{wiki:​ProtectedProperty.gif|}} qhc= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8063: Line 8066:
 ** {{wiki:​ProtectedProperty.gif|}} hRc= ** ** {{wiki:​ProtectedProperty.gif|}} hRc= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Action<​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Exception>​   * Type:​Action<​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Exception>​
Line 8071: Line 8074:
 ** {{wiki:​ProtectedProperty.gif|}} iBc= ** ** {{wiki:​ProtectedProperty.gif|}} iBc= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Action<​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Exception>​   * Type:​Action<​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Exception>​
Line 8079: Line 8082:
 ** {{wiki:​ProtectedProperty.gif|}} ixc= ** ** {{wiki:​ProtectedProperty.gif|}} ixc= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Func`3   * Type:Func`3
Line 8087: Line 8090:
 ** {{wiki:​ProtectedProperty.gif|}} jhc= ** ** {{wiki:​ProtectedProperty.gif|}} jhc= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 8095: Line 8098:
 ** {{wiki:​ProtectedProperty.gif|}} CancellationPending ** ** {{wiki:​ProtectedProperty.gif|}} CancellationPending **
  
-N/A+  * //Gets a value indicating whether the application has requested cancellation of a background operation;//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​CancellationPending/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8103: Line 8106:
 ** {{wiki:​ProtectedProperty.gif|}} kRc= ** ** {{wiki:​ProtectedProperty.gif|}} kRc= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8111: Line 8114:
 ** {{wiki:​ProtectedProperty.gif|}} FxQ= ** ** {{wiki:​ProtectedProperty.gif|}} FxQ= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:aBY=   * Type:aBY=
Line 8119: Line 8122:
 ** {{wiki:​ProtectedProperty.gif|}} lBc= ** ** {{wiki:​ProtectedProperty.gif|}} lBc= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8127: Line 8130:
 ** {{wiki:​ProtectedProperty.gif|}} lxc= ** ** {{wiki:​ProtectedProperty.gif|}} lxc= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8135: Line 8138:
 ** {{wiki:​ProtectedProperty.gif|}} mhc= ** ** {{wiki:​ProtectedProperty.gif|}} mhc= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8143: Line 8146:
 ** {{wiki:​ProtectedProperty.gif|}} LogicalChildren ** ** {{wiki:​ProtectedProperty.gif|}} LogicalChildren **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​IEnumerator   * Type:​IEnumerator
Line 8151: Line 8154:
 ** {{wiki:​ProtectedProperty.gif|}} ContentIsNotLogical ** ** {{wiki:​ProtectedProperty.gif|}} ContentIsNotLogical **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8159: Line 8162:
 ** {{wiki:​ProtectedProperty.gif|}} ContentIsItem ** ** {{wiki:​ProtectedProperty.gif|}} ContentIsItem **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8167: Line 8170:
 ** {{wiki:​ProtectedProperty.gif|}} EffectiveValuesInitialSize ** ** {{wiki:​ProtectedProperty.gif|}} EffectiveValuesInitialSize **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 8175: Line 8178:
 ** {{wiki:​ProtectedProperty.gif|}} DTypeThemeStyleKey ** ** {{wiki:​ProtectedProperty.gif|}} DTypeThemeStyleKey **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​DependencyObjectType   * Type:​DependencyObjectType
Line 8183: Line 8186:
 ** {{wiki:​ProtectedProperty.gif|}} TemplateInternal ** ** {{wiki:​ProtectedProperty.gif|}} TemplateInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​FrameworkTemplate   * Type:​FrameworkTemplate
Line 8191: Line 8194:
 ** {{wiki:​ProtectedProperty.gif|}} TemplateCache ** ** {{wiki:​ProtectedProperty.gif|}} TemplateCache **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​FrameworkTemplate   * Type:​FrameworkTemplate
Line 8199: Line 8202:
 ** {{wiki:​ProtectedProperty.gif|}} HandlesScrolling ** ** {{wiki:​ProtectedProperty.gif|}} HandlesScrolling **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8207: Line 8210:
 ** {{wiki:​ProtectedProperty.gif|}} VisualStateChangeSuspended ** ** {{wiki:​ProtectedProperty.gif|}} VisualStateChangeSuspended **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8215: Line 8218:
 ** {{wiki:​ProtectedProperty.gif|}} DefaultStyleKey ** ** {{wiki:​ProtectedProperty.gif|}} DefaultStyleKey **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Object   * Type:Object
Line 8223: Line 8226:
 ** {{wiki:​ProtectedProperty.gif|}} ThemeStyle ** ** {{wiki:​ProtectedProperty.gif|}} ThemeStyle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Style   * Type:Style
Line 8231: Line 8234:
 ** {{wiki:​ProtectedProperty.gif|}} IsTemplateRoot ** ** {{wiki:​ProtectedProperty.gif|}} IsTemplateRoot **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8239: Line 8242:
 ** {{wiki:​ProtectedProperty.gif|}} TemplateChild ** ** {{wiki:​ProtectedProperty.gif|}} TemplateChild **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​UIElement   * Type:​UIElement
Line 8247: Line 8250:
 ** {{wiki:​ProtectedProperty.gif|}} StateGroupsRoot ** ** {{wiki:​ProtectedProperty.gif|}} StateGroupsRoot **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​FrameworkElement   * Type:​FrameworkElement
Line 8255: Line 8258:
 ** {{wiki:​ProtectedProperty.gif|}} VisualChildrenCount ** ** {{wiki:​ProtectedProperty.gif|}} VisualChildrenCount **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​VisualChildrenCount/​/
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 8263: Line 8266:
 ** {{wiki:​ProtectedProperty.gif|}} HasResources ** ** {{wiki:​ProtectedProperty.gif|}} HasResources **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8271: Line 8274:
 ** {{wiki:​ProtectedProperty.gif|}} InheritanceBehavior ** ** {{wiki:​ProtectedProperty.gif|}} InheritanceBehavior **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​InheritanceBehavior   * Type:​InheritanceBehavior
Line 8279: Line 8282:
 ** {{wiki:​ProtectedProperty.gif|}} HasResourceReference ** ** {{wiki:​ProtectedProperty.gif|}} HasResourceReference **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8287: Line 8290:
 ** {{wiki:​ProtectedProperty.gif|}} IsLogicalChildrenIterationInProgress ** ** {{wiki:​ProtectedProperty.gif|}} IsLogicalChildrenIterationInProgress **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8295: Line 8298:
 ** {{wiki:​ProtectedProperty.gif|}} InVisibilityCollapsedTree ** ** {{wiki:​ProtectedProperty.gif|}} InVisibilityCollapsedTree **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8303: Line 8306:
 ** {{wiki:​ProtectedProperty.gif|}} SubtreeHasLoadedChangeHandler ** ** {{wiki:​ProtectedProperty.gif|}} SubtreeHasLoadedChangeHandler **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8311: Line 8314:
 ** {{wiki:​ProtectedProperty.gif|}} IsLoadedCache ** ** {{wiki:​ProtectedProperty.gif|}} IsLoadedCache **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8319: Line 8322:
 ** {{wiki:​ProtectedProperty.gif|}} IsParentAnFE ** ** {{wiki:​ProtectedProperty.gif|}} IsParentAnFE **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8327: Line 8330:
 ** {{wiki:​ProtectedProperty.gif|}} IsTemplatedParentAnFE ** ** {{wiki:​ProtectedProperty.gif|}} IsTemplatedParentAnFE **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8335: Line 8338:
 ** {{wiki:​ProtectedProperty.gif|}} HasLogicalChildren ** ** {{wiki:​ProtectedProperty.gif|}} HasLogicalChildren **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8343: Line 8346:
 ** {{wiki:​ProtectedProperty.gif|}} IsRightToLeft ** ** {{wiki:​ProtectedProperty.gif|}} IsRightToLeft **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8351: Line 8354:
 ** {{wiki:​ProtectedProperty.gif|}} TemplateChildIndex ** ** {{wiki:​ProtectedProperty.gif|}} TemplateChildIndex **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 8359: Line 8362:
 ** {{wiki:​ProtectedProperty.gif|}} IsRequestingExpression ** ** {{wiki:​ProtectedProperty.gif|}} IsRequestingExpression **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8367: Line 8370:
 ** {{wiki:​ProtectedProperty.gif|}} BypassLayoutPolicies ** ** {{wiki:​ProtectedProperty.gif|}} BypassLayoutPolicies **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8375: Line 8378:
 ** {{wiki:​ProtectedProperty.gif|}} ThisHasLoadedChangeEventHandler ** ** {{wiki:​ProtectedProperty.gif|}} ThisHasLoadedChangeEventHandler **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8383: Line 8386:
 ** {{wiki:​ProtectedProperty.gif|}} HasFefLoadedChangeHandler ** ** {{wiki:​ProtectedProperty.gif|}} HasFefLoadedChangeHandler **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8391: Line 8394:
 ** {{wiki:​ProtectedProperty.gif|}} InheritanceContext ** ** {{wiki:​ProtectedProperty.gif|}} InheritanceContext **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​DependencyObject   * Type:​DependencyObject
Line 8399: Line 8402:
 ** {{wiki:​ProtectedProperty.gif|}} IsStyleUpdateInProgress ** ** {{wiki:​ProtectedProperty.gif|}} IsStyleUpdateInProgress **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8407: Line 8410:
 ** {{wiki:​ProtectedProperty.gif|}} IsThemeStyleUpdateInProgress ** ** {{wiki:​ProtectedProperty.gif|}} IsThemeStyleUpdateInProgress **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8415: Line 8418:
 ** {{wiki:​ProtectedProperty.gif|}} StoresParentTemplateValues ** ** {{wiki:​ProtectedProperty.gif|}} StoresParentTemplateValues **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8423: Line 8426:
 ** {{wiki:​ProtectedProperty.gif|}} HasNumberSubstitutionChanged ** ** {{wiki:​ProtectedProperty.gif|}} HasNumberSubstitutionChanged **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8431: Line 8434:
 ** {{wiki:​ProtectedProperty.gif|}} HasTemplateGeneratedSubTree ** ** {{wiki:​ProtectedProperty.gif|}} HasTemplateGeneratedSubTree **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8439: Line 8442:
 ** {{wiki:​ProtectedProperty.gif|}} HasImplicitStyleFromResources ** ** {{wiki:​ProtectedProperty.gif|}} HasImplicitStyleFromResources **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8447: Line 8450:
 ** {{wiki:​ProtectedProperty.gif|}} ShouldLookupImplicitStyles ** ** {{wiki:​ProtectedProperty.gif|}} ShouldLookupImplicitStyles **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8455: Line 8458:
 ** {{wiki:​ProtectedProperty.gif|}} IsStyleSetFromGenerator ** ** {{wiki:​ProtectedProperty.gif|}} IsStyleSetFromGenerator **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8463: Line 8466:
 ** {{wiki:​ProtectedProperty.gif|}} HasStyleChanged ** ** {{wiki:​ProtectedProperty.gif|}} HasStyleChanged **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8471: Line 8474:
 ** {{wiki:​ProtectedProperty.gif|}} HasTemplateChanged ** ** {{wiki:​ProtectedProperty.gif|}} HasTemplateChanged **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8479: Line 8482:
 ** {{wiki:​ProtectedProperty.gif|}} HasStyleInvalidated ** ** {{wiki:​ProtectedProperty.gif|}} HasStyleInvalidated **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8487: Line 8490:
 ** {{wiki:​ProtectedProperty.gif|}} HasStyleEverBeenFetched ** ** {{wiki:​ProtectedProperty.gif|}} HasStyleEverBeenFetched **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8495: Line 8498:
 ** {{wiki:​ProtectedProperty.gif|}} HasLocalStyle ** ** {{wiki:​ProtectedProperty.gif|}} HasLocalStyle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8503: Line 8506:
 ** {{wiki:​ProtectedProperty.gif|}} HasThemeStyleEverBeenFetched ** ** {{wiki:​ProtectedProperty.gif|}} HasThemeStyleEverBeenFetched **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8511: Line 8514:
 ** {{wiki:​ProtectedProperty.gif|}} AncestorChangeInProgress ** ** {{wiki:​ProtectedProperty.gif|}} AncestorChangeInProgress **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8519: Line 8522:
 ** {{wiki:​ProtectedProperty.gif|}} InheritableProperties ** ** {{wiki:​ProtectedProperty.gif|}} InheritableProperties **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​FrugalObjectList<​DependencyProperty>​   * Type:​FrugalObjectList<​DependencyProperty>​
Line 8527: Line 8530:
 ** {{wiki:​ProtectedProperty.gif|}} LoadedPending ** ** {{wiki:​ProtectedProperty.gif|}} LoadedPending **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Object[]   * Type:​Object[]
Line 8535: Line 8538:
 ** {{wiki:​ProtectedProperty.gif|}} UnloadedPending ** ** {{wiki:​ProtectedProperty.gif|}} UnloadedPending **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Object[]   * Type:​Object[]
Line 8543: Line 8546:
 ** {{wiki:​ProtectedProperty.gif|}} HasMultipleInheritanceContexts ** ** {{wiki:​ProtectedProperty.gif|}} HasMultipleInheritanceContexts **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8551: Line 8554:
 ** {{wiki:​ProtectedProperty.gif|}} PotentiallyHasMentees ** ** {{wiki:​ProtectedProperty.gif|}} PotentiallyHasMentees **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8559: Line 8562:
 ** {{wiki:​ProtectedProperty.gif|}} InputBindingsInternal ** ** {{wiki:​ProtectedProperty.gif|}} InputBindingsInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​InputBindingCollection   * Type:​InputBindingCollection
Line 8567: Line 8570:
 ** {{wiki:​ProtectedProperty.gif|}} CommandBindingsInternal ** ** {{wiki:​ProtectedProperty.gif|}} CommandBindingsInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​CommandBindingCollection   * Type:​CommandBindingCollection
Line 8575: Line 8578:
 ** {{wiki:​ProtectedProperty.gif|}} EventHandlersStore ** ** {{wiki:​ProtectedProperty.gif|}} EventHandlersStore **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​EventHandlersStore   * Type:​EventHandlersStore
Line 8583: Line 8586:
 ** {{wiki:​ProtectedProperty.gif|}} StylusPlugIns ** ** {{wiki:​ProtectedProperty.gif|}} StylusPlugIns **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​StylusPlugIns/​/
 == Return Value == == Return Value ==
   * Type:​StylusPlugInCollection   * Type:​StylusPlugInCollection
Line 8591: Line 8594:
 ** {{wiki:​ProtectedProperty.gif|}} PreviousConstraint ** ** {{wiki:​ProtectedProperty.gif|}} PreviousConstraint **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Size   * Type:Size
Line 8599: Line 8602:
 ** {{wiki:​ProtectedProperty.gif|}} HasEffectiveKeyboardFocus ** ** {{wiki:​ProtectedProperty.gif|}} HasEffectiveKeyboardFocus **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8607: Line 8610:
 ** {{wiki:​ProtectedProperty.gif|}} IsEnabledCore ** ** {{wiki:​ProtectedProperty.gif|}} IsEnabledCore **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsEnabledCore/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8615: Line 8618:
 ** {{wiki:​ProtectedProperty.gif|}} PreviousArrangeRect ** ** {{wiki:​ProtectedProperty.gif|}} PreviousArrangeRect **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Rect   * Type:Rect
Line 8623: Line 8626:
 ** {{wiki:​ProtectedProperty.gif|}} HasAutomationPeer ** ** {{wiki:​ProtectedProperty.gif|}} HasAutomationPeer **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8631: Line 8634:
 ** {{wiki:​ProtectedProperty.gif|}} SnapsToDevicePixelsCache ** ** {{wiki:​ProtectedProperty.gif|}} SnapsToDevicePixelsCache **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8639: Line 8642:
 ** {{wiki:​ProtectedProperty.gif|}} ClipToBoundsCache ** ** {{wiki:​ProtectedProperty.gif|}} ClipToBoundsCache **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8647: Line 8650:
 ** {{wiki:​ProtectedProperty.gif|}} MeasureDirty ** ** {{wiki:​ProtectedProperty.gif|}} MeasureDirty **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8655: Line 8658:
 ** {{wiki:​ProtectedProperty.gif|}} ArrangeDirty ** ** {{wiki:​ProtectedProperty.gif|}} ArrangeDirty **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8663: Line 8666:
 ** {{wiki:​ProtectedProperty.gif|}} MeasureInProgress ** ** {{wiki:​ProtectedProperty.gif|}} MeasureInProgress **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8671: Line 8674:
 ** {{wiki:​ProtectedProperty.gif|}} ArrangeInProgress ** ** {{wiki:​ProtectedProperty.gif|}} ArrangeInProgress **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8679: Line 8682:
 ** {{wiki:​ProtectedProperty.gif|}} NeverMeasured ** ** {{wiki:​ProtectedProperty.gif|}} NeverMeasured **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8687: Line 8690:
 ** {{wiki:​ProtectedProperty.gif|}} NeverArranged ** ** {{wiki:​ProtectedProperty.gif|}} NeverArranged **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8695: Line 8698:
 ** {{wiki:​ProtectedProperty.gif|}} MeasureDuringArrange ** ** {{wiki:​ProtectedProperty.gif|}} MeasureDuringArrange **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8703: Line 8706:
 ** {{wiki:​ProtectedProperty.gif|}} AreTransformsClean ** ** {{wiki:​ProtectedProperty.gif|}} AreTransformsClean **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8711: Line 8714:
 ** {{wiki:​ProtectedProperty.gif|}} IsVisualChildrenIterationInProgress ** ** {{wiki:​ProtectedProperty.gif|}} IsVisualChildrenIterationInProgress **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8719: Line 8722:
 ** {{wiki:​ProtectedProperty.gif|}} IsRootElement ** ** {{wiki:​ProtectedProperty.gif|}} IsRootElement **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8727: Line 8730:
 ** {{wiki:​ProtectedProperty.gif|}} VisualContentBounds ** ** {{wiki:​ProtectedProperty.gif|}} VisualContentBounds **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Rect   * Type:Rect
Line 8735: Line 8738:
 ** {{wiki:​ProtectedProperty.gif|}} VisualDescendantBounds ** ** {{wiki:​ProtectedProperty.gif|}} VisualDescendantBounds **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Rect   * Type:Rect
Line 8743: Line 8746:
 ** {{wiki:​ProtectedProperty.gif|}} InternalVisualChildrenCount ** ** {{wiki:​ProtectedProperty.gif|}} InternalVisualChildrenCount **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 8751: Line 8754:
 ** {{wiki:​ProtectedProperty.gif|}} InternalVisual2DOr3DChildrenCount ** ** {{wiki:​ProtectedProperty.gif|}} InternalVisual2DOr3DChildrenCount **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 8759: Line 8762:
 ** {{wiki:​ProtectedProperty.gif|}} HasVisualChildren ** ** {{wiki:​ProtectedProperty.gif|}} HasVisualChildren **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8767: Line 8770:
 ** {{wiki:​ProtectedProperty.gif|}} TreeLevel ** ** {{wiki:​ProtectedProperty.gif|}} TreeLevel **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:UInt32   * Type:UInt32
Line 8775: Line 8778:
 ** {{wiki:​ProtectedProperty.gif|}} VisualParent ** ** {{wiki:​ProtectedProperty.gif|}} VisualParent **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​VisualParent/​/
 == Return Value == == Return Value ==
   * Type:​DependencyObject   * Type:​DependencyObject
Line 8783: Line 8786:
 ** {{wiki:​ProtectedProperty.gif|}} InternalVisualParent ** ** {{wiki:​ProtectedProperty.gif|}} InternalVisualParent **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​DependencyObject   * Type:​DependencyObject
Line 8791: Line 8794:
 ** {{wiki:​ProtectedProperty.gif|}} VisualTransform ** ** {{wiki:​ProtectedProperty.gif|}} VisualTransform **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Transform   * Type:​Transform
Line 8799: Line 8802:
 ** {{wiki:​ProtectedProperty.gif|}} VisualEffect ** ** {{wiki:​ProtectedProperty.gif|}} VisualEffect **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Effect   * Type:Effect
Line 8807: Line 8810:
 ** {{wiki:​ProtectedProperty.gif|}} VisualEffectInternal ** ** {{wiki:​ProtectedProperty.gif|}} VisualEffectInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Effect   * Type:Effect
Line 8815: Line 8818:
 ** {{wiki:​ProtectedProperty.gif|}} VisualBitmapEffect ** ** {{wiki:​ProtectedProperty.gif|}} VisualBitmapEffect **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​BitmapEffect   * Type:​BitmapEffect
Line 8823: Line 8826:
 ** {{wiki:​ProtectedProperty.gif|}} VisualBitmapEffectInput ** ** {{wiki:​ProtectedProperty.gif|}} VisualBitmapEffectInput **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​BitmapEffectInput   * Type:​BitmapEffectInput
Line 8831: Line 8834:
 ** {{wiki:​ProtectedProperty.gif|}} BitmapEffectEmulationDisabled ** ** {{wiki:​ProtectedProperty.gif|}} BitmapEffectEmulationDisabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 8839: Line 8842:
 ** {{wiki:​ProtectedProperty.gif|}} VisualBitmapEffectInternal ** ** {{wiki:​ProtectedProperty.gif|}} VisualBitmapEffectInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​BitmapEffect   * Type:​BitmapEffect
Line 8847: Line 8850:
 ** {{wiki:​ProtectedProperty.gif|}} VisualBitmapEffectInputInternal ** ** {{wiki:​ProtectedProperty.gif|}} VisualBitmapEffectInputInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​BitmapEffectInput   * Type:​BitmapEffectInput
Line 8855: Line 8858:
 ** {{wiki:​ProtectedProperty.gif|}} VisualCacheMode ** ** {{wiki:​ProtectedProperty.gif|}} VisualCacheMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​CacheMode   * Type:​CacheMode
Line 8863: Line 8866:
 ** {{wiki:​ProtectedProperty.gif|}} VisualScrollableAreaClip ** ** {{wiki:​ProtectedProperty.gif|}} VisualScrollableAreaClip **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Nullable<​Rect>​   * Type:​Nullable<​Rect>​
Line 8871: Line 8874:
 ** {{wiki:​ProtectedProperty.gif|}} VisualClip ** ** {{wiki:​ProtectedProperty.gif|}} VisualClip **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Geometry   * Type:​Geometry
Line 8879: Line 8882:
 ** {{wiki:​ProtectedProperty.gif|}} VisualOffset ** ** {{wiki:​ProtectedProperty.gif|}} VisualOffset **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Vector   * Type:Vector
Line 8887: Line 8890:
 ** {{wiki:​ProtectedProperty.gif|}} VisualOpacity ** ** {{wiki:​ProtectedProperty.gif|}} VisualOpacity **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 8895: Line 8898:
 ** {{wiki:​ProtectedProperty.gif|}} VisualEdgeMode ** ** {{wiki:​ProtectedProperty.gif|}} VisualEdgeMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​EdgeMode   * Type:​EdgeMode
Line 8903: Line 8906:
 ** {{wiki:​ProtectedProperty.gif|}} VisualBitmapScalingMode ** ** {{wiki:​ProtectedProperty.gif|}} VisualBitmapScalingMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​BitmapScalingMode   * Type:​BitmapScalingMode
Line 8911: Line 8914:
 ** {{wiki:​ProtectedProperty.gif|}} VisualClearTypeHint ** ** {{wiki:​ProtectedProperty.gif|}} VisualClearTypeHint **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ClearTypeHint   * Type:​ClearTypeHint
Line 8919: Line 8922:
 ** {{wiki:​ProtectedProperty.gif|}} VisualTextRenderingMode ** ** {{wiki:​ProtectedProperty.gif|}} VisualTextRenderingMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​TextRenderingMode   * Type:​TextRenderingMode
Line 8927: Line 8930:
 ** {{wiki:​ProtectedProperty.gif|}} VisualTextHintingMode ** ** {{wiki:​ProtectedProperty.gif|}} VisualTextHintingMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​TextHintingMode   * Type:​TextHintingMode
Line 8935: Line 8938:
 ** {{wiki:​ProtectedProperty.gif|}} VisualOpacityMask ** ** {{wiki:​ProtectedProperty.gif|}} VisualOpacityMask **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Brush   * Type:Brush
Line 8943: Line 8946:
 ** {{wiki:​ProtectedProperty.gif|}} VisualXSnappingGuidelines ** ** {{wiki:​ProtectedProperty.gif|}} VisualXSnappingGuidelines **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​DoubleCollection   * Type:​DoubleCollection
Line 8951: Line 8954:
 ** {{wiki:​ProtectedProperty.gif|}} VisualYSnappingGuidelines ** ** {{wiki:​ProtectedProperty.gif|}} VisualYSnappingGuidelines **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​DoubleCollection   * Type:​DoubleCollection
Line 8959: Line 8962:
 ** {{wiki:​ProtectedProperty.gif|}} ClipChangedHandler ** ** {{wiki:​ProtectedProperty.gif|}} ClipChangedHandler **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​EventHandler   * Type:​EventHandler
Line 8967: Line 8970:
 ** {{wiki:​ProtectedProperty.gif|}} ScrollableAreaClipChangedHandler ** ** {{wiki:​ProtectedProperty.gif|}} ScrollableAreaClipChangedHandler **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​EventHandler   * Type:​EventHandler
Line 8975: Line 8978:
 ** {{wiki:​ProtectedProperty.gif|}} TransformChangedHandler ** ** {{wiki:​ProtectedProperty.gif|}} TransformChangedHandler **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​EventHandler   * Type:​EventHandler
Line 8983: Line 8986:
 ** {{wiki:​ProtectedProperty.gif|}} EffectChangedHandler ** ** {{wiki:​ProtectedProperty.gif|}} EffectChangedHandler **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​EventHandler   * Type:​EventHandler
Line 8991: Line 8994:
 ** {{wiki:​ProtectedProperty.gif|}} CacheModeChangedHandler ** ** {{wiki:​ProtectedProperty.gif|}} CacheModeChangedHandler **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​EventHandler   * Type:​EventHandler
Line 8999: Line 9002:
 ** {{wiki:​ProtectedProperty.gif|}} GuidelinesChangedHandler ** ** {{wiki:​ProtectedProperty.gif|}} GuidelinesChangedHandler **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​EventHandler   * Type:​EventHandler
Line 9007: Line 9010:
 ** {{wiki:​ProtectedProperty.gif|}} OpacityMaskChangedHandler ** ** {{wiki:​ProtectedProperty.gif|}} OpacityMaskChangedHandler **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​EventHandler   * Type:​EventHandler
Line 9015: Line 9018:
 ** {{wiki:​ProtectedProperty.gif|}} ContentsChangedHandler ** ** {{wiki:​ProtectedProperty.gif|}} ContentsChangedHandler **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​EventHandler   * Type:​EventHandler
Line 9023: Line 9026:
 ** {{wiki:​ProtectedProperty.gif|}} IsInheritanceContextSealed ** ** {{wiki:​ProtectedProperty.gif|}} IsInheritanceContextSealed **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 9031: Line 9034:
 ** {{wiki:​ProtectedProperty.gif|}} Freezable_Frozen ** ** {{wiki:​ProtectedProperty.gif|}} Freezable_Frozen **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 9039: Line 9042:
 ** {{wiki:​ProtectedProperty.gif|}} Freezable_HasMultipleInheritanceContexts ** ** {{wiki:​ProtectedProperty.gif|}} Freezable_HasMultipleInheritanceContexts **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 9047: Line 9050:
 ** {{wiki:​ProtectedProperty.gif|}} Freezable_UsingHandlerList ** ** {{wiki:​ProtectedProperty.gif|}} Freezable_UsingHandlerList **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 9055: Line 9058:
 ** {{wiki:​ProtectedProperty.gif|}} Freezable_UsingContextList ** ** {{wiki:​ProtectedProperty.gif|}} Freezable_UsingContextList **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 9063: Line 9066:
 ** {{wiki:​ProtectedProperty.gif|}} Freezable_UsingSingletonHandler ** ** {{wiki:​ProtectedProperty.gif|}} Freezable_UsingSingletonHandler **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 9071: Line 9074:
 ** {{wiki:​ProtectedProperty.gif|}} Freezable_UsingSingletonContext ** ** {{wiki:​ProtectedProperty.gif|}} Freezable_UsingSingletonContext **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 9079: Line 9082:
 ** {{wiki:​ProtectedProperty.gif|}} Animatable_IsResourceInvalidationNecessary ** ** {{wiki:​ProtectedProperty.gif|}} Animatable_IsResourceInvalidationNecessary **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 9087: Line 9090:
 ** {{wiki:​ProtectedProperty.gif|}} IAnimatable_HasAnimatedProperties ** ** {{wiki:​ProtectedProperty.gif|}} IAnimatable_HasAnimatedProperties **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 9095: Line 9098:
 ** {{wiki:​ProtectedProperty.gif|}} CanBeInheritanceContext ** ** {{wiki:​ProtectedProperty.gif|}} CanBeInheritanceContext **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 9103: Line 9106:
 ** {{wiki:​ProtectedProperty.gif|}} EffectiveValues ** ** {{wiki:​ProtectedProperty.gif|}} EffectiveValues **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​EffectiveValueEntry[]   * Type:​EffectiveValueEntry[]
Line 9111: Line 9114:
 ** {{wiki:​ProtectedProperty.gif|}} EffectiveValuesCount ** ** {{wiki:​ProtectedProperty.gif|}} EffectiveValuesCount **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:UInt32   * Type:UInt32
Line 9119: Line 9122:
 ** {{wiki:​ProtectedProperty.gif|}} InheritableEffectiveValuesCount ** ** {{wiki:​ProtectedProperty.gif|}} InheritableEffectiveValuesCount **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:UInt32   * Type:UInt32
Line 9127: Line 9130:
 ** {{wiki:​ProtectedProperty.gif|}} InheritanceParent ** ** {{wiki:​ProtectedProperty.gif|}} InheritanceParent **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​DependencyObject   * Type:​DependencyObject
Line 9135: Line 9138:
 ** {{wiki:​ProtectedProperty.gif|}} IsSelfInheritanceParent ** ** {{wiki:​ProtectedProperty.gif|}} IsSelfInheritanceParent **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 9143: Line 9146:
 ==== Public Events ==== ==== Public Events ====
 ** {{wiki:​PublicEvent.gif|}} Opened ** ** {{wiki:​PublicEvent.gif|}} Opened **
-N/A+  * //This is an event raises after this tile is opened.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnOpened.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Drawing ** ** {{wiki:​PublicEvent.gif|}} Drawing **
-N/A+  * //This is an event raises before the tile is drawing.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​CommitDrawing.28GeoCanvas.2C_Object.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileEventArgs|DrawingTileEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileEventArgs|DrawingTileEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} Drawn ** ** {{wiki:​PublicEvent.gif|}} Drawn **
-N/A+  * //This is an event raises after the tile is drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnDrawn.28DrawnTileEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs|DrawnTileEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs|DrawnTileEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} PreviewMouseDoubleClick ** ** {{wiki:​PublicEvent.gif|}} PreviewMouseDoubleClick **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseDoubleClick ** ** {{wiki:​PublicEvent.gif|}} MouseDoubleClick **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseDoubleClick.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} TargetUpdated ** ** {{wiki:​PublicEvent.gif|}} TargetUpdated **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​TargetUpdated/​/
  
 Event Arguments:​DataTransferEventArgs Event Arguments:​DataTransferEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} SourceUpdated ** ** {{wiki:​PublicEvent.gif|}} SourceUpdated **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​SourceUpdated/​/
  
 Event Arguments:​DataTransferEventArgs Event Arguments:​DataTransferEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} DataContextChanged ** ** {{wiki:​PublicEvent.gif|}} DataContextChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​DataContextChanged/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} RequestBringIntoView ** ** {{wiki:​PublicEvent.gif|}} RequestBringIntoView **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​RequestBringIntoView/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} SizeChanged ** ** {{wiki:​PublicEvent.gif|}} SizeChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnChildDesiredSizeChanged.28UIElement.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Initialized ** ** {{wiki:​PublicEvent.gif|}} Initialized **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnInitialized.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Loaded ** ** {{wiki:​PublicEvent.gif|}} Loaded **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsLoaded/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Unloaded ** ** {{wiki:​PublicEvent.gif|}} Unloaded **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​Unloaded/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ToolTipOpening ** ** {{wiki:​PublicEvent.gif|}} ToolTipOpening **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnToolTipOpening.28ToolTipEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ToolTipClosing ** ** {{wiki:​PublicEvent.gif|}} ToolTipClosing **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnToolTipClosing.28ToolTipEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ContextMenuOpening ** ** {{wiki:​PublicEvent.gif|}} ContextMenuOpening **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnContextMenuOpening.28ContextMenuEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ContextMenuClosing ** ** {{wiki:​PublicEvent.gif|}} ContextMenuClosing **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnContextMenuClosing.28ContextMenuEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewMouseDown ** ** {{wiki:​PublicEvent.gif|}} PreviewMouseDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseDown.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseDown ** ** {{wiki:​PublicEvent.gif|}} MouseDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseDown.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewMouseUp ** ** {{wiki:​PublicEvent.gif|}} PreviewMouseUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseUp.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseUp ** ** {{wiki:​PublicEvent.gif|}} MouseUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseUp.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewMouseLeftButtonDown ** ** {{wiki:​PublicEvent.gif|}} PreviewMouseLeftButtonDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseLeftButtonDown ** ** {{wiki:​PublicEvent.gif|}} MouseLeftButtonDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseLeftButtonDown.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewMouseLeftButtonUp ** ** {{wiki:​PublicEvent.gif|}} PreviewMouseLeftButtonUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseLeftButtonUp ** ** {{wiki:​PublicEvent.gif|}} MouseLeftButtonUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseLeftButtonUp.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewMouseRightButtonDown ** ** {{wiki:​PublicEvent.gif|}} PreviewMouseRightButtonDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseRightButtonDown ** ** {{wiki:​PublicEvent.gif|}} MouseRightButtonDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseRightButtonDown.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewMouseRightButtonUp ** ** {{wiki:​PublicEvent.gif|}} PreviewMouseRightButtonUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseRightButtonUp ** ** {{wiki:​PublicEvent.gif|}} MouseRightButtonUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseRightButtonUp.28MouseButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewMouseMove ** ** {{wiki:​PublicEvent.gif|}} PreviewMouseMove **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseMove.28MouseEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseMove ** ** {{wiki:​PublicEvent.gif|}} MouseMove **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseMove.28MouseEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewMouseWheel ** ** {{wiki:​PublicEvent.gif|}} PreviewMouseWheel **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewMouseWheel.28MouseWheelEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseWheel ** ** {{wiki:​PublicEvent.gif|}} MouseWheel **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseWheel.28MouseWheelEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseEnter ** ** {{wiki:​PublicEvent.gif|}} MouseEnter **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseEnter.28MouseEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseLeave ** ** {{wiki:​PublicEvent.gif|}} MouseLeave **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnMouseLeave.28MouseEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} GotMouseCapture ** ** {{wiki:​PublicEvent.gif|}} GotMouseCapture **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnGotMouseCapture.28MouseEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} LostMouseCapture ** ** {{wiki:​PublicEvent.gif|}} LostMouseCapture **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnLostMouseCapture.28MouseEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} QueryCursor ** ** {{wiki:​PublicEvent.gif|}} QueryCursor **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnQueryCursor.28QueryCursorEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewStylusDown ** ** {{wiki:​PublicEvent.gif|}} PreviewStylusDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusDown.28StylusDownEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} StylusDown ** ** {{wiki:​PublicEvent.gif|}} StylusDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusDown.28StylusDownEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewStylusUp ** ** {{wiki:​PublicEvent.gif|}} PreviewStylusUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusUp.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} StylusUp ** ** {{wiki:​PublicEvent.gif|}} StylusUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusUp.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewStylusMove ** ** {{wiki:​PublicEvent.gif|}} PreviewStylusMove **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusMove.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} StylusMove ** ** {{wiki:​PublicEvent.gif|}} StylusMove **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusMove.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewStylusInAirMove ** ** {{wiki:​PublicEvent.gif|}} PreviewStylusInAirMove **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusInAirMove.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} StylusInAirMove ** ** {{wiki:​PublicEvent.gif|}} StylusInAirMove **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusInAirMove.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} StylusEnter ** ** {{wiki:​PublicEvent.gif|}} StylusEnter **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnStylusEnter.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} StylusLeave ** ** {{wiki:​PublicEvent.gif|}} StylusLeave **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnStylusLeave.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewStylusInRange ** ** {{wiki:​PublicEvent.gif|}} PreviewStylusInRange **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusInRange.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} StylusInRange ** ** {{wiki:​PublicEvent.gif|}} StylusInRange **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusInRange.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewStylusOutOfRange ** ** {{wiki:​PublicEvent.gif|}} PreviewStylusOutOfRange **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusOutOfRange.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} StylusOutOfRange ** ** {{wiki:​PublicEvent.gif|}} StylusOutOfRange **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusOutOfRange.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewStylusSystemGesture ** ** {{wiki:​PublicEvent.gif|}} PreviewStylusSystemGesture **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} StylusSystemGesture ** ** {{wiki:​PublicEvent.gif|}} StylusSystemGesture **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} GotStylusCapture ** ** {{wiki:​PublicEvent.gif|}} GotStylusCapture **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnGotStylusCapture.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} LostStylusCapture ** ** {{wiki:​PublicEvent.gif|}} LostStylusCapture **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnLostStylusCapture.28StylusEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} StylusButtonDown ** ** {{wiki:​PublicEvent.gif|}} StylusButtonDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusButtonDown.28StylusButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} StylusButtonUp ** ** {{wiki:​PublicEvent.gif|}} StylusButtonUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusButtonUp.28StylusButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewStylusButtonDown ** ** {{wiki:​PublicEvent.gif|}} PreviewStylusButtonDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusButtonDown.28StylusButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewStylusButtonUp ** ** {{wiki:​PublicEvent.gif|}} PreviewStylusButtonUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewStylusButtonUp.28StylusButtonEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewKeyDown ** ** {{wiki:​PublicEvent.gif|}} PreviewKeyDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewKeyDown.28KeyEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} KeyDown ** ** {{wiki:​PublicEvent.gif|}} KeyDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnKeyDown.28KeyEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewKeyUp ** ** {{wiki:​PublicEvent.gif|}} PreviewKeyUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewKeyUp.28KeyEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} KeyUp ** ** {{wiki:​PublicEvent.gif|}} KeyUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnKeyUp.28KeyEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewGotKeyboardFocus ** ** {{wiki:​PublicEvent.gif|}} PreviewGotKeyboardFocus **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} GotKeyboardFocus ** ** {{wiki:​PublicEvent.gif|}} GotKeyboardFocus **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewLostKeyboardFocus ** ** {{wiki:​PublicEvent.gif|}} PreviewLostKeyboardFocus **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} LostKeyboardFocus ** ** {{wiki:​PublicEvent.gif|}} LostKeyboardFocus **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewTextInput ** ** {{wiki:​PublicEvent.gif|}} PreviewTextInput **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewTextInput.28TextCompositionEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} TextInput ** ** {{wiki:​PublicEvent.gif|}} TextInput **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewTextInput.28TextCompositionEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewQueryContinueDrag ** ** {{wiki:​PublicEvent.gif|}} PreviewQueryContinueDrag **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} QueryContinueDrag ** ** {{wiki:​PublicEvent.gif|}} QueryContinueDrag **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewGiveFeedback ** ** {{wiki:​PublicEvent.gif|}} PreviewGiveFeedback **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} GiveFeedback ** ** {{wiki:​PublicEvent.gif|}} GiveFeedback **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnGiveFeedback.28GiveFeedbackEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewDragEnter ** ** {{wiki:​PublicEvent.gif|}} PreviewDragEnter **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewDragEnter.28DragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} DragEnter ** ** {{wiki:​PublicEvent.gif|}} DragEnter **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnDragEnter.28DragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewDragOver ** ** {{wiki:​PublicEvent.gif|}} PreviewDragOver **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewDragOver.28DragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} DragOver ** ** {{wiki:​PublicEvent.gif|}} DragOver **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnDragOver.28DragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewDragLeave ** ** {{wiki:​PublicEvent.gif|}} PreviewDragLeave **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewDragLeave.28DragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} DragLeave ** ** {{wiki:​PublicEvent.gif|}} DragLeave **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnDragLeave.28DragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewDrop ** ** {{wiki:​PublicEvent.gif|}} PreviewDrop **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewDrop.28DragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Drop ** ** {{wiki:​PublicEvent.gif|}} Drop **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnDrop.28DragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewTouchDown ** ** {{wiki:​PublicEvent.gif|}} PreviewTouchDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewTouchDown.28TouchEventArgs.29/​/
  
 Event Arguments:​TouchEventArgs Event Arguments:​TouchEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} TouchDown ** ** {{wiki:​PublicEvent.gif|}} TouchDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewTouchDown.28TouchEventArgs.29/​/
  
 Event Arguments:​TouchEventArgs Event Arguments:​TouchEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} PreviewTouchMove ** ** {{wiki:​PublicEvent.gif|}} PreviewTouchMove **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewTouchMove.28TouchEventArgs.29/​/
  
 Event Arguments:​TouchEventArgs Event Arguments:​TouchEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} TouchMove ** ** {{wiki:​PublicEvent.gif|}} TouchMove **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewTouchMove.28TouchEventArgs.29/​/
  
 Event Arguments:​TouchEventArgs Event Arguments:​TouchEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} PreviewTouchUp ** ** {{wiki:​PublicEvent.gif|}} PreviewTouchUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewTouchUp.28TouchEventArgs.29/​/
  
 Event Arguments:​TouchEventArgs Event Arguments:​TouchEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} TouchUp ** ** {{wiki:​PublicEvent.gif|}} TouchUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnPreviewTouchUp.28TouchEventArgs.29/​/
  
 Event Arguments:​TouchEventArgs Event Arguments:​TouchEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} GotTouchCapture ** ** {{wiki:​PublicEvent.gif|}} GotTouchCapture **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnGotTouchCapture.28TouchEventArgs.29/​/
  
 Event Arguments:​TouchEventArgs Event Arguments:​TouchEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} LostTouchCapture ** ** {{wiki:​PublicEvent.gif|}} LostTouchCapture **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnLostTouchCapture.28TouchEventArgs.29/​/
  
 Event Arguments:​TouchEventArgs Event Arguments:​TouchEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} TouchEnter ** ** {{wiki:​PublicEvent.gif|}} TouchEnter **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnTouchEnter.28TouchEventArgs.29/​/
  
 Event Arguments:​TouchEventArgs Event Arguments:​TouchEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} TouchLeave ** ** {{wiki:​PublicEvent.gif|}} TouchLeave **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnTouchLeave.28TouchEventArgs.29/​/
  
 Event Arguments:​TouchEventArgs Event Arguments:​TouchEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} IsMouseDirectlyOverChanged ** ** {{wiki:​PublicEvent.gif|}} IsMouseDirectlyOverChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} IsKeyboardFocusWithinChanged ** ** {{wiki:​PublicEvent.gif|}} IsKeyboardFocusWithinChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} IsMouseCapturedChanged ** ** {{wiki:​PublicEvent.gif|}} IsMouseCapturedChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} IsMouseCaptureWithinChanged ** ** {{wiki:​PublicEvent.gif|}} IsMouseCaptureWithinChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} IsStylusDirectlyOverChanged ** ** {{wiki:​PublicEvent.gif|}} IsStylusDirectlyOverChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} IsStylusCapturedChanged ** ** {{wiki:​PublicEvent.gif|}} IsStylusCapturedChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} IsStylusCaptureWithinChanged ** ** {{wiki:​PublicEvent.gif|}} IsStylusCaptureWithinChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} IsKeyboardFocusedChanged ** ** {{wiki:​PublicEvent.gif|}} IsKeyboardFocusedChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} LayoutUpdated ** ** {{wiki:​PublicEvent.gif|}} LayoutUpdated **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​LayoutUpdated/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} GotFocus ** ** {{wiki:​PublicEvent.gif|}} GotFocus **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnGotFocus.28RoutedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} LostFocus ** ** {{wiki:​PublicEvent.gif|}} LostFocus **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnLostFocus.28RoutedEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} IsEnabledChanged ** ** {{wiki:​PublicEvent.gif|}} IsEnabledChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsEnabledChanged/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} IsHitTestVisibleChanged ** ** {{wiki:​PublicEvent.gif|}} IsHitTestVisibleChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsHitTestVisibleChanged/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} IsVisibleChanged ** ** {{wiki:​PublicEvent.gif|}} IsVisibleChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​IsVisibleChanged/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} FocusableChanged ** ** {{wiki:​PublicEvent.gif|}} FocusableChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​FocusableChanged/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ManipulationStarting ** ** {{wiki:​PublicEvent.gif|}} ManipulationStarting **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnManipulationStarting.28ManipulationStartingEventArgs.29/​/
  
 Event Arguments:​ManipulationStartingEventArgs Event Arguments:​ManipulationStartingEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} ManipulationStarted ** ** {{wiki:​PublicEvent.gif|}} ManipulationStarted **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnManipulationStarted.28ManipulationStartedEventArgs.29/​/
  
 Event Arguments:​ManipulationStartedEventArgs Event Arguments:​ManipulationStartedEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} ManipulationDelta ** ** {{wiki:​PublicEvent.gif|}} ManipulationDelta **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnManipulationDelta.28ManipulationDeltaEventArgs.29/​/
  
 Event Arguments:​ManipulationDeltaEventArgs Event Arguments:​ManipulationDeltaEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} ManipulationInertiaStarting ** ** {{wiki:​PublicEvent.gif|}} ManipulationInertiaStarting **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29/​/
  
 Event Arguments:​ManipulationInertiaStartingEventArgs Event Arguments:​ManipulationInertiaStartingEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} ManipulationBoundaryFeedback ** ** {{wiki:​PublicEvent.gif|}} ManipulationBoundaryFeedback **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29/​/
  
 Event Arguments:​ManipulationBoundaryFeedbackEventArgs Event Arguments:​ManipulationBoundaryFeedbackEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} ManipulationCompleted ** ** {{wiki:​PublicEvent.gif|}} ManipulationCompleted **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#​OnManipulationCompleted.28ManipulationCompletedEventArgs.29/​/
  
 Event Arguments:​ManipulationCompletedEventArgs Event Arguments:​ManipulationCompletedEventArgs
  
  
thinkgeo.mapsuite.wpfdesktopedition.layertile.1442545925.txt.gz ยท Last modified: 2015/09/18 03:12 by admin