This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.wpfdesktopedition.uritile [2015/09/18 03:17] admin |
thinkgeo.mapsuite.wpfdesktopedition.uritile [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WpfDesktopEdition.UriTile ====== | ====== ThinkGeo.MapSuite.WpfDesktopEdition.UriTile ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
Represents a tile for requesting from an Uri. | Represents a tile for requesting from an Uri. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 16: | Line 19: | ||
** {{wiki:PublicMethod.gif|}} UriTile() ** | ** {{wiki:PublicMethod.gif|}} UriTile() ** | ||
- | Initializes a new instance of the class. | + | * //Initializes a new instance of the 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.UriTile#UriTile.28.29// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
Line 25: | Line 28: | ||
** {{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.UriTile#CommitDrawing.28GeoCanvas.2C_Object.29// |
== Return Value == | == Return Value == | ||
Line 36: | Line 39: | ||
* //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.UriTile#ToImageSource.28Object.29// |
== Return Value == | == Return Value == | ||
Line 56: | Line 59: | ||
* //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.UriTile#OnApplyTemplate.28.29// |
== Return Value == | == Return Value == | ||
Line 73: | Line 76: | ||
** {{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.UriTile#DrawAsync.28GeoCanvas.29// |
== Return Value == | == Return Value == | ||
Line 84: | Line 87: | ||
* //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 100: | Line 103: | ||
* //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.UriTile#Dispose.28.29// |
== Return Value == | == Return Value == | ||
Line 117: | Line 120: | ||
** {{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.UriTile#ShouldSerializeContent.28.29// |
== Return Value == | == Return Value == | ||
Line 129: | Line 132: | ||
** {{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.UriTile#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 141: | Line 144: | ||
** {{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.UriTile#ShouldSerializeStyle.28.29// |
== Return Value == | == Return Value == | ||
Line 153: | Line 156: | ||
** {{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.UriTile#ApplyTemplate.28.29// |
== Return Value == | == Return Value == | ||
Line 165: | Line 168: | ||
** {{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.UriTile#BeginStoryboard.28Storyboard.29// |
== Return Value == | == Return Value == | ||
Line 181: | Line 184: | ||
** {{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.UriTile#BeginStoryboard.28Storyboard.2C_HandoffBehavior.29// |
== Return Value == | == Return Value == | ||
Line 201: | Line 204: | ||
** {{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.UriTile#BeginStoryboard.28Storyboard.2C_HandoffBehavior.2C_Boolean.29// |
== Return Value == | == Return Value == | ||
Line 225: | Line 228: | ||
** {{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.UriTile#ShouldSerializeTriggers.28.29// |
== Return Value == | == Return Value == | ||
Line 237: | Line 240: | ||
** {{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.UriTile#ShouldSerializeResources.28.29// |
== Return Value == | == Return Value == | ||
Line 249: | Line 252: | ||
** {{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.UriTile#FindResource.28Object.29// |
== Return Value == | == Return Value == | ||
Line 265: | Line 268: | ||
** {{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.UriTile#TryFindResource.28Object.29// |
== Return Value == | == Return Value == | ||
Line 281: | Line 284: | ||
** {{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.UriTile#SetResourceReference.28DependencyProperty.2C_Object.29// |
== Return Value == | == Return Value == | ||
Line 301: | Line 304: | ||
** {{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.UriTile#GetBindingExpression.28DependencyProperty.29// |
== Return Value == | == Return Value == | ||
Line 317: | Line 320: | ||
** {{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.UriTile#SetBinding.28DependencyProperty.2C_BindingBase.29// |
== Return Value == | == Return Value == | ||
Line 337: | Line 340: | ||
** {{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.UriTile#SetBinding.28DependencyProperty.2C_String.29// |
== Return Value == | == Return Value == | ||
Line 357: | Line 360: | ||
** {{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.UriTile#BringIntoView.28.29// |
== Return Value == | == Return Value == | ||
Line 369: | Line 372: | ||
** {{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.UriTile#BringIntoView.28Rect.29// |
== Return Value == | == Return Value == | ||
Line 385: | Line 388: | ||
** {{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.UriTile#MoveFocus.28TraversalRequest.29// |
== Return Value == | == Return Value == | ||
Line 401: | Line 404: | ||
** {{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.UriTile#PredictFocus.28FocusNavigationDirection.29// |
== Return Value == | == Return Value == | ||
Line 417: | Line 420: | ||
** {{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.UriTile#BeginInit.28.29// |
== Return Value == | == Return Value == | ||
Line 429: | Line 432: | ||
** {{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.UriTile#EndInit.28.29// |
== Return Value == | == Return Value == | ||
Line 441: | Line 444: | ||
** {{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.UriTile#RegisterName.28String.2C_Object.29// |
== Return Value == | == Return Value == | ||
Line 461: | Line 464: | ||
** {{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.UriTile#UnregisterName.28String.29// |
== Return Value == | == Return Value == | ||
Line 477: | Line 480: | ||
** {{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.UriTile#FindName.28String.29// |
== Return Value == | == Return Value == | ||
Line 493: | Line 496: | ||
** {{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.UriTile#UpdateDefaultStyle.28.29// |
== Return Value == | == Return Value == | ||
Line 505: | Line 508: | ||
** {{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.UriTile#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.29// |
== Return Value == | == Return Value == | ||
Line 525: | Line 528: | ||
** {{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.UriTile#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.2C_HandoffBehavior.29// |
== Return Value == | == Return Value == | ||
Line 549: | Line 552: | ||
** {{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.UriTile#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.29// |
== Return Value == | == Return Value == | ||
Line 569: | Line 572: | ||
** {{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.UriTile#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.2C_HandoffBehavior.29// |
== Return Value == | == Return Value == | ||
Line 593: | Line 596: | ||
** {{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.UriTile#GetAnimationBaseValue.28DependencyProperty.29// |
== Return Value == | == Return Value == | ||
Line 609: | Line 612: | ||
** {{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.UriTile#ShouldSerializeInputBindings.28.29// |
== Return Value == | == Return Value == | ||
Line 621: | Line 624: | ||
** {{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.UriTile#ShouldSerializeCommandBindings.28.29// |
== Return Value == | == Return Value == | ||
Line 633: | Line 636: | ||
** {{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.UriTile#RaiseEvent.28RoutedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 649: | Line 652: | ||
** {{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.UriTile#AddHandler.28RoutedEvent.2C_Delegate.29// |
== Return Value == | == Return Value == | ||
Line 669: | Line 672: | ||
** {{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.UriTile#AddHandler.28RoutedEvent.2C_Delegate.2C_Boolean.29// |
== Return Value == | == Return Value == | ||
Line 693: | Line 696: | ||
** {{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.UriTile#RemoveHandler.28RoutedEvent.2C_Delegate.29// |
== Return Value == | == Return Value == | ||
Line 713: | Line 716: | ||
** {{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.UriTile#AddToEventRoute.28EventRoute.2C_RoutedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 733: | Line 736: | ||
** {{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.UriTile#InvalidateMeasure.28.29// |
== Return Value == | == Return Value == | ||
Line 745: | Line 748: | ||
** {{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.UriTile#InvalidateArrange.28.29// |
== Return Value == | == Return Value == | ||
Line 757: | Line 760: | ||
** {{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.UriTile#InvalidateVisual.28.29// |
== Return Value == | == Return Value == | ||
Line 769: | Line 772: | ||
** {{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.UriTile#Measure.28Size.29// |
== Return Value == | == Return Value == | ||
Line 785: | Line 788: | ||
** {{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.UriTile#Arrange.28Rect.29// |
== Return Value == | == Return Value == | ||
Line 801: | Line 804: | ||
** {{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.UriTile#UpdateLayout.28.29// |
== Return Value == | == Return Value == | ||
Line 813: | Line 816: | ||
** {{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.UriTile#TranslatePoint.28Point.2C_UIElement.29// |
== Return Value == | == Return Value == | ||
Line 833: | Line 836: | ||
** {{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.UriTile#InputHitTest.28Point.29// |
== Return Value == | == Return Value == | ||
Line 849: | Line 852: | ||
** {{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.UriTile#CaptureMouse.28.29// |
== Return Value == | == Return Value == | ||
Line 861: | Line 864: | ||
** {{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.UriTile#ReleaseMouseCapture.28.29// |
== Return Value == | == Return Value == | ||
Line 873: | Line 876: | ||
** {{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.UriTile#CaptureStylus.28.29// |
== Return Value == | == Return Value == | ||
Line 885: | Line 888: | ||
** {{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.UriTile#ReleaseStylusCapture.28.29// |
== Return Value == | == Return Value == | ||
Line 897: | Line 900: | ||
** {{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.UriTile#Focus.28.29// |
== Return Value == | == Return Value == | ||
Line 909: | Line 912: | ||
** {{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.UriTile#CaptureTouch.28TouchDevice.29// |
== Return Value == | == Return Value == | ||
Line 925: | Line 928: | ||
** {{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.UriTile#ReleaseTouchCapture.28TouchDevice.29// |
== Return Value == | == Return Value == | ||
Line 941: | Line 944: | ||
** {{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.UriTile#ReleaseAllTouchCaptures.28.29// |
== Return Value == | == Return Value == | ||
Line 953: | Line 956: | ||
** {{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.UriTile#IsAncestorOf.28DependencyObject.29// |
== Return Value == | == Return Value == | ||
Line 969: | Line 972: | ||
** {{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.UriTile#IsDescendantOf.28DependencyObject.29// |
== Return Value == | == Return Value == | ||
Line 985: | Line 988: | ||
** {{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.UriTile#FindCommonVisualAncestor.28DependencyObject.29// |
== Return Value == | == Return Value == | ||
Line 1001: | Line 1004: | ||
** {{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.UriTile#TransformToAncestor.28Visual.29// |
== Return Value == | == Return Value == | ||
Line 1017: | Line 1020: | ||
** {{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.UriTile#TransformToAncestor.28Visual3D.29// |
== Return Value == | == Return Value == | ||
Line 1033: | Line 1036: | ||
** {{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.UriTile#TransformToDescendant.28Visual.29// |
== Return Value == | == Return Value == | ||
Line 1049: | Line 1052: | ||
** {{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.UriTile#TransformToVisual.28Visual.29// |
== Return Value == | == Return Value == | ||
Line 1065: | Line 1068: | ||
** {{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.UriTile#PointToScreen.28Point.29// |
== Return Value == | == Return Value == | ||
Line 1081: | Line 1084: | ||
** {{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.UriTile#PointFromScreen.28Point.29// |
== Return Value == | == Return Value == | ||
Line 1097: | Line 1100: | ||
** {{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.UriTile#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 1113: | Line 1116: | ||
** {{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.UriTile#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 1125: | Line 1128: | ||
** {{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.UriTile#GetValue.28DependencyProperty.29// |
== Return Value == | == Return Value == | ||
Line 1141: | Line 1144: | ||
** {{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.UriTile#SetValue.28DependencyProperty.2C_Object.29// |
== Return Value == | == Return Value == | ||
Line 1161: | Line 1164: | ||
** {{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.UriTile#SetCurrentValue.28DependencyProperty.2C_Object.29// |
== Return Value == | == Return Value == | ||
Line 1181: | Line 1184: | ||
** {{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.UriTile#SetValue.28DependencyPropertyKey.2C_Object.29// |
== Return Value == | == Return Value == | ||
Line 1201: | Line 1204: | ||
** {{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.UriTile#ClearValue.28DependencyProperty.29// |
== Return Value == | == Return Value == | ||
Line 1217: | Line 1220: | ||
** {{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.UriTile#ClearValue.28DependencyPropertyKey.29// |
== Return Value == | == Return Value == | ||
Line 1233: | Line 1236: | ||
** {{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.UriTile#CoerceValue.28DependencyProperty.29// |
== Return Value == | == Return Value == | ||
Line 1249: | Line 1252: | ||
** {{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.UriTile#InvalidateProperty.28DependencyProperty.29// |
== Return Value == | == Return Value == | ||
Line 1265: | Line 1268: | ||
** {{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.UriTile#ReadLocalValue.28DependencyProperty.29// |
== Return Value == | == Return Value == | ||
Line 1281: | Line 1284: | ||
** {{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.UriTile#GetLocalValueEnumerator.28.29// |
== Return Value == | == Return Value == | ||
Line 1293: | Line 1296: | ||
** {{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.UriTile#CheckAccess.28.29// |
== Return Value == | == Return Value == | ||
Line 1305: | Line 1308: | ||
** {{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.UriTile#VerifyAccess.28.29// |
== Return Value == | == Return Value == | ||
Line 1317: | Line 1320: | ||
** {{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.UriTile#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 1330: | Line 1333: | ||
** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas) ** | ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas) ** | ||
- | This method requests image from an Uri. | + | * //This method requests image from an Uri.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#DrawCore.28GeoCanvas.29// |
== Return Value == | == Return Value == | ||
Line 1346: | Line 1349: | ||
** {{wiki:ProtectedMethod.gif|}} SendWebRequest(WebRequest) ** | ** {{wiki:ProtectedMethod.gif|}} SendWebRequest(WebRequest) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#SendWebRequest.28WebRequest.29// |
== Return Value == | == Return Value == | ||
Line 1362: | Line 1365: | ||
** {{wiki:ProtectedMethod.gif|}} SendWebRequestCore(WebRequest) ** | ** {{wiki:ProtectedMethod.gif|}} SendWebRequestCore(WebRequest) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#SendWebRequestCore.28WebRequest.29// |
== Return Value == | == Return Value == | ||
Line 1378: | Line 1381: | ||
** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#OnSendingWebRequest.28SendingWebRequestEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1394: | Line 1397: | ||
** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#OnSentWebRequest.28SentWebRequestEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1410: | Line 1413: | ||
** {{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.UriTile#CommitDrawingCore.28GeoCanvas.2C_Object.29// |
== Return Value == | == Return Value == | ||
Line 1421: | Line 1424: | ||
* //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.UriTile#ToImageSourceCore.28Object.29// |
== Return Value == | == Return Value == | ||
Line 1441: | Line 1444: | ||
* //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 1457: | Line 1460: | ||
* //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.UriTile#DrawExceptionCore.28GeoCanvas.2C_Exception.29// |
== Return Value == | == Return Value == | ||
Line 1477: | Line 1480: | ||
* //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.UriTile#OnOpened.28EventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1497: | Line 1500: | ||
* //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.UriTile#OnDrawing.28DrawingTileEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1513: | Line 1516: | ||
* //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|}} OnDrawn(DrawnTileEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnTileEventArgs) ** | ||
- | N/A | + | * //This method 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.UriTile#OnDrawn.28DrawnTileEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1529: | Line 1532: | ||
* //args// | * //args// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs|DrawnTileEventArgs]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs|DrawnTileEventArgs]] | ||
- | * Description:N/A | + | * Description:An event argument for the Drawn event in the 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.UriTile#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 1546: | Line 1549: | ||
** {{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 1562: | Line 1565: | ||
** {{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 1578: | Line 1581: | ||
** {{wiki:ProtectedMethod.gif|}} GetPlainText() ** | ** {{wiki:ProtectedMethod.gif|}} GetPlainText() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1590: | Line 1593: | ||
** {{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 1618: | Line 1621: | ||
** {{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 1634: | Line 1637: | ||
** {{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.UriTile#AddChild.28Object.29// |
== Return Value == | == Return Value == | ||
Line 1650: | Line 1653: | ||
** {{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.UriTile#AddText.28String.29// |
== Return Value == | == Return Value == | ||
Line 1666: | Line 1669: | ||
** {{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.UriTile#OnContentChanged.28Object.2C_Object.29// |
== Return Value == | == Return Value == | ||
Line 1686: | Line 1689: | ||
** {{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.UriTile#OnContentTemplateChanged.28DataTemplate.2C_DataTemplate.29// |
== Return Value == | == Return Value == | ||
Line 1706: | Line 1709: | ||
** {{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.UriTile#OnContentTemplateSelectorChanged.28DataTemplateSelector.2C_DataTemplateSelector.29// |
== Return Value == | == Return Value == | ||
Line 1726: | Line 1729: | ||
** {{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.UriTile#OnContentStringFormatChanged.28String.2C_String.29// |
== Return Value == | == Return Value == | ||
Line 1746: | Line 1749: | ||
** {{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 1766: | Line 1769: | ||
** {{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.UriTile#OnTemplateChanged.28ControlTemplate.2C_ControlTemplate.29// |
== Return Value == | == Return Value == | ||
Line 1786: | Line 1789: | ||
** {{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.UriTile#OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1802: | Line 1805: | ||
** {{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.UriTile#OnMouseDoubleClick.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1818: | Line 1821: | ||
** {{wiki:ProtectedMethod.gif|}} OnPreApplyTemplate() ** | ** {{wiki:ProtectedMethod.gif|}} OnPreApplyTemplate() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1830: | Line 1833: | ||
** {{wiki:ProtectedMethod.gif|}} OnPostApplyTemplate() ** | ** {{wiki:ProtectedMethod.gif|}} OnPostApplyTemplate() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1842: | Line 1845: | ||
** {{wiki:ProtectedMethod.gif|}} UpdateVisualState() ** | ** {{wiki:ProtectedMethod.gif|}} UpdateVisualState() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1854: | Line 1857: | ||
** {{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 1870: | Line 1873: | ||
** {{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 1886: | Line 1889: | ||
** {{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 1902: | Line 1905: | ||
** {{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.UriTile#MeasureOverride.28Size.29// |
== Return Value == | == Return Value == | ||
Line 1918: | Line 1921: | ||
** {{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.UriTile#ArrangeOverride.28Size.29// |
== Return Value == | == Return Value == | ||
Line 1934: | Line 1937: | ||
** {{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 1950: | Line 1953: | ||
** {{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 1970: | Line 1973: | ||
** {{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 1990: | Line 1993: | ||
** {{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 2006: | Line 2009: | ||
** {{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.UriTile#GetVisualChild.28Int32.29// |
== Return Value == | == Return Value == | ||
Line 2022: | Line 2025: | ||
** {{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 2038: | Line 2041: | ||
** {{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 2054: | Line 2057: | ||
** {{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 2078: | Line 2081: | ||
** {{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 2102: | Line 2105: | ||
** {{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 2122: | Line 2125: | ||
** {{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.UriTile#OnPropertyChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 2138: | Line 2141: | ||
** {{wiki:ProtectedMethod.gif|}} pushTextRenderingMode() ** | ** {{wiki:ProtectedMethod.gif|}} pushTextRenderingMode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2150: | Line 2153: | ||
** {{wiki:ProtectedMethod.gif|}} OnAncestorChanged() ** | ** {{wiki:ProtectedMethod.gif|}} OnAncestorChanged() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2162: | Line 2165: | ||
** {{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 2178: | Line 2181: | ||
** {{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 2198: | Line 2201: | ||
** {{wiki:ProtectedMethod.gif|}} GetUIParentCore() ** | ** {{wiki:ProtectedMethod.gif|}} GetUIParentCore() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2210: | Line 2213: | ||
** {{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 2226: | Line 2229: | ||
** {{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 2242: | Line 2245: | ||
** {{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 2262: | Line 2265: | ||
** {{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 2286: | Line 2289: | ||
** {{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 2306: | Line 2309: | ||
** {{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 2322: | Line 2325: | ||
** {{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 2342: | Line 2345: | ||
** {{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 2366: | Line 2369: | ||
** {{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.UriTile#MeasureCore.28Size.29// |
== Return Value == | == Return Value == | ||
Line 2382: | Line 2385: | ||
** {{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.UriTile#ArrangeCore.28Rect.29// |
== Return Value == | == Return Value == | ||
Line 2398: | Line 2401: | ||
** {{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 2414: | Line 2417: | ||
** {{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.UriTile#GetLayoutClip.28Size.29// |
== Return Value == | == Return Value == | ||
Line 2430: | Line 2433: | ||
** {{wiki:ProtectedMethod.gif|}} GetLayoutClipInternal() ** | ** {{wiki:ProtectedMethod.gif|}} GetLayoutClipInternal() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2442: | Line 2445: | ||
** {{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.UriTile#OnGotFocus.28RoutedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 2458: | Line 2461: | ||
** {{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.UriTile#OnInitialized.28EventArgs.29// |
== Return Value == | == Return Value == | ||
Line 2474: | Line 2477: | ||
** {{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 2490: | Line 2493: | ||
** {{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 2510: | Line 2513: | ||
** {{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 2530: | Line 2533: | ||
** {{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 2546: | Line 2549: | ||
** {{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 2562: | Line 2565: | ||
** {{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 2582: | Line 2585: | ||
** {{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 2602: | Line 2605: | ||
** {{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.UriTile#OnToolTipOpening.28ToolTipEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 2618: | Line 2621: | ||
** {{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.UriTile#OnToolTipClosing.28ToolTipEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 2634: | Line 2637: | ||
** {{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.UriTile#OnContextMenuOpening.28ContextMenuEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 2650: | Line 2653: | ||
** {{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.UriTile#OnContextMenuClosing.28ContextMenuEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 2666: | Line 2669: | ||
** {{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 2686: | Line 2689: | ||
** {{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 2706: | Line 2709: | ||
** {{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 2722: | Line 2725: | ||
** {{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 2738: | Line 2741: | ||
** {{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 2758: | Line 2761: | ||
** {{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 2778: | Line 2781: | ||
** {{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 2798: | Line 2801: | ||
** {{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 2822: | Line 2825: | ||
** {{wiki:ProtectedMethod.gif|}} ContextVerifiedGetParent() ** | ** {{wiki:ProtectedMethod.gif|}} ContextVerifiedGetParent() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2834: | Line 2837: | ||
** {{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 2850: | Line 2853: | ||
** {{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 2866: | Line 2869: | ||
** {{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 2882: | Line 2885: | ||
** {{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 2898: | Line 2901: | ||
** {{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 2914: | Line 2917: | ||
** {{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 2934: | Line 2937: | ||
** {{wiki:ProtectedMethod.gif|}} UpdateStyleProperty() ** | ** {{wiki:ProtectedMethod.gif|}} UpdateStyleProperty() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2946: | Line 2949: | ||
** {{wiki:ProtectedMethod.gif|}} UpdateThemeStyleProperty() ** | ** {{wiki:ProtectedMethod.gif|}} UpdateThemeStyleProperty() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2958: | Line 2961: | ||
** {{wiki:ProtectedMethod.gif|}} OnThemeChanged() ** | ** {{wiki:ProtectedMethod.gif|}} OnThemeChanged() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2970: | Line 2973: | ||
** {{wiki:ProtectedMethod.gif|}} FireLoadedOnDescendentsInternal() ** | ** {{wiki:ProtectedMethod.gif|}} FireLoadedOnDescendentsInternal() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2982: | Line 2985: | ||
** {{wiki:ProtectedMethod.gif|}} FireUnloadedOnDescendentsInternal() ** | ** {{wiki:ProtectedMethod.gif|}} FireUnloadedOnDescendentsInternal() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2994: | Line 2997: | ||
** {{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 3014: | Line 3017: | ||
** {{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 3034: | Line 3037: | ||
** {{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 3054: | Line 3057: | ||
** {{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 3070: | Line 3073: | ||
** {{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 3086: | Line 3089: | ||
** {{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 3102: | Line 3105: | ||
** {{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 3126: | Line 3129: | ||
** {{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 3146: | Line 3149: | ||
** {{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 3166: | Line 3169: | ||
** {{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 3182: | Line 3185: | ||
** {{wiki:ProtectedMethod.gif|}} EnsureEventHandlersStore() ** | ** {{wiki:ProtectedMethod.gif|}} EnsureEventHandlersStore() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 3194: | Line 3197: | ||
** {{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.UriTile#OnPreviewMouseDown.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3210: | Line 3213: | ||
** {{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.UriTile#OnMouseDown.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3226: | Line 3229: | ||
** {{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.UriTile#OnPreviewMouseUp.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3242: | Line 3245: | ||
** {{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.UriTile#OnMouseUp.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3258: | Line 3261: | ||
** {{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.UriTile#OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3274: | Line 3277: | ||
** {{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.UriTile#OnMouseLeftButtonDown.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3290: | Line 3293: | ||
** {{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.UriTile#OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3306: | Line 3309: | ||
** {{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.UriTile#OnMouseLeftButtonUp.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3322: | Line 3325: | ||
** {{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.UriTile#OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3338: | Line 3341: | ||
** {{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.UriTile#OnMouseRightButtonDown.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3354: | Line 3357: | ||
** {{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.UriTile#OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3370: | Line 3373: | ||
** {{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.UriTile#OnMouseRightButtonUp.28MouseButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3386: | Line 3389: | ||
** {{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.UriTile#OnPreviewMouseMove.28MouseEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3402: | Line 3405: | ||
** {{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.UriTile#OnMouseMove.28MouseEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3418: | Line 3421: | ||
** {{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.UriTile#OnPreviewMouseWheel.28MouseWheelEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3434: | Line 3437: | ||
** {{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.UriTile#OnMouseWheel.28MouseWheelEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3450: | Line 3453: | ||
** {{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.UriTile#OnMouseEnter.28MouseEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3466: | Line 3469: | ||
** {{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.UriTile#OnMouseLeave.28MouseEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3482: | Line 3485: | ||
** {{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.UriTile#OnGotMouseCapture.28MouseEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3498: | Line 3501: | ||
** {{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.UriTile#OnLostMouseCapture.28MouseEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3514: | Line 3517: | ||
** {{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.UriTile#OnQueryCursor.28QueryCursorEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3530: | Line 3533: | ||
** {{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.UriTile#OnPreviewStylusDown.28StylusDownEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3546: | Line 3549: | ||
** {{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.UriTile#OnStylusDown.28StylusDownEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3562: | Line 3565: | ||
** {{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.UriTile#OnPreviewStylusUp.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3578: | Line 3581: | ||
** {{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.UriTile#OnStylusUp.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3594: | Line 3597: | ||
** {{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.UriTile#OnPreviewStylusMove.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3610: | Line 3613: | ||
** {{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.UriTile#OnStylusMove.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3626: | Line 3629: | ||
** {{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.UriTile#OnPreviewStylusInAirMove.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3642: | Line 3645: | ||
** {{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.UriTile#OnStylusInAirMove.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3658: | Line 3661: | ||
** {{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.UriTile#OnStylusEnter.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3674: | Line 3677: | ||
** {{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.UriTile#OnStylusLeave.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3690: | Line 3693: | ||
** {{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.UriTile#OnPreviewStylusInRange.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3706: | Line 3709: | ||
** {{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.UriTile#OnStylusInRange.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3722: | Line 3725: | ||
** {{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.UriTile#OnPreviewStylusOutOfRange.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3738: | Line 3741: | ||
** {{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.UriTile#OnStylusOutOfRange.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3754: | Line 3757: | ||
** {{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.UriTile#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3770: | Line 3773: | ||
** {{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.UriTile#OnStylusSystemGesture.28StylusSystemGestureEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3786: | Line 3789: | ||
** {{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.UriTile#OnGotStylusCapture.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3802: | Line 3805: | ||
** {{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.UriTile#OnLostStylusCapture.28StylusEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3818: | Line 3821: | ||
** {{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.UriTile#OnStylusButtonDown.28StylusButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3834: | Line 3837: | ||
** {{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.UriTile#OnStylusButtonUp.28StylusButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3850: | Line 3853: | ||
** {{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.UriTile#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3866: | Line 3869: | ||
** {{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.UriTile#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3882: | Line 3885: | ||
** {{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.UriTile#OnPreviewKeyDown.28KeyEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3898: | Line 3901: | ||
** {{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.UriTile#OnKeyDown.28KeyEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3914: | Line 3917: | ||
** {{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.UriTile#OnPreviewKeyUp.28KeyEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3930: | Line 3933: | ||
** {{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.UriTile#OnKeyUp.28KeyEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3946: | Line 3949: | ||
** {{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.UriTile#OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3962: | Line 3965: | ||
** {{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.UriTile#OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3978: | Line 3981: | ||
** {{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.UriTile#OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 3994: | Line 3997: | ||
** {{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.UriTile#OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4010: | Line 4013: | ||
** {{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.UriTile#OnPreviewTextInput.28TextCompositionEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4026: | Line 4029: | ||
** {{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.UriTile#OnTextInput.28TextCompositionEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4042: | Line 4045: | ||
** {{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.UriTile#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4058: | Line 4061: | ||
** {{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.UriTile#OnQueryContinueDrag.28QueryContinueDragEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4074: | Line 4077: | ||
** {{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.UriTile#OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4090: | Line 4093: | ||
** {{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.UriTile#OnGiveFeedback.28GiveFeedbackEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4106: | Line 4109: | ||
** {{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.UriTile#OnPreviewDragEnter.28DragEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4122: | Line 4125: | ||
** {{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.UriTile#OnDragEnter.28DragEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4138: | Line 4141: | ||
** {{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.UriTile#OnPreviewDragOver.28DragEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4154: | Line 4157: | ||
** {{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.UriTile#OnDragOver.28DragEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4170: | Line 4173: | ||
** {{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.UriTile#OnPreviewDragLeave.28DragEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4186: | Line 4189: | ||
** {{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.UriTile#OnDragLeave.28DragEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4202: | Line 4205: | ||
** {{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.UriTile#OnPreviewDrop.28DragEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4218: | Line 4221: | ||
** {{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.UriTile#OnDrop.28DragEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4234: | Line 4237: | ||
** {{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.UriTile#OnPreviewTouchDown.28TouchEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4250: | Line 4253: | ||
** {{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.UriTile#OnTouchDown.28TouchEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4266: | Line 4269: | ||
** {{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.UriTile#OnPreviewTouchMove.28TouchEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4282: | Line 4285: | ||
** {{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.UriTile#OnTouchMove.28TouchEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4298: | Line 4301: | ||
** {{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.UriTile#OnPreviewTouchUp.28TouchEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4314: | Line 4317: | ||
** {{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.UriTile#OnTouchUp.28TouchEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4330: | Line 4333: | ||
** {{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.UriTile#OnGotTouchCapture.28TouchEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4346: | Line 4349: | ||
** {{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.UriTile#OnLostTouchCapture.28TouchEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4362: | Line 4365: | ||
** {{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.UriTile#OnTouchEnter.28TouchEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4378: | Line 4381: | ||
** {{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.UriTile#OnTouchLeave.28TouchEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4394: | Line 4397: | ||
** {{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.UriTile#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4410: | Line 4413: | ||
** {{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.UriTile#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4426: | Line 4429: | ||
** {{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 4442: | Line 4445: | ||
** {{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.UriTile#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4458: | Line 4461: | ||
** {{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.UriTile#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4474: | Line 4477: | ||
** {{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 4490: | Line 4493: | ||
** {{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.UriTile#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4506: | Line 4509: | ||
** {{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.UriTile#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4522: | Line 4525: | ||
** {{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.UriTile#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4538: | Line 4541: | ||
** {{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 4554: | Line 4557: | ||
** {{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.UriTile#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4570: | Line 4573: | ||
** {{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 4586: | Line 4589: | ||
** {{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 4606: | Line 4609: | ||
** {{wiki:ProtectedMethod.gif|}} InvalidateMeasureInternal() ** | ** {{wiki:ProtectedMethod.gif|}} InvalidateMeasureInternal() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 4618: | Line 4621: | ||
** {{wiki:ProtectedMethod.gif|}} InvalidateArrangeInternal() ** | ** {{wiki:ProtectedMethod.gif|}} InvalidateArrangeInternal() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 4630: | Line 4633: | ||
** {{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.UriTile#OnChildDesiredSizeChanged.28UIElement.29// |
== Return Value == | == Return Value == | ||
Line 4646: | Line 4649: | ||
** {{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 4666: | Line 4669: | ||
** {{wiki:ProtectedMethod.gif|}} GetUIParentWithinLayoutIsland() ** | ** {{wiki:ProtectedMethod.gif|}} GetUIParentWithinLayoutIsland() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 4678: | Line 4681: | ||
** {{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.UriTile#OnRender.28DrawingContext.29// |
== Return Value == | == Return Value == | ||
Line 4694: | Line 4697: | ||
** {{wiki:ProtectedMethod.gif|}} GetHitTestBounds() ** | ** {{wiki:ProtectedMethod.gif|}} GetHitTestBounds() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 4706: | Line 4709: | ||
** {{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 4726: | Line 4729: | ||
** {{wiki:ProtectedMethod.gif|}} GetUIParent() ** | ** {{wiki:ProtectedMethod.gif|}} GetUIParent() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 4738: | Line 4741: | ||
** {{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 4754: | Line 4757: | ||
** {{wiki:ProtectedMethod.gif|}} GetUIParentNo3DTraversal() ** | ** {{wiki:ProtectedMethod.gif|}} GetUIParentNo3DTraversal() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 4766: | Line 4769: | ||
** {{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 4786: | Line 4789: | ||
** {{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 4806: | Line 4809: | ||
** {{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 4826: | Line 4829: | ||
** {{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 4846: | Line 4849: | ||
** {{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 4862: | Line 4865: | ||
** {{wiki:ProtectedMethod.gif|}} CancelSynchronizedInput() ** | ** {{wiki:ProtectedMethod.gif|}} CancelSynchronizedInput() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 4874: | Line 4877: | ||
** {{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 4898: | Line 4901: | ||
** {{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 4926: | Line 4929: | ||
** {{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 4946: | Line 4949: | ||
** {{wiki:ProtectedMethod.gif|}} BlockReverseInheritance() ** | ** {{wiki:ProtectedMethod.gif|}} BlockReverseInheritance() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 4958: | Line 4961: | ||
** {{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.UriTile#OnAccessKey.28AccessKeyEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 4974: | Line 4977: | ||
** {{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.UriTile#HitTestCore.28PointHitTestParameters.29// |
== Return Value == | == Return Value == | ||
Line 4990: | Line 4993: | ||
** {{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.UriTile#HitTestCore.28GeometryHitTestParameters.29// |
== Return Value == | == Return Value == | ||
Line 5006: | Line 5009: | ||
** {{wiki:ProtectedMethod.gif|}} RenderOpen() ** | ** {{wiki:ProtectedMethod.gif|}} RenderOpen() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5018: | Line 5021: | ||
** {{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 5034: | Line 5037: | ||
** {{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 5050: | Line 5053: | ||
** {{wiki:ProtectedMethod.gif|}} GetContentBounds() ** | ** {{wiki:ProtectedMethod.gif|}} GetContentBounds() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5062: | Line 5065: | ||
** {{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 5078: | Line 5081: | ||
** {{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 5098: | Line 5101: | ||
** {{wiki:ProtectedMethod.gif|}} GetDrawing() ** | ** {{wiki:ProtectedMethod.gif|}} GetDrawing() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5110: | Line 5113: | ||
** {{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 5126: | Line 5129: | ||
** {{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.UriTile#OnLostFocus.28RoutedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 5142: | Line 5145: | ||
** {{wiki:ProtectedMethod.gif|}} UpdateIsVisibleCache() ** | ** {{wiki:ProtectedMethod.gif|}} UpdateIsVisibleCache() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5154: | Line 5157: | ||
** {{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.UriTile#OnCreateAutomationPeer.28.29// |
== Return Value == | == Return Value == | ||
Line 5166: | Line 5169: | ||
** {{wiki:ProtectedMethod.gif|}} CreateAutomationPeer() ** | ** {{wiki:ProtectedMethod.gif|}} CreateAutomationPeer() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5178: | Line 5181: | ||
** {{wiki:ProtectedMethod.gif|}} GetAutomationPeer() ** | ** {{wiki:ProtectedMethod.gif|}} GetAutomationPeer() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5190: | Line 5193: | ||
** {{wiki:ProtectedMethod.gif|}} CreateGenericRootAutomationPeer() ** | ** {{wiki:ProtectedMethod.gif|}} CreateGenericRootAutomationPeer() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5202: | Line 5205: | ||
** {{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 5218: | Line 5221: | ||
** {{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.UriTile#OnManipulationStarting.28ManipulationStartingEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 5234: | Line 5237: | ||
** {{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.UriTile#OnManipulationStarted.28ManipulationStartedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 5250: | Line 5253: | ||
** {{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.UriTile#OnManipulationDelta.28ManipulationDeltaEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 5266: | Line 5269: | ||
** {{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.UriTile#OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 5282: | Line 5285: | ||
** {{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.UriTile#OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 5298: | Line 5301: | ||
** {{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.UriTile#OnManipulationCompleted.28ManipulationCompletedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 5314: | Line 5317: | ||
** {{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 5330: | Line 5333: | ||
** {{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 5346: | Line 5349: | ||
** {{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 5362: | Line 5365: | ||
** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphBoundsInnerSpace() ** | ** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphBoundsInnerSpace() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5374: | Line 5377: | ||
** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsInnerSpace() ** | ** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsInnerSpace() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5386: | Line 5389: | ||
** {{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 5402: | Line 5405: | ||
** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphBoundsOuterSpace() ** | ** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphBoundsOuterSpace() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5414: | Line 5417: | ||
** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsOuterSpace() ** | ** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsOuterSpace() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5426: | Line 5429: | ||
** {{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 5446: | Line 5449: | ||
** {{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 5466: | Line 5469: | ||
** {{wiki:ProtectedMethod.gif|}} VerifyAPIReadOnly() ** | ** {{wiki:ProtectedMethod.gif|}} VerifyAPIReadOnly() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5478: | Line 5481: | ||
** {{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 5494: | Line 5497: | ||
** {{wiki:ProtectedMethod.gif|}} VerifyAPIReadWrite() ** | ** {{wiki:ProtectedMethod.gif|}} VerifyAPIReadWrite() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5506: | Line 5509: | ||
** {{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 5522: | Line 5525: | ||
** {{wiki:ProtectedMethod.gif|}} Precompute() ** | ** {{wiki:ProtectedMethod.gif|}} Precompute() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5534: | Line 5537: | ||
** {{wiki:ProtectedMethod.gif|}} PrecomputeContent() ** | ** {{wiki:ProtectedMethod.gif|}} PrecomputeContent() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5546: | Line 5549: | ||
** {{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 5562: | Line 5565: | ||
** {{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 5582: | Line 5585: | ||
** {{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 5598: | Line 5601: | ||
** {{wiki:ProtectedMethod.gif|}} Enter() ** | ** {{wiki:ProtectedMethod.gif|}} Enter() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5610: | Line 5613: | ||
** {{wiki:ProtectedMethod.gif|}} Exit() ** | ** {{wiki:ProtectedMethod.gif|}} Exit() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5622: | Line 5625: | ||
** {{wiki:ProtectedMethod.gif|}} InvalidateHitTestBounds() ** | ** {{wiki:ProtectedMethod.gif|}} InvalidateHitTestBounds() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5634: | Line 5637: | ||
** {{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 5650: | Line 5653: | ||
** {{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 5670: | Line 5673: | ||
** {{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 5694: | Line 5697: | ||
** {{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 5718: | Line 5721: | ||
** {{wiki:ProtectedMethod.gif|}} TransformToOuterSpace() ** | ** {{wiki:ProtectedMethod.gif|}} TransformToOuterSpace() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5730: | Line 5733: | ||
** {{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 5754: | Line 5757: | ||
** {{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 5778: | Line 5781: | ||
** {{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 5794: | Line 5797: | ||
** {{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 5810: | Line 5813: | ||
** {{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 5826: | Line 5829: | ||
** {{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 5842: | Line 5845: | ||
** {{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.UriTile#AddVisualChild.28Visual.29// |
== Return Value == | == Return Value == | ||
Line 5858: | Line 5861: | ||
** {{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.UriTile#RemoveVisualChild.28Visual.29// |
== Return Value == | == Return Value == | ||
Line 5874: | Line 5877: | ||
** {{wiki:ProtectedMethod.gif|}} InvalidateZOrder() ** | ** {{wiki:ProtectedMethod.gif|}} InvalidateZOrder() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 5886: | Line 5889: | ||
** {{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 5902: | Line 5905: | ||
** {{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 5918: | Line 5921: | ||
** {{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 5938: | Line 5941: | ||
** {{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 5958: | Line 5961: | ||
** {{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 5978: | Line 5981: | ||
** {{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 5994: | Line 5997: | ||
** {{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 6014: | Line 6017: | ||
** {{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 6034: | Line 6037: | ||
** {{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 6050: | Line 6053: | ||
** {{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 6078: | Line 6081: | ||
** {{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 6098: | Line 6101: | ||
** {{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 6118: | Line 6121: | ||
** {{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 6138: | Line 6141: | ||
** {{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 6158: | Line 6161: | ||
** {{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 6178: | Line 6181: | ||
** {{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 6198: | Line 6201: | ||
** {{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 6218: | Line 6221: | ||
** {{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 6238: | Line 6241: | ||
** {{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 6258: | Line 6261: | ||
** {{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 6278: | Line 6281: | ||
** {{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 6302: | Line 6305: | ||
** {{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 6322: | Line 6325: | ||
** {{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 6338: | Line 6341: | ||
** {{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 6358: | Line 6361: | ||
** {{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 6374: | Line 6377: | ||
** {{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 6394: | Line 6397: | ||
** {{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 6410: | Line 6413: | ||
** {{wiki:ProtectedMethod.gif|}} PropagateChangedFlags() ** | ** {{wiki:ProtectedMethod.gif|}} PropagateChangedFlags() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 6422: | Line 6425: | ||
** {{wiki:ProtectedMethod.gif|}} Seal() ** | ** {{wiki:ProtectedMethod.gif|}} Seal() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 6434: | Line 6437: | ||
** {{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 6462: | Line 6465: | ||
** {{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 6482: | Line 6485: | ||
** {{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 6502: | Line 6505: | ||
** {{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 6522: | Line 6525: | ||
** {{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 6542: | Line 6545: | ||
** {{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 6562: | Line 6565: | ||
** {{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 6582: | Line 6585: | ||
** {{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 6602: | Line 6605: | ||
** {{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 6622: | Line 6625: | ||
** {{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 6642: | Line 6645: | ||
** {{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 6662: | Line 6665: | ||
** {{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 6682: | Line 6685: | ||
** {{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 6702: | Line 6705: | ||
** {{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 6718: | Line 6721: | ||
** {{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 6734: | Line 6737: | ||
** {{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 6750: | Line 6753: | ||
** {{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 6770: | Line 6773: | ||
** {{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 6814: | Line 6817: | ||
** {{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 6830: | Line 6833: | ||
** {{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 6846: | Line 6849: | ||
** {{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 6870: | Line 6873: | ||
** {{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 6910: | Line 6913: | ||
** {{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 6934: | Line 6937: | ||
** {{wiki:ProtectedMethod.gif|}} HasAnyExpression() ** | ** {{wiki:ProtectedMethod.gif|}} HasAnyExpression() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 6946: | Line 6949: | ||
** {{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 6966: | Line 6969: | ||
** {{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 6982: | Line 6985: | ||
** {{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 6994: | Line 6997: | ||
** {{wiki:ProtectedMethod.gif|}} BeginPropertyInitialization() ** | ** {{wiki:ProtectedMethod.gif|}} BeginPropertyInitialization() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 7006: | Line 7009: | ||
** {{wiki:ProtectedMethod.gif|}} EndPropertyInitialization() ** | ** {{wiki:ProtectedMethod.gif|}} EndPropertyInitialization() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 7018: | Line 7021: | ||
** {{wiki:ProtectedMethod.gif|}} SetIsSelfInheritanceParent() ** | ** {{wiki:ProtectedMethod.gif|}} SetIsSelfInheritanceParent() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 7030: | Line 7033: | ||
** {{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 7046: | Line 7049: | ||
** {{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 7062: | Line 7065: | ||
** {{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 7094: | Line 7097: | ||
** {{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 7130: | Line 7133: | ||
** {{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 7154: | Line 7157: | ||
** {{wiki:ProtectedMethod.gif|}} DetachFromDispatcher() ** | ** {{wiki:ProtectedMethod.gif|}} DetachFromDispatcher() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 7166: | Line 7169: | ||
** {{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.UriTile#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 7179: | Line 7182: | ||
** {{wiki:PublicProperty.gif|}} Uri ** | ** {{wiki:PublicProperty.gif|}} Uri ** | ||
- | This property indicates the requesting uri for the tile image source. | + | * //This property indicates the requesting uri for the tile 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.UriTile#firstHeading" class="firstHeading" lang="en"><span dir="auto// |
== Return Value == | == Return Value == | ||
* Type:Uri | * Type:Uri | ||
Line 7187: | Line 7190: | ||
** {{wiki:PublicProperty.gif|}} WebProxy ** | ** {{wiki:PublicProperty.gif|}} WebProxy ** | ||
- | This property gets or sets the proxy used for requesting a Web Response. | + | * //This property gets or sets the proxy used for requesting a Web Response.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#WebProxy// |
== Return Value == | == Return Value == | ||
* Type:WebProxy | * Type:WebProxy | ||
Line 7195: | Line 7198: | ||
** {{wiki:PublicProperty.gif|}} TimeoutInSeconds ** | ** {{wiki:PublicProperty.gif|}} TimeoutInSeconds ** | ||
- | Gets or sets the length of time, in seconds, before the request times out. | + | * //Gets or sets the length of time, in seconds, before the request times out.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#TimeoutInSeconds// |
== Return Value == | == Return Value == | ||
* Type:Int32 | * Type:Int32 | ||
Line 7203: | Line 7206: | ||
** {{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.UriTile#ToImageSource.28Object.29// |
== Return Value == | == Return Value == | ||
* Type:ImageSource | * Type:ImageSource | ||
Line 7211: | Line 7214: | ||
** {{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.UriTile#TargetExtent// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
Line 7219: | Line 7222: | ||
** {{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.UriTile#RowIndex// |
== Return Value == | == Return Value == | ||
* Type:Int64 | * Type:Int64 | ||
Line 7227: | Line 7230: | ||
** {{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.UriTile#ColumnIndex// |
== Return Value == | == Return Value == | ||
* Type:Int64 | * Type:Int64 | ||
Line 7235: | Line 7238: | ||
** {{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.UriTile#ZoomLevelIndex// |
== Return Value == | == Return Value == | ||
* Type:Int32 | * Type:Int32 | ||
Line 7243: | Line 7246: | ||
** {{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.UriTile#TileCache// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
Line 7251: | Line 7254: | ||
** {{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.UriTile#IsOpened// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7259: | Line 7262: | ||
** {{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.UriTile#IsAsync// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7267: | Line 7270: | ||
** {{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.UriTile#DrawingTime// |
== Return Value == | == Return Value == | ||
* Type:TimeSpan | * Type:TimeSpan | ||
Line 7275: | Line 7278: | ||
** {{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.UriTile#DrawingExceptionMode// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
Line 7283: | Line 7286: | ||
** {{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.UriTile#ShouldSerializeContent.28.29// |
== Return Value == | == Return Value == | ||
* Type:Object | * Type:Object | ||
Line 7291: | Line 7294: | ||
** {{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.UriTile#HasContent// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7299: | Line 7302: | ||
** {{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.UriTile#OnContentTemplateChanged.28DataTemplate.2C_DataTemplate.29// |
== Return Value == | == Return Value == | ||
* Type:DataTemplate | * Type:DataTemplate | ||
Line 7307: | Line 7310: | ||
** {{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.UriTile#OnContentTemplateSelectorChanged.28DataTemplateSelector.2C_DataTemplateSelector.29// |
== Return Value == | == Return Value == | ||
* Type:DataTemplateSelector | * Type:DataTemplateSelector | ||
Line 7315: | Line 7318: | ||
** {{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.UriTile#OnContentStringFormatChanged.28String.2C_String.29// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 7323: | Line 7326: | ||
** {{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.UriTile#BorderBrush// |
== Return Value == | == Return Value == | ||
* Type:Brush | * Type:Brush | ||
Line 7331: | Line 7334: | ||
** {{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.UriTile#BorderThickness// |
== Return Value == | == Return Value == | ||
* Type:Thickness | * Type:Thickness | ||
Line 7339: | Line 7342: | ||
** {{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.UriTile#Background// |
== Return Value == | == Return Value == | ||
* Type:Brush | * Type:Brush | ||
Line 7347: | Line 7350: | ||
** {{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.UriTile#Foreground// |
== Return Value == | == Return Value == | ||
* Type:Brush | * Type:Brush | ||
Line 7355: | Line 7358: | ||
** {{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.UriTile#FontFamily// |
== Return Value == | == Return Value == | ||
* Type:FontFamily | * Type:FontFamily | ||
Line 7363: | Line 7366: | ||
** {{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.UriTile#FontSize// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 7371: | Line 7374: | ||
** {{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.UriTile#FontStretch// |
== Return Value == | == Return Value == | ||
* Type:FontStretch | * Type:FontStretch | ||
Line 7379: | Line 7382: | ||
** {{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.UriTile#FontStyle// |
== Return Value == | == Return Value == | ||
* Type:FontStyle | * Type:FontStyle | ||
Line 7387: | Line 7390: | ||
** {{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.UriTile#FontWeight// |
== Return Value == | == Return Value == | ||
* Type:FontWeight | * Type:FontWeight | ||
Line 7395: | Line 7398: | ||
** {{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.UriTile#HorizontalContentAlignment// |
== Return Value == | == Return Value == | ||
* Type:HorizontalAlignment | * Type:HorizontalAlignment | ||
Line 7403: | Line 7406: | ||
** {{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.UriTile#VerticalContentAlignment// |
== Return Value == | == Return Value == | ||
* Type:VerticalAlignment | * Type:VerticalAlignment | ||
Line 7411: | Line 7414: | ||
** {{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.UriTile#TabIndex// |
== Return Value == | == Return Value == | ||
* Type:Int32 | * Type:Int32 | ||
Line 7419: | Line 7422: | ||
** {{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.UriTile#IsTabStop// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7427: | Line 7430: | ||
** {{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.UriTile#Padding// |
== Return Value == | == Return Value == | ||
* Type:Thickness | * Type:Thickness | ||
Line 7435: | Line 7438: | ||
** {{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.UriTile#ApplyTemplate.28.29// |
== Return Value == | == Return Value == | ||
* Type:ControlTemplate | * Type:ControlTemplate | ||
Line 7443: | Line 7446: | ||
** {{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.UriTile#ShouldSerializeStyle.28.29// |
== Return Value == | == Return Value == | ||
* Type:Style | * Type:Style | ||
Line 7451: | Line 7454: | ||
** {{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.UriTile#OverridesDefaultStyle// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7459: | Line 7462: | ||
** {{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.UriTile#UseLayoutRounding// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7467: | Line 7470: | ||
** {{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.UriTile#ShouldSerializeTriggers.28.29// |
== Return Value == | == Return Value == | ||
* Type:TriggerCollection | * Type:TriggerCollection | ||
Line 7475: | Line 7478: | ||
** {{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.UriTile#TemplatedParent// |
== Return Value == | == Return Value == | ||
* Type:DependencyObject | * Type:DependencyObject | ||
Line 7483: | Line 7486: | ||
** {{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.UriTile#ShouldSerializeResources.28.29// |
== Return Value == | == Return Value == | ||
* Type:ResourceDictionary | * Type:ResourceDictionary | ||
Line 7491: | Line 7494: | ||
** {{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.UriTile#DataContext// |
== Return Value == | == Return Value == | ||
* Type:Object | * Type:Object | ||
Line 7499: | Line 7502: | ||
** {{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.UriTile#BindingGroup// |
== Return Value == | == Return Value == | ||
* Type:BindingGroup | * Type:BindingGroup | ||
Line 7507: | Line 7510: | ||
** {{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.UriTile#Language// |
== Return Value == | == Return Value == | ||
* Type:XmlLanguage | * Type:XmlLanguage | ||
Line 7515: | Line 7518: | ||
** {{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.UriTile#FindName.28String.29// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 7523: | Line 7526: | ||
** {{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.UriTile#Tag// |
== Return Value == | == Return Value == | ||
* Type:Object | * Type:Object | ||
Line 7531: | Line 7534: | ||
** {{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.UriTile#InputScope// |
== Return Value == | == Return Value == | ||
* Type:InputScope | * Type:InputScope | ||
Line 7539: | Line 7542: | ||
** {{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.UriTile#ActualWidth// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 7547: | Line 7550: | ||
** {{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.UriTile#ActualHeight// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 7555: | Line 7558: | ||
** {{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.UriTile#LayoutTransform// |
== Return Value == | == Return Value == | ||
* Type:Transform | * Type:Transform | ||
Line 7563: | Line 7566: | ||
** {{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.UriTile#ActualWidth// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 7571: | Line 7574: | ||
** {{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.UriTile#MinWidth// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 7579: | Line 7582: | ||
** {{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.UriTile#MaxWidth// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 7587: | Line 7590: | ||
** {{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.UriTile#ActualHeight// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 7595: | Line 7598: | ||
** {{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.UriTile#MinHeight// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 7603: | Line 7606: | ||
** {{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.UriTile#MaxHeight// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 7611: | Line 7614: | ||
** {{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.UriTile#FlowDirection// |
== Return Value == | == Return Value == | ||
* Type:FlowDirection | * Type:FlowDirection | ||
Line 7619: | Line 7622: | ||
** {{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.UriTile#Margin// |
== Return Value == | == Return Value == | ||
* Type:Thickness | * Type:Thickness | ||
Line 7627: | Line 7630: | ||
** {{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.UriTile#HorizontalAlignment// |
== Return Value == | == Return Value == | ||
* Type:HorizontalAlignment | * Type:HorizontalAlignment | ||
Line 7635: | Line 7638: | ||
** {{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.UriTile#VerticalAlignment// |
== Return Value == | == Return Value == | ||
* Type:VerticalAlignment | * Type:VerticalAlignment | ||
Line 7643: | Line 7646: | ||
** {{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.UriTile#FocusVisualStyle// |
== Return Value == | == Return Value == | ||
* Type:Style | * Type:Style | ||
Line 7651: | Line 7654: | ||
** {{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.UriTile#OnQueryCursor.28QueryCursorEventArgs.29// |
== Return Value == | == Return Value == | ||
* Type:Cursor | * Type:Cursor | ||
Line 7659: | Line 7662: | ||
** {{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.UriTile#ForceCursor// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7667: | Line 7670: | ||
** {{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.UriTile#IsInitialized// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7675: | Line 7678: | ||
** {{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.UriTile#IsLoaded// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7683: | Line 7686: | ||
** {{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.UriTile#OnToolTipClosing.28ToolTipEventArgs.29// |
== Return Value == | == Return Value == | ||
* Type:Object | * Type:Object | ||
Line 7691: | Line 7694: | ||
** {{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.UriTile#OnContextMenuClosing.28ContextMenuEventArgs.29// |
== Return Value == | == Return Value == | ||
* Type:ContextMenu | * Type:ContextMenu | ||
Line 7699: | Line 7702: | ||
** {{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.UriTile#Parent// |
== Return Value == | == Return Value == | ||
* Type:DependencyObject | * Type:DependencyObject | ||
Line 7707: | Line 7710: | ||
** {{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.UriTile#HasAnimatedProperties// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7715: | Line 7718: | ||
** {{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.UriTile#ShouldSerializeInputBindings.28.29// |
== Return Value == | == Return Value == | ||
* Type:InputBindingCollection | * Type:InputBindingCollection | ||
Line 7723: | Line 7726: | ||
** {{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.UriTile#ShouldSerializeCommandBindings.28.29// |
== Return Value == | == Return Value == | ||
* Type:CommandBindingCollection | * Type:CommandBindingCollection | ||
Line 7731: | Line 7734: | ||
** {{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.UriTile#AllowDrop// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7739: | Line 7742: | ||
** {{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.UriTile#OnChildDesiredSizeChanged.28UIElement.29// |
== Return Value == | == Return Value == | ||
* Type:Size | * Type:Size | ||
Line 7747: | Line 7750: | ||
** {{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.UriTile#IsMeasureValid// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7755: | Line 7758: | ||
** {{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.UriTile#IsArrangeValid// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7763: | Line 7766: | ||
** {{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.UriTile#RenderSize// |
== Return Value == | == Return Value == | ||
* Type:Size | * Type:Size | ||
Line 7771: | Line 7774: | ||
** {{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.UriTile#RenderTransform// |
== Return Value == | == Return Value == | ||
* Type:Transform | * Type:Transform | ||
Line 7779: | Line 7782: | ||
** {{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.UriTile#RenderTransformOrigin// |
== Return Value == | == Return Value == | ||
* Type:Point | * Type:Point | ||
Line 7787: | Line 7790: | ||
** {{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.UriTile#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7795: | Line 7798: | ||
** {{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.UriTile#IsMouseOver// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7803: | Line 7806: | ||
** {{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.UriTile#IsStylusOver// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7811: | Line 7814: | ||
** {{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.UriTile#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7819: | Line 7822: | ||
** {{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.UriTile#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7827: | Line 7830: | ||
** {{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.UriTile#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7835: | Line 7838: | ||
** {{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.UriTile#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7843: | Line 7846: | ||
** {{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.UriTile#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7851: | Line 7854: | ||
** {{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.UriTile#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7859: | Line 7862: | ||
** {{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.UriTile#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7867: | Line 7870: | ||
** {{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.UriTile#IsInputMethodEnabled// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7875: | Line 7878: | ||
** {{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.UriTile#Opacity// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 7883: | Line 7886: | ||
** {{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.UriTile#OpacityMask// |
== Return Value == | == Return Value == | ||
* Type:Brush | * Type:Brush | ||
Line 7891: | Line 7894: | ||
** {{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 7899: | Line 7902: | ||
** {{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.UriTile#Effect// |
== Return Value == | == Return Value == | ||
* Type:Effect | * Type:Effect | ||
Line 7907: | Line 7910: | ||
** {{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 7915: | Line 7918: | ||
** {{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.UriTile#CacheMode// |
== Return Value == | == Return Value == | ||
* Type:CacheMode | * Type:CacheMode | ||
Line 7923: | Line 7926: | ||
** {{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.UriTile#Uid// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 7931: | Line 7934: | ||
** {{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.UriTile#Visibility// |
== Return Value == | == Return Value == | ||
* Type:Visibility | * Type:Visibility | ||
Line 7939: | Line 7942: | ||
** {{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.UriTile#ClipToBounds// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7947: | Line 7950: | ||
** {{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.UriTile#GetLayoutClip.28Size.29// |
== Return Value == | == Return Value == | ||
* Type:Geometry | * Type:Geometry | ||
Line 7955: | Line 7958: | ||
** {{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.UriTile#SnapsToDevicePixels// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7963: | Line 7966: | ||
** {{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.UriTile#IsFocused// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7971: | Line 7974: | ||
** {{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.UriTile#IsEnabled// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7979: | Line 7982: | ||
** {{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.UriTile#IsHitTestVisible// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7987: | Line 7990: | ||
** {{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.UriTile#IsVisible// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 7995: | Line 7998: | ||
** {{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.UriTile#Focusable// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 8003: | Line 8006: | ||
** {{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 8011: | Line 8014: | ||
** {{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.UriTile#IsManipulationEnabled// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 8019: | Line 8022: | ||
** {{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.UriTile#AreAnyTouchesOver// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 8027: | Line 8030: | ||
** {{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.UriTile#AreAnyTouchesDirectlyOver// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 8035: | Line 8038: | ||
** {{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.UriTile#AreAnyTouchesCapturedWithin// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 8043: | Line 8046: | ||
** {{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.UriTile#AreAnyTouchesCaptured// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 8051: | Line 8054: | ||
** {{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.UriTile#AreAnyTouchesCaptured// |
== Return Value == | == Return Value == | ||
* Type:IEnumerable<TouchDevice> | * Type:IEnumerable<TouchDevice> | ||
Line 8059: | Line 8062: | ||
** {{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.UriTile#AreAnyTouchesCapturedWithin// |
== Return Value == | == Return Value == | ||
* Type:IEnumerable<TouchDevice> | * Type:IEnumerable<TouchDevice> | ||
Line 8067: | Line 8070: | ||
** {{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.UriTile#AreAnyTouchesOver// |
== Return Value == | == Return Value == | ||
* Type:IEnumerable<TouchDevice> | * Type:IEnumerable<TouchDevice> | ||
Line 8075: | Line 8078: | ||
** {{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.UriTile#AreAnyTouchesDirectlyOver// |
== Return Value == | == Return Value == | ||
* Type:IEnumerable<TouchDevice> | * Type:IEnumerable<TouchDevice> | ||
Line 8083: | Line 8086: | ||
** {{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.UriTile#DependencyObjectType// |
== Return Value == | == Return Value == | ||
* Type:DependencyObjectType | * Type:DependencyObjectType | ||
Line 8091: | Line 8094: | ||
** {{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.UriTile#IsSealed// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 8099: | Line 8102: | ||
** {{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.UriTile#Dispatcher// |
== Return Value == | == Return Value == | ||
* Type:Dispatcher | * Type:Dispatcher | ||
Line 8108: | Line 8111: | ||
** {{wiki:ProtectedProperty.gif|}} 2hc= ** | ** {{wiki:ProtectedProperty.gif|}} 2hc= ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Object | * Type:Object | ||
Line 8116: | Line 8119: | ||
** {{wiki:ProtectedProperty.gif|}} 3Rc= ** | ** {{wiki:ProtectedProperty.gif|}} 3Rc= ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]] | * Type:[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]] | ||
Line 8124: | Line 8127: | ||
** {{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 8132: | Line 8135: | ||
** {{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 8140: | Line 8143: | ||
** {{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 8148: | Line 8151: | ||
** {{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 8156: | Line 8159: | ||
** {{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.UriTile#CancellationPending// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 8164: | Line 8167: | ||
** {{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 8172: | Line 8175: | ||
** {{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 8180: | Line 8183: | ||
** {{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 8188: | Line 8191: | ||
** {{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 8196: | Line 8199: | ||
** {{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 8204: | Line 8207: | ||
** {{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 8212: | Line 8215: | ||
** {{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 8220: | Line 8223: | ||
** {{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 8228: | Line 8231: | ||
** {{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 8236: | Line 8239: | ||
** {{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 8244: | Line 8247: | ||
** {{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 8252: | Line 8255: | ||
** {{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 8260: | Line 8263: | ||
** {{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 8268: | Line 8271: | ||
** {{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 8276: | Line 8279: | ||
** {{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 8284: | Line 8287: | ||
** {{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 8292: | Line 8295: | ||
** {{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 8300: | Line 8303: | ||
** {{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 8308: | Line 8311: | ||
** {{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 8316: | Line 8319: | ||
** {{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.UriTile#VisualChildrenCount// |
== Return Value == | == Return Value == | ||
* Type:Int32 | * Type:Int32 | ||
Line 8324: | Line 8327: | ||
** {{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 8332: | Line 8335: | ||
** {{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 8340: | Line 8343: | ||
** {{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 8348: | Line 8351: | ||
** {{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 8356: | Line 8359: | ||
** {{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 8364: | Line 8367: | ||
** {{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 8372: | Line 8375: | ||
** {{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 8380: | Line 8383: | ||
** {{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 8388: | Line 8391: | ||
** {{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 8396: | Line 8399: | ||
** {{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 8404: | Line 8407: | ||
** {{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 8412: | Line 8415: | ||
** {{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 8420: | Line 8423: | ||
** {{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 8428: | Line 8431: | ||
** {{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 8436: | Line 8439: | ||
** {{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 8444: | Line 8447: | ||
** {{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 8452: | Line 8455: | ||
** {{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 8460: | Line 8463: | ||
** {{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 8468: | Line 8471: | ||
** {{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 8476: | Line 8479: | ||
** {{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 8484: | Line 8487: | ||
** {{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 8492: | Line 8495: | ||
** {{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 8500: | Line 8503: | ||
** {{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 8508: | Line 8511: | ||
** {{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 8516: | Line 8519: | ||
** {{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 8524: | Line 8527: | ||
** {{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 8532: | Line 8535: | ||
** {{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 8540: | Line 8543: | ||
** {{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 8548: | Line 8551: | ||
** {{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 8556: | Line 8559: | ||
** {{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 8564: | Line 8567: | ||
** {{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 8572: | Line 8575: | ||
** {{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 8580: | Line 8583: | ||
** {{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 8588: | Line 8591: | ||
** {{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 8596: | Line 8599: | ||
** {{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 8604: | Line 8607: | ||
** {{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 8612: | Line 8615: | ||
** {{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 8620: | Line 8623: | ||
** {{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 8628: | Line 8631: | ||
** {{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 8636: | Line 8639: | ||
** {{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 8644: | Line 8647: | ||
** {{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.UriTile#StylusPlugIns// |
== Return Value == | == Return Value == | ||
* Type:StylusPlugInCollection | * Type:StylusPlugInCollection | ||
Line 8652: | Line 8655: | ||
** {{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 8660: | Line 8663: | ||
** {{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 8668: | Line 8671: | ||
** {{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.UriTile#IsEnabledCore// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 8676: | Line 8679: | ||
** {{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 8684: | Line 8687: | ||
** {{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 8692: | Line 8695: | ||
** {{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 8700: | Line 8703: | ||
** {{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 8708: | Line 8711: | ||
** {{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 8716: | Line 8719: | ||
** {{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 8724: | Line 8727: | ||
** {{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 8732: | Line 8735: | ||
** {{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 8740: | Line 8743: | ||
** {{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 8748: | Line 8751: | ||
** {{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 8756: | Line 8759: | ||
** {{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 8764: | Line 8767: | ||
** {{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 8772: | Line 8775: | ||
** {{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 8780: | Line 8783: | ||
** {{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 8788: | Line 8791: | ||
** {{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 8796: | Line 8799: | ||
** {{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 8804: | Line 8807: | ||
** {{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 8812: | Line 8815: | ||
** {{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 8820: | Line 8823: | ||
** {{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 8828: | Line 8831: | ||
** {{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 8836: | Line 8839: | ||
** {{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.UriTile#VisualParent// |
== Return Value == | == Return Value == | ||
* Type:DependencyObject | * Type:DependencyObject | ||
Line 8844: | Line 8847: | ||
** {{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 8852: | Line 8855: | ||
** {{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 8860: | Line 8863: | ||
** {{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 8868: | Line 8871: | ||
** {{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 8876: | Line 8879: | ||
** {{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 8884: | Line 8887: | ||
** {{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 8892: | Line 8895: | ||
** {{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 8900: | Line 8903: | ||
** {{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 8908: | Line 8911: | ||
** {{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 8916: | Line 8919: | ||
** {{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 8924: | Line 8927: | ||
** {{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 8932: | Line 8935: | ||
** {{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 8940: | Line 8943: | ||
** {{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 8948: | Line 8951: | ||
** {{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 8956: | Line 8959: | ||
** {{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 8964: | Line 8967: | ||
** {{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 8972: | Line 8975: | ||
** {{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 8980: | Line 8983: | ||
** {{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 8988: | Line 8991: | ||
** {{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 8996: | Line 8999: | ||
** {{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 9004: | Line 9007: | ||
** {{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 9012: | Line 9015: | ||
** {{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 9020: | Line 9023: | ||
** {{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 9028: | Line 9031: | ||
** {{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 9036: | Line 9039: | ||
** {{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 9044: | Line 9047: | ||
** {{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 9052: | Line 9055: | ||
** {{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 9060: | Line 9063: | ||
** {{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 9068: | Line 9071: | ||
** {{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 9076: | Line 9079: | ||
** {{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 9084: | Line 9087: | ||
** {{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 9092: | Line 9095: | ||
** {{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 9100: | Line 9103: | ||
** {{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 9108: | Line 9111: | ||
** {{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 9116: | Line 9119: | ||
** {{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 9124: | Line 9127: | ||
** {{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 9132: | Line 9135: | ||
** {{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 9140: | Line 9143: | ||
** {{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 9148: | Line 9151: | ||
** {{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 9156: | Line 9159: | ||
** {{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 9164: | Line 9167: | ||
** {{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 9172: | Line 9175: | ||
** {{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 9180: | Line 9183: | ||
** {{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 9188: | Line 9191: | ||
** {{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 9196: | Line 9199: | ||
** {{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 9204: | Line 9207: | ||
==== Public Events ==== | ==== Public Events ==== | ||
** {{wiki:PublicEvent.gif|}} SendingWebRequest ** | ** {{wiki:PublicEvent.gif|}} SendingWebRequest ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#OnSendingWebRequest.28SendingWebRequestEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} SentWebRequest ** | ** {{wiki:PublicEvent.gif|}} SentWebRequest ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#OnSentWebRequest.28SentWebRequestEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | ||
** {{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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#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.UriTile#OnManipulationCompleted.28ManipulationCompletedEventArgs.29// |
Event Arguments:ManipulationCompletedEventArgs | Event Arguments:ManipulationCompletedEventArgs | ||