User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.layertile

ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represents a Tile that formed with a Layer collection.

Inheritance Hierarchy

  • System.Object
    • System.Windows.Threading.DispatcherObject
      • System.Windows.DependencyObject
        • System.Windows.Media.Visual
          • System.Windows.UIElement
            • System.Windows.FrameworkElement
              • System.Windows.Controls.Control
                • System.Windows.Controls.ContentControl
                  • ThinkGeo.MapSuite.WpfDesktopEdition.Tile
                    • ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile

Members Summary

Public Constructors

LayerTile()

  • Constructor of LayerTile class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#LayerTile.28.29
Parameters

LayerTile(IEnumerable<Layer>)

  • Constructor of LayerTile class.
Remarks
  • For the most updated Info for this topic, please check it here:
Parameters
  • layers
    • Type:IEnumerable<Layer>
    • Description:N/A

Protected Constructors

Public Methods

CommitDrawing(GeoCanvas,Object)

  • Commits the drawing.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#CommitDrawing.28GeoCanvas.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • geoCanvas
  • nativeImage
    • Type:Object
    • Description:The native image.

ToImageSource(Object)

  • Transform native image to the image source.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ToImageSource.28Object.29
Return Value
  • Type:ImageSource
  • Description:N/A
Parameters
  • nativeImage
    • Type:Object
    • Description:The native image.

OnApplyTemplate()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnApplyTemplate.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawAsync(GeoCanvas)

  • Draws the image for tile in an asynchronous way.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#DrawAsync.28GeoCanvas.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • geoCanvas

Draw(GeoCanvas)

  • This method draws the image for tile.
Remarks
  • 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
  • Type:Void
  • Description:N/A
Parameters
  • geoCanvas
    • Type:GeoCanvas
    • Description:This parameter is the canvas object to draw on.

Dispose()

  • This method implements the IDispose method. This method is the concrete wrapper for the abstract method DisposeCore.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#Dispose.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ShouldSerializeContent()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ShouldSerializeContent.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ToString()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ToString.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

ShouldSerializeStyle()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ShouldSerializeStyle.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ApplyTemplate()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ApplyTemplate.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

BeginStoryboard(Storyboard)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#BeginStoryboard.28Storyboard.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • storyboard
    • Type:Storyboard
    • Description:N/A

BeginStoryboard(Storyboard,HandoffBehavior)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#BeginStoryboard.28Storyboard.2C_HandoffBehavior.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • storyboard
    • Type:Storyboard
    • Description:N/A
  • handoffBehavior
    • Type:HandoffBehavior
    • Description:N/A

BeginStoryboard(Storyboard,HandoffBehavior,Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#BeginStoryboard.28Storyboard.2C_HandoffBehavior.2C_Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • storyboard
    • Type:Storyboard
    • Description:N/A
  • handoffBehavior
    • Type:HandoffBehavior
    • Description:N/A
  • isControllable
    • Type:Boolean
    • Description:N/A

ShouldSerializeTriggers()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ShouldSerializeTriggers.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializeResources()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ShouldSerializeResources.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

FindResource(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#FindResource.28Object.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • resourceKey
    • Type:Object
    • Description:N/A

TryFindResource(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#TryFindResource.28Object.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • resourceKey
    • Type:Object
    • Description:N/A

SetResourceReference(DependencyProperty,Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#SetResourceReference.28DependencyProperty.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • name
    • Type:Object
    • Description:N/A

GetBindingExpression(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#GetBindingExpression.28DependencyProperty.29
Return Value
  • Type:BindingExpression
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

SetBinding(DependencyProperty,BindingBase)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#SetBinding.28DependencyProperty.2C_BindingBase.29
Return Value
  • Type:BindingExpressionBase
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • binding
    • Type:BindingBase
    • Description:N/A

SetBinding(DependencyProperty,String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#SetBinding.28DependencyProperty.2C_String.29
Return Value
  • Type:BindingExpression
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • path
    • Type:String
    • Description:N/A

BringIntoView()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#BringIntoView.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

BringIntoView(Rect)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#BringIntoView.28Rect.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetRectangle
    • Type:Rect
    • Description:N/A

MoveFocus(TraversalRequest)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#MoveFocus.28TraversalRequest.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • request
    • Type:TraversalRequest
    • Description:N/A

PredictFocus(FocusNavigationDirection)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#PredictFocus.28FocusNavigationDirection.29
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters
  • direction
    • Type:FocusNavigationDirection
    • Description:N/A

BeginInit()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#BeginInit.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

EndInit()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#EndInit.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

RegisterName(String,Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#RegisterName.28String.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • name
    • Type:String
    • Description:N/A
  • scopedElement
    • Type:Object
    • Description:N/A

UnregisterName(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#UnregisterName.28String.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • name
    • Type:String
    • Description:N/A

FindName(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#FindName.28String.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • name
    • Type:String
    • Description:N/A

UpdateDefaultStyle()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#UpdateDefaultStyle.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ApplyAnimationClock(DependencyProperty,AnimationClock)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • clock
    • Type:AnimationClock
    • Description:N/A

ApplyAnimationClock(DependencyProperty,AnimationClock,HandoffBehavior)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.2C_HandoffBehavior.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • clock
    • Type:AnimationClock
    • Description:N/A
  • handoffBehavior
    • Type:HandoffBehavior
    • Description:N/A

BeginAnimation(DependencyProperty,AnimationTimeline)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • animation
    • Type:AnimationTimeline
    • Description:N/A

BeginAnimation(DependencyProperty,AnimationTimeline,HandoffBehavior)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.2C_HandoffBehavior.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • animation
    • Type:AnimationTimeline
    • Description:N/A
  • handoffBehavior
    • Type:HandoffBehavior
    • Description:N/A

GetAnimationBaseValue(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#GetAnimationBaseValue.28DependencyProperty.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

ShouldSerializeInputBindings()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ShouldSerializeInputBindings.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializeCommandBindings()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ShouldSerializeCommandBindings.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

RaiseEvent(RoutedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#RaiseEvent.28RoutedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:RoutedEventArgs
    • Description:N/A

AddHandler(RoutedEvent,Delegate)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#AddHandler.28RoutedEvent.2C_Delegate.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • routedEvent
    • Type:RoutedEvent
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A

AddHandler(RoutedEvent,Delegate,Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#AddHandler.28RoutedEvent.2C_Delegate.2C_Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • routedEvent
    • Type:RoutedEvent
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A
  • handledEventsToo
    • Type:Boolean
    • Description:N/A

RemoveHandler(RoutedEvent,Delegate)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#RemoveHandler.28RoutedEvent.2C_Delegate.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • routedEvent
    • Type:RoutedEvent
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A

AddToEventRoute(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#AddToEventRoute.28EventRoute.2C_RoutedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • e
    • Type:RoutedEventArgs
    • Description:N/A

InvalidateMeasure()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#InvalidateMeasure.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

InvalidateArrange()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#InvalidateArrange.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

InvalidateVisual()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#InvalidateVisual.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Measure(Size)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#Measure.28Size.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • availableSize
    • Type:Size
    • Description:N/A

Arrange(Rect)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#Arrange.28Rect.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • finalRect
    • Type:Rect
    • Description:N/A

UpdateLayout()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#UpdateLayout.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

TranslatePoint(Point,UIElement)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#TranslatePoint.28Point.2C_UIElement.29
Return Value
  • Type:Point
  • Description:N/A
Parameters
  • point
    • Type:Point
    • Description:N/A
  • relativeTo
    • Type:UIElement
    • Description:N/A

InputHitTest(Point)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#InputHitTest.28Point.29
Return Value
  • Type:IInputElement
  • Description:N/A
Parameters
  • point
    • Type:Point
    • Description:N/A

CaptureMouse()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#CaptureMouse.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ReleaseMouseCapture()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ReleaseMouseCapture.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

CaptureStylus()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#CaptureStylus.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ReleaseStylusCapture()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ReleaseStylusCapture.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Focus()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#Focus.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

CaptureTouch(TouchDevice)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#CaptureTouch.28TouchDevice.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • touchDevice
    • Type:TouchDevice
    • Description:N/A

ReleaseTouchCapture(TouchDevice)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ReleaseTouchCapture.28TouchDevice.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • touchDevice
    • Type:TouchDevice
    • Description:N/A

ReleaseAllTouchCaptures()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ReleaseAllTouchCaptures.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

IsAncestorOf(DependencyObject)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#IsAncestorOf.28DependencyObject.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • descendant
    • Type:DependencyObject
    • Description:N/A

IsDescendantOf(DependencyObject)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#IsDescendantOf.28DependencyObject.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • ancestor
    • Type:DependencyObject
    • Description:N/A

FindCommonVisualAncestor(DependencyObject)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#FindCommonVisualAncestor.28DependencyObject.29
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters
  • otherVisual
    • Type:DependencyObject
    • Description:N/A

TransformToAncestor(Visual)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#TransformToAncestor.28Visual.29
Return Value
  • Type:GeneralTransform
  • Description:N/A
Parameters
  • ancestor
    • Type:Visual
    • Description:N/A

TransformToAncestor(Visual3D)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#TransformToAncestor.28Visual3D.29
Return Value
  • Type:GeneralTransform2DTo3D
  • Description:N/A
Parameters
  • ancestor
    • Type:Visual3D
    • Description:N/A

TransformToDescendant(Visual)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#TransformToDescendant.28Visual.29
Return Value
  • Type:GeneralTransform
  • Description:N/A
Parameters
  • descendant
    • Type:Visual
    • Description:N/A

TransformToVisual(Visual)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#TransformToVisual.28Visual.29
Return Value
  • Type:GeneralTransform
  • Description:N/A
Parameters
  • visual
    • Type:Visual
    • Description:N/A

PointToScreen(Point)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#PointToScreen.28Point.29
Return Value
  • Type:Point
  • Description:N/A
Parameters
  • point
    • Type:Point
    • Description:N/A

PointFromScreen(Point)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#PointFromScreen.28Point.29
Return Value
  • Type:Point
  • Description:N/A
Parameters
  • point
    • Type:Point
    • Description:N/A

Equals(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#Equals.28Object.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#GetHashCode.28.29
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetValue(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#GetValue.28DependencyProperty.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

SetValue(DependencyProperty,Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#SetValue.28DependencyProperty.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A

SetCurrentValue(DependencyProperty,Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#SetCurrentValue.28DependencyProperty.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A

SetValue(DependencyPropertyKey,Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#SetValue.28DependencyPropertyKey.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:DependencyPropertyKey
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A

ClearValue(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ClearValue.28DependencyProperty.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

ClearValue(DependencyPropertyKey)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ClearValue.28DependencyPropertyKey.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:DependencyPropertyKey
    • Description:N/A

CoerceValue(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#CoerceValue.28DependencyProperty.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

InvalidateProperty(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#InvalidateProperty.28DependencyProperty.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

ReadLocalValue(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ReadLocalValue.28DependencyProperty.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

GetLocalValueEnumerator()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#GetLocalValueEnumerator.28.29
Return Value
  • Type:LocalValueEnumerator
  • Description:N/A
Parameters

CheckAccess()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#CheckAccess.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

VerifyAccess()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#VerifyAccess.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#GetType.28.29
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

DrawCore(GeoCanvas)

  • This method draws the maintained layers collection to nativeImage in the passed GeoCanvas object.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#DrawCore.28GeoCanvas.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • geoCanvas
    • Type:GeoCanvas
    • Description:A GeoCanvas object that holds the parameters that for drawing this tile.

rRc=(Dictionary<String,Collection<Feature»)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • features
    • Type:Dictionary<String,Collection<Feature»
    • Description:N/A

OnDrawn(DrawnTileEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnDrawn.28DrawnTileEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

CommitDrawingCore(GeoCanvas,Object)

  • Commits the drawing (internal implementation).
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#CommitDrawingCore.28GeoCanvas.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • geoCanvas
  • imageSource
    • Type:Object
    • Description:The image source.

ToImageSourceCore(Object)

  • Transform native image to the image source (internal implementation).
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ToImageSourceCore.28Object.29
Return Value
  • Type:ImageSource
  • Description:N/A
Parameters
  • imageSource
    • Type:Object
    • Description:The image source.

DrawException(GeoCanvas,Exception)

  • This method draws the exception message when the drawing process is crashed.
Remarks
  • This method is the concrete wrapper for the abstract method DrawExceptionCore.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • geoCanvas
    • Type:GeoCanvas
    • Description:This parameter is the canvas object to draw on.
  • exception
    • Type:Exception
    • Description:This parameter is the real exception in during drawing process.

DrawExceptionCore(GeoCanvas,Exception)

  • This method draws the exception message when the drawing process is crashed.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#DrawExceptionCore.28GeoCanvas.2C_Exception.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • canvas
    • Type:GeoCanvas
    • Description:This parameter is the canvas object to draw on.
  • exception
    • Type:Exception
    • Description:This parameter is the real exception in during drawing process.

OnOpened(EventArgs)

  • This method executs when the Opened event raised.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnOpened.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:EventArgs
    • Description:This parameter maitains the arguments for the Opened event.

OnDrawing(DrawingTileEventArgs)

  • This method raises before the tile is drawing.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnDrawing.28DrawingTileEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Finalize()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#Finalize.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

oxc=(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • forceCancel
    • Type:Boolean
    • Description:N/A

Dispose(Boolean)

  • This method disposes all the unmanaged resource in the tile.
Remarks
  • When implementing this method, consider the stop the background threading when drawing asynchronously.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • disposing
    • Type:Boolean
    • Description:N/A

GetPlainText()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

PrepareContentControl(Object,DataTemplate,DataTemplateSelector,String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item
    • Type:Object
    • Description:N/A
  • itemTemplate
    • Type:DataTemplate
    • Description:N/A
  • itemTemplateSelector
    • Type:DataTemplateSelector
    • Description:N/A
  • itemStringFormat
    • Type:String
    • Description:N/A

ClearContentControl(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item
    • Type:Object
    • Description:N/A

AddChild(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#AddChild.28Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:Object
    • Description:N/A

AddText(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#AddText.28String.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • text
    • Type:String
    • Description:N/A

OnContentChanged(Object,Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnContentChanged.28Object.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldContent
    • Type:Object
    • Description:N/A
  • newContent
    • Type:Object
    • Description:N/A

OnContentTemplateChanged(DataTemplate,DataTemplate)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnContentTemplateChanged.28DataTemplate.2C_DataTemplate.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldContentTemplate
    • Type:DataTemplate
    • Description:N/A
  • newContentTemplate
    • Type:DataTemplate
    • Description:N/A

OnContentTemplateSelectorChanged(DataTemplateSelector,DataTemplateSelector)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnContentTemplateSelectorChanged.28DataTemplateSelector.2C_DataTemplateSelector.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldContentTemplateSelector
    • Type:DataTemplateSelector
    • Description:N/A
  • newContentTemplateSelector
    • Type:DataTemplateSelector
    • Description:N/A

OnContentStringFormatChanged(String,String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnContentStringFormatChanged.28String.2C_String.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldContentStringFormat
    • Type:String
    • Description:N/A
  • newContentStringFormat
    • Type:String
    • Description:N/A

OnTemplateChangedInternal(FrameworkTemplate,FrameworkTemplate)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldTemplate
    • Type:FrameworkTemplate
    • Description:N/A
  • newTemplate
    • Type:FrameworkTemplate
    • Description:N/A

OnTemplateChanged(ControlTemplate,ControlTemplate)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnTemplateChanged.28ControlTemplate.2C_ControlTemplate.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldTemplate
    • Type:ControlTemplate
    • Description:N/A
  • newTemplate
    • Type:ControlTemplate
    • Description:N/A

OnPreviewMouseDoubleClick(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseDoubleClick(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnMouseDoubleClick.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreApplyTemplate()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnPostApplyTemplate()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

UpdateVisualState()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

UpdateVisualState(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • useTransitions
    • Type:Boolean
    • Description:N/A

ChangeVisualState(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • useTransitions
    • Type:Boolean
    • Description:N/A

ChangeValidationVisualState(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • useTransitions
    • Type:Boolean
    • Description:N/A

MeasureOverride(Size)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#MeasureOverride.28Size.29
Return Value
  • Type:Size
  • Description:N/A
Parameters
  • constraint
    • Type:Size
    • Description:N/A

ArrangeOverride(Size)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ArrangeOverride.28Size.29
Return Value
  • Type:Size
  • Description:N/A
Parameters
  • arrangeBounds
    • Type:Size
    • Description:N/A

ReadControlFlag(ControlBoolFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • reqFlag
    • Type:ControlBoolFlags
    • Description:N/A

WriteControlFlag(ControlBoolFlags,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • reqFlag
    • Type:ControlBoolFlags
    • Description:N/A
  • set
    • Type:Boolean
    • Description:N/A

OnStyleChanged(Style,Style)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldStyle
    • Type:Style
    • Description:N/A
  • newStyle
    • Type:Style
    • Description:N/A

ParentLayoutInvalidated(UIElement)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:UIElement
    • Description:N/A

GetVisualChild(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#GetVisualChild.28Int32.29
Return Value
  • Type:Visual
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

GetTemplateChild(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters
  • childName
    • Type:String
    • Description:N/A

HasNonDefaultValue(DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

EvaluateBaseValueCore(DependencyProperty,PropertyMetadata,EffectiveValueEntry&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • newEntry
    • Type:EffectiveValueEntry&
    • Description:N/A

GetRawValue(DependencyProperty,PropertyMetadata,EffectiveValueEntry&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • entry
    • Type:EffectiveValueEntry&
    • Description:N/A

GetExpressionCore(DependencyProperty,PropertyMetadata)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Expression
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A

OnPropertyChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPropertyChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

pushTextRenderingMode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnAncestorChanged()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVisualParentChanged(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldParent
    • Type:DependencyObject
    • Description:N/A

OnVisualAncestorChanged(Object,AncestorChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:AncestorChangedEventArgs
    • Description:N/A

GetUIParentCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters

AdjustEventSource(RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A

AdjustBranchSource(RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A

BuildRouteCore(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

BuildRouteCoreHelper(EventRoute,RoutedEventArgs,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A
  • shouldAddIntermediateElementsToRoute
    • Type:Boolean
    • Description:N/A

AddToEventRouteCore(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

IgnoreModelParentBuildRoute(RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A

InvalidateAutomationAncestorsCore(Stack<DependencyObject>,Boolean&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • branchNodeStack
    • Type:Stack<DependencyObject>
    • Description:N/A
  • continuePastCoreTree
    • Type:Boolean&
    • Description:N/A

InvalidateAutomationAncestorsCoreHelper(Stack<DependencyObject>,Boolean&,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • branchNodeStack
    • Type:Stack<DependencyObject>
    • Description:N/A
  • continuePastCoreTree
    • Type:Boolean&
    • Description:N/A
  • shouldInvalidateIntermediateElements
    • Type:Boolean
    • Description:N/A

MeasureCore(Size)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#MeasureCore.28Size.29
Return Value
  • Type:Size
  • Description:N/A
Parameters
  • availableSize
    • Type:Size
    • Description:N/A

ArrangeCore(Rect)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#ArrangeCore.28Rect.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • finalRect
    • Type:Rect
    • Description:N/A

OnRenderSizeChanged(SizeChangedInfo)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sizeInfo
    • Type:SizeChangedInfo
    • Description:N/A

GetLayoutClip(Size)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#GetLayoutClip.28Size.29
Return Value
  • Type:Geometry
  • Description:N/A
Parameters
  • layoutSlotSize
    • Type:Size
    • Description:N/A

GetLayoutClipInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Geometry
  • Description:N/A
Parameters

OnGotFocus(RoutedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnGotFocus.28RoutedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:RoutedEventArgs
    • Description:N/A

OnInitialized(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnInitialized.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnPresentationSourceChanged(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • attached
    • Type:Boolean
    • Description:N/A

OnAddHandler(RoutedEvent,Delegate)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • routedEvent
    • Type:RoutedEvent
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A

OnRemoveHandler(RoutedEvent,Delegate)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • routedEvent
    • Type:RoutedEvent
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A

OnLoaded(RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A

OnUnloaded(RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A

AddSynchronizedInputPreOpportunityHandlerCore(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

RaiseClrEvent(EventPrivateKey,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:EventPrivateKey
    • Description:N/A
  • args
    • Type:EventArgs
    • Description:N/A

OnToolTipOpening(ToolTipEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnToolTipOpening.28ToolTipEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ToolTipEventArgs
    • Description:N/A

OnToolTipClosing(ToolTipEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnToolTipClosing.28ToolTipEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ToolTipEventArgs
    • Description:N/A

OnContextMenuOpening(ContextMenuEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnContextMenuOpening.28ContextMenuEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ContextMenuEventArgs
    • Description:N/A

OnContextMenuClosing(ContextMenuEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnContextMenuClosing.28ContextMenuEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ContextMenuEventArgs
    • Description:N/A

EventHandlersStoreAdd(EventPrivateKey,Delegate)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:EventPrivateKey
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A

EventHandlersStoreRemove(EventPrivateKey,Delegate)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:EventPrivateKey
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A

ReadInternalFlag(InternalFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • reqFlag
    • Type:InternalFlags
    • Description:N/A

ReadInternalFlag2(InternalFlags2)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • reqFlag
    • Type:InternalFlags2
    • Description:N/A

WriteInternalFlag(InternalFlags,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • reqFlag
    • Type:InternalFlags
    • Description:N/A
  • set
    • Type:Boolean
    • Description:N/A

WriteInternalFlag2(InternalFlags2,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • reqFlag
    • Type:InternalFlags2
    • Description:N/A
  • set
    • Type:Boolean
    • Description:N/A

FindName(String,DependencyObject&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • name
    • Type:String
    • Description:N/A
  • scopeOwner
    • Type:DependencyObject&
    • Description:N/A

FindResourceOnSelf(Object,Boolean,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • resourceKey
    • Type:Object
    • Description:N/A
  • allowDeferredResourceReference
    • Type:Boolean
    • Description:N/A
  • mustReturnDeferredResourceReference
    • Type:Boolean
    • Description:N/A

ContextVerifiedGetParent()

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters

AddLogicalChild(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:Object
    • Description:N/A

RemoveLogicalChild(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:Object
    • Description:N/A

ChangeLogicalParent(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • newParent
    • Type:DependencyObject
    • Description:N/A

OnNewParent(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • newParent
    • Type:DependencyObject
    • Description:N/A

OnAncestorChangedInternal(TreeChangeInfo)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • parentTreeState
    • Type:TreeChangeInfo
    • Description:N/A

InvalidateTreeDependentProperties(TreeChangeInfo,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:FrugalObjectList<DependencyProperty>
  • Description:N/A
Parameters
  • parentTreeState
    • Type:TreeChangeInfo
    • Description:N/A
  • isSelfInheritanceParent
    • Type:Boolean
    • Description:N/A

UpdateStyleProperty()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

UpdateThemeStyleProperty()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnThemeChanged()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

FireLoadedOnDescendentsInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

FireUnloadedOnDescendentsInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

ShouldProvideInheritanceContext(DependencyObject,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • target
    • Type:DependencyObject
    • Description:N/A
  • property
    • Type:DependencyProperty
    • Description:N/A

AddInheritanceContext(DependencyObject,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • context
    • Type:DependencyObject
    • Description:N/A
  • property
    • Type:DependencyProperty
    • Description:N/A

RemoveInheritanceContext(DependencyObject,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • context
    • Type:DependencyObject
    • Description:N/A
  • property
    • Type:DependencyProperty
    • Description:N/A

OnInheritanceContextChangedCore(EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:EventArgs
    • Description:N/A

ChangeSubtreeHasLoadedChangedHandler(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • mentor
    • Type:DependencyObject
    • Description:N/A

RaiseInheritedPropertyChangedEvent(InheritablePropertyChangeInfo&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • info
    • Type:InheritablePropertyChangeInfo&
    • Description:N/A

EvaluateAnimatedValueCore(DependencyProperty,PropertyMetadata,EffectiveValueEntry&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • entry
    • Type:EffectiveValueEntry&
    • Description:N/A

BuildRoute(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

RaiseEvent(RoutedEventArgs,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A
  • trusted
    • Type:Boolean
    • Description:N/A

RaiseTrustedEvent(RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A

EnsureEventHandlersStore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnPreviewMouseDown(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewMouseDown.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseDown(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnMouseDown.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreviewMouseUp(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewMouseUp.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseUp(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnMouseUp.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseLeftButtonDown(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnMouseLeftButtonDown.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseLeftButtonUp(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnMouseLeftButtonUp.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreviewMouseRightButtonDown(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseRightButtonDown(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnMouseRightButtonDown.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreviewMouseRightButtonUp(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseRightButtonUp(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnMouseRightButtonUp.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreviewMouseMove(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewMouseMove.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnMouseMove(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnMouseMove.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnPreviewMouseWheel(MouseWheelEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewMouseWheel.28MouseWheelEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseWheelEventArgs
    • Description:N/A

OnMouseWheel(MouseWheelEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnMouseWheel.28MouseWheelEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseWheelEventArgs
    • Description:N/A

OnMouseEnter(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnMouseEnter.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnMouseLeave(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnMouseLeave.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnGotMouseCapture(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnGotMouseCapture.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnLostMouseCapture(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnLostMouseCapture.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnQueryCursor(QueryCursorEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnQueryCursor.28QueryCursorEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:QueryCursorEventArgs
    • Description:N/A

OnPreviewStylusDown(StylusDownEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewStylusDown.28StylusDownEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusDownEventArgs
    • Description:N/A

OnStylusDown(StylusDownEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnStylusDown.28StylusDownEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusDownEventArgs
    • Description:N/A

OnPreviewStylusUp(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewStylusUp.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusUp(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnStylusUp.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnPreviewStylusMove(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewStylusMove.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusMove(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnStylusMove.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnPreviewStylusInAirMove(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewStylusInAirMove.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusInAirMove(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnStylusInAirMove.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusEnter(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnStylusEnter.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusLeave(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnStylusLeave.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnPreviewStylusInRange(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewStylusInRange.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusInRange(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnStylusInRange.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnPreviewStylusOutOfRange(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewStylusOutOfRange.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusOutOfRange(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnStylusOutOfRange.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusSystemGestureEventArgs
    • Description:N/A

OnStylusSystemGesture(StylusSystemGestureEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnStylusSystemGesture.28StylusSystemGestureEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusSystemGestureEventArgs
    • Description:N/A

OnGotStylusCapture(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnGotStylusCapture.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnLostStylusCapture(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnLostStylusCapture.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusButtonDown(StylusButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnStylusButtonDown.28StylusButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusButtonEventArgs
    • Description:N/A

OnStylusButtonUp(StylusButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnStylusButtonUp.28StylusButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusButtonEventArgs
    • Description:N/A

OnPreviewStylusButtonDown(StylusButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusButtonEventArgs
    • Description:N/A

OnPreviewStylusButtonUp(StylusButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusButtonEventArgs
    • Description:N/A

OnPreviewKeyDown(KeyEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewKeyDown.28KeyEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyEventArgs
    • Description:N/A

OnKeyDown(KeyEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnKeyDown.28KeyEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyEventArgs
    • Description:N/A

OnPreviewKeyUp(KeyEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewKeyUp.28KeyEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyEventArgs
    • Description:N/A

OnKeyUp(KeyEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnKeyUp.28KeyEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyEventArgs
    • Description:N/A

OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyboardFocusChangedEventArgs
    • Description:N/A

OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyboardFocusChangedEventArgs
    • Description:N/A

OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyboardFocusChangedEventArgs
    • Description:N/A

OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyboardFocusChangedEventArgs
    • Description:N/A

OnPreviewTextInput(TextCompositionEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewTextInput.28TextCompositionEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TextCompositionEventArgs
    • Description:N/A

OnTextInput(TextCompositionEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnTextInput.28TextCompositionEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TextCompositionEventArgs
    • Description:N/A

OnPreviewQueryContinueDrag(QueryContinueDragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:QueryContinueDragEventArgs
    • Description:N/A

OnQueryContinueDrag(QueryContinueDragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnQueryContinueDrag.28QueryContinueDragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:QueryContinueDragEventArgs
    • Description:N/A

OnPreviewGiveFeedback(GiveFeedbackEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:GiveFeedbackEventArgs
    • Description:N/A

OnGiveFeedback(GiveFeedbackEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnGiveFeedback.28GiveFeedbackEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:GiveFeedbackEventArgs
    • Description:N/A

OnPreviewDragEnter(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewDragEnter.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnDragEnter(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnDragEnter.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnPreviewDragOver(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewDragOver.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnDragOver(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnDragOver.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnPreviewDragLeave(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewDragLeave.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnDragLeave(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnDragLeave.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnPreviewDrop(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewDrop.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnDrop(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnDrop.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnPreviewTouchDown(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewTouchDown.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnTouchDown(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnTouchDown.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnPreviewTouchMove(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewTouchMove.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnTouchMove(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnTouchMove.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnPreviewTouchUp(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnPreviewTouchUp.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnTouchUp(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnTouchUp.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnGotTouchCapture(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnGotTouchCapture.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnLostTouchCapture(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnLostTouchCapture.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnTouchEnter(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnTouchEnter.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnTouchLeave(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnTouchLeave.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

RaiseIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

RaiseIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

RaiseIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

ReadFlag(CoreFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • field
    • Type:CoreFlags
    • Description:N/A

WriteFlag(CoreFlags,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • field
    • Type:CoreFlags
    • Description:N/A
  • value
    • Type:Boolean
    • Description:N/A

InvalidateMeasureInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

InvalidateArrangeInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnChildDesiredSizeChanged(UIElement)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnChildDesiredSizeChanged.28UIElement.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:UIElement
    • Description:N/A

GetUIParentOrICH(UIElement&,IContentHost&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • uiParent
    • Type:UIElement&
    • Description:N/A
  • ich
    • Type:IContentHost&
    • Description:N/A

GetUIParentWithinLayoutIsland()

  • N/A
Remarks
  • N/A
Return Value
  • Type:UIElement
  • Description:N/A
Parameters

OnRender(DrawingContext)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnRender.28DrawingContext.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • drawingContext
    • Type:DrawingContext
    • Description:N/A

GetHitTestBounds()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters

OnVisualAncestorChanged(Object,AncestorChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:AncestorChangedEventArgs
    • Description:N/A

GetUIParent()

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters

GetUIParent(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters
  • continuePastVisualTree
    • Type:Boolean
    • Description:N/A

GetUIParentNo3DTraversal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters

AddSynchronizedInputPreOpportunityHandler(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

AddSynchronizedInputPostOpportunityHandler(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

SynchronizedInputPreOpportunityHandler(Object,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

SynchronizedInputPostOpportunityHandler(Object,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

StartListeningSynchronizedInput(SynchronizedInputType)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • inputType
    • Type:SynchronizedInputType
    • Description:N/A

CancelSynchronizedInput()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

InputHitTest(Point,IInputElement&,IInputElement&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • pt
    • Type:Point
    • Description:N/A
  • enabledHit
    • Type:IInputElement&
    • Description:N/A
  • rawHit
    • Type:IInputElement&
    • Description:N/A

InputHitTest(Point,IInputElement&,IInputElement&,HitTestResult&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • pt
    • Type:Point
    • Description:N/A
  • enabledHit
    • Type:IInputElement&
    • Description:N/A
  • rawHit
    • Type:IInputElement&
    • Description:N/A
  • rawHitResult
    • Type:HitTestResult&
    • Description:N/A

SynchronizeReverseInheritPropertyFlags(DependencyObject,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldParent
    • Type:DependencyObject
    • Description:N/A
  • isCoreParent
    • Type:Boolean
    • Description:N/A

BlockReverseInheritance()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

OnAccessKey(AccessKeyEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnAccessKey.28AccessKeyEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:AccessKeyEventArgs
    • Description:N/A

HitTestCore(PointHitTestParameters)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#HitTestCore.28PointHitTestParameters.29
Return Value
  • Type:HitTestResult
  • Description:N/A
Parameters
  • hitTestParameters
    • Type:PointHitTestParameters
    • Description:N/A

HitTestCore(GeometryHitTestParameters)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#HitTestCore.28GeometryHitTestParameters.29
Return Value
  • Type:GeometryHitTestResult
  • Description:N/A
Parameters
  • hitTestParameters
    • Type:GeometryHitTestParameters
    • Description:N/A

RenderOpen()

  • N/A
Remarks
  • N/A
Return Value
  • Type:DrawingContext
  • Description:N/A
Parameters

RenderClose(IDrawingContent)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • newContent
    • Type:IDrawingContent
    • Description:N/A

FreeContent(Channel)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A

GetContentBounds()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters

WalkContent(DrawingContextWalker)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • walker
    • Type:DrawingContextWalker
    • Description:N/A

RenderContent(RenderContext,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • ctx
    • Type:RenderContext
    • Description:N/A
  • isOnChannel
    • Type:Boolean
    • Description:N/A

GetDrawing()

  • N/A
Remarks
  • N/A
Return Value
  • Type:DrawingGroup
  • Description:N/A
Parameters

InvokeAccessKey(AccessKeyEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:AccessKeyEventArgs
    • Description:N/A

OnLostFocus(RoutedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnLostFocus.28RoutedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:RoutedEventArgs
    • Description:N/A

UpdateIsVisibleCache()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnCreateAutomationPeer()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnCreateAutomationPeer.28.29
Return Value
  • Type:AutomationPeer
  • Description:N/A
Parameters

CreateAutomationPeer()

  • N/A
Remarks
  • N/A
Return Value
  • Type:AutomationPeer
  • Description:N/A
Parameters

GetAutomationPeer()

  • N/A
Remarks
  • N/A
Return Value
  • Type:AutomationPeer
  • Description:N/A
Parameters

CreateGenericRootAutomationPeer()

  • N/A
Remarks
  • N/A
Return Value
  • Type:AutomationPeer
  • Description:N/A
Parameters

SetPersistId(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:Int32
    • Description:N/A

OnManipulationStarting(ManipulationStartingEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnManipulationStarting.28ManipulationStartingEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ManipulationStartingEventArgs
    • Description:N/A

OnManipulationStarted(ManipulationStartedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnManipulationStarted.28ManipulationStartedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ManipulationStartedEventArgs
    • Description:N/A

OnManipulationDelta(ManipulationDeltaEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnManipulationDelta.28ManipulationDeltaEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ManipulationDeltaEventArgs
    • Description:N/A

OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ManipulationInertiaStartingEventArgs
    • Description:N/A

OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ManipulationBoundaryFeedbackEventArgs
    • Description:N/A

OnManipulationCompleted(ManipulationCompletedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#OnManipulationCompleted.28ManipulationCompletedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ManipulationCompletedEventArgs
    • Description:N/A

IsOnChannel(Channel)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A

AddRefOnChannelCore(Channel)

  • N/A
Remarks
  • N/A
Return Value
  • Type:ResourceHandle
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A

ReleaseOnChannelCore(Channel)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A

CalculateSubgraphBoundsInnerSpace()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters

CalculateSubgraphRenderBoundsInnerSpace()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters

CalculateSubgraphBoundsInnerSpace(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters
  • renderBounds
    • Type:Boolean
    • Description:N/A

CalculateSubgraphBoundsOuterSpace()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters

CalculateSubgraphRenderBoundsOuterSpace()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters

AddRefOnChannelForCyclicBrush(ICyclicBrush,Channel)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • cyclicBrush
    • Type:ICyclicBrush
    • Description:N/A
  • channel
    • Type:Channel
    • Description:N/A

ReleaseOnChannelForCyclicBrush(ICyclicBrush,Channel)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • cyclicBrush
    • Type:ICyclicBrush
    • Description:N/A
  • channel
    • Type:Channel
    • Description:N/A

VerifyAPIReadOnly()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

VerifyAPIReadOnly(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:DependencyObject
    • Description:N/A

VerifyAPIReadWrite()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

VerifyAPIReadWrite(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:DependencyObject
    • Description:N/A

Precompute()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

PrecomputeContent()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

PrecomputeRecursive(Rect&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bboxSubgraph
    • Type:Rect&
    • Description:N/A

Render(RenderContext,UInt32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • ctx
    • Type:RenderContext
    • Description:N/A
  • childIndex
    • Type:UInt32
    • Description:N/A

RenderRecursive(RenderContext)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • ctx
    • Type:RenderContext
    • Description:N/A

Enter()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

Exit()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

InvalidateHitTestBounds()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

HitTest(Point)

  • N/A
Remarks
  • N/A
Return Value
  • Type:HitTestResult
  • Description:N/A
Parameters
  • point
    • Type:Point
    • Description:N/A

HitTest(Point,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:HitTestResult
  • Description:N/A
Parameters
  • point
    • Type:Point
    • Description:N/A
  • include2DOn3D
    • Type:Boolean
    • Description:N/A

HitTest(HitTestFilterCallback,HitTestResultCallback,HitTestParameters)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • filterCallback
    • Type:HitTestFilterCallback
    • Description:N/A
  • resultCallback
    • Type:HitTestResultCallback
    • Description:N/A
  • hitTestParameters
    • Type:HitTestParameters
    • Description:N/A

HitTestPoint(HitTestFilterCallback,HitTestResultCallback,PointHitTestParameters)

  • N/A
Remarks
  • N/A
Return Value
  • Type:HitTestResultBehavior
  • Description:N/A
Parameters
  • filterCallback
    • Type:HitTestFilterCallback
    • Description:N/A
  • resultCallback
    • Type:HitTestResultCallback
    • Description:N/A
  • pointParams
    • Type:PointHitTestParameters
    • Description:N/A

TransformToOuterSpace()

  • N/A
Remarks
  • N/A
Return Value
  • Type:GeneralTransform
  • Description:N/A
Parameters

HitTestGeometry(HitTestFilterCallback,HitTestResultCallback,GeometryHitTestParameters)

  • N/A
Remarks
  • N/A
Return Value
  • Type:HitTestResultBehavior
  • Description:N/A
Parameters
  • filterCallback
    • Type:HitTestFilterCallback
    • Description:N/A
  • resultCallback
    • Type:HitTestResultCallback
    • Description:N/A
  • geometryParams
    • Type:GeometryHitTestParameters
    • Description:N/A

HitTestPointInternal(HitTestFilterCallback,HitTestResultCallback,PointHitTestParameters)

  • N/A
Remarks
  • N/A
Return Value
  • Type:HitTestResultBehavior
  • Description:N/A
Parameters
  • filterCallback
    • Type:HitTestFilterCallback
    • Description:N/A
  • resultCallback
    • Type:HitTestResultCallback
    • Description:N/A
  • hitTestParameters
    • Type:PointHitTestParameters
    • Description:N/A

InternalGetVisualChild(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Visual
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

InternalGet2DOr3DVisualChild(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

InternalAddVisualChild(Visual)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:Visual
    • Description:N/A

InternalRemoveVisualChild(Visual)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:Visual
    • Description:N/A

AddVisualChild(Visual)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#AddVisualChild.28Visual.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:Visual
    • Description:N/A

RemoveVisualChild(Visual)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#RemoveVisualChild.28Visual.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:Visual
    • Description:N/A

InvalidateZOrder()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

InternalSetOffsetWorkaround(Vector)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • offset
    • Type:Vector
    • Description:N/A

InternalSetTransformWorkaround(Transform)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • transform
    • Type:Transform
    • Description:N/A

BitmapEffectEmulationChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

ChangeVisualClip(Geometry,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • newClip
    • Type:Geometry
    • Description:N/A
  • dontSetWhenClose
    • Type:Boolean
    • Description:N/A

DisconnectAttachedResource(VisualProxyFlags,IResource)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • correspondingFlag
    • Type:VisualProxyFlags
    • Description:N/A
  • attachedResource
    • Type:IResource
    • Description:N/A

FireOnVisualParentChanged(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldParent
    • Type:DependencyObject
    • Description:N/A

OnVisualChildrenChanged(DependencyObject,DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • visualAdded
    • Type:DependencyObject
    • Description:N/A
  • visualRemoved
    • Type:DependencyObject
    • Description:N/A

SetFlagsToRoot(Boolean,VisualFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:Boolean
    • Description:N/A
  • flag
    • Type:VisualFlags
    • Description:N/A

FindFirstAncestorWithFlagsAnd(VisualFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters
  • flag
    • Type:VisualFlags
    • Description:N/A

TrySimpleTransformToAncestor(Visual,Boolean,GeneralTransform&,Matrix&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • ancestor
    • Type:Visual
    • Description:N/A
  • inverse
    • Type:Boolean
    • Description:N/A
  • generalTransform
    • Type:GeneralTransform&
    • Description:N/A
  • simpleTransform
    • Type:Matrix&
    • Description:N/A

TrySimpleTransformToAncestor(Visual3D,GeneralTransform2DTo3D&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • ancestor
    • Type:Visual3D
    • Description:N/A
  • transformTo3D
    • Type:GeneralTransform2DTo3D&
    • Description:N/A

ClipChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

ScrollableAreaClipChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

TransformChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

EffectChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

CacheModeChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

GuidelinesChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

OpacityMaskChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

ContentsChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

SetFlagsOnAllChannels(Boolean,VisualProxyFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:Boolean
    • Description:N/A
  • flagsToChange
    • Type:VisualProxyFlags
    • Description:N/A

SetFlags(Channel,Boolean,VisualProxyFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A
  • value
    • Type:Boolean
    • Description:N/A
  • flagsToChange
    • Type:VisualProxyFlags
    • Description:N/A

SetFlags(Boolean,VisualFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:Boolean
    • Description:N/A
  • flags
    • Type:VisualFlags
    • Description:N/A

CheckFlagsOnAllChannels(VisualProxyFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • flagsToCheck
    • Type:VisualProxyFlags
    • Description:N/A

CheckFlagsAnd(Channel,VisualProxyFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A
  • flagsToCheck
    • Type:VisualProxyFlags
    • Description:N/A

CheckFlagsAnd(VisualFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • flags
    • Type:VisualFlags
    • Description:N/A

CheckFlagsOr(Channel,VisualProxyFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A
  • flagsToCheck
    • Type:VisualProxyFlags
    • Description:N/A

CheckFlagsOr(VisualFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • flags
    • Type:VisualFlags
    • Description:N/A

PropagateChangedFlags()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Seal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetValueEntry(EntryIndex,DependencyProperty,PropertyMetadata,RequestFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:EffectiveValueEntry
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • requests
    • Type:RequestFlags
    • Description:N/A

SetValue(DependencyProperty,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Boolean
    • Description:N/A

SetCurrentValue(DependencyProperty,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Boolean
    • Description:N/A

SetValueInternal(DependencyProperty,Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A

SetCurrentValueInternal(DependencyProperty,Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A

SetDeferredValue(DependencyProperty,DeferredReference)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • deferredReference
    • Type:DeferredReference
    • Description:N/A

SetCurrentDeferredValue(DependencyProperty,DeferredReference)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • deferredReference
    • Type:DeferredReference
    • Description:N/A

SetMutableDefaultValue(DependencyProperty,Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A

SetValue(DependencyPropertyKey,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyPropertyKey
    • Description:N/A
  • value
    • Type:Boolean
    • Description:N/A

ProvideSelfAsInheritanceContext(Object,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • value
    • Type:Object
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A

ProvideSelfAsInheritanceContext(DependencyObject,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • doValue
    • Type:DependencyObject
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A

RemoveSelfAsInheritanceContext(Object,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • value
    • Type:Object
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A

RemoveSelfAsInheritanceContext(DependencyObject,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • doValue
    • Type:DependencyObject
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A

ContainsValue(DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

InvalidateSubProperty(DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

NotifySubPropertyChange(DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

InvalidateProperty(DependencyProperty,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • preserveCurrentValue
    • Type:Boolean
    • Description:N/A

UpdateEffectiveValue(EntryIndex,DependencyProperty,PropertyMetadata,EffectiveValueEntry,EffectiveValueEntry&,Boolean,Boolean,OperationType)

  • N/A
Remarks
  • N/A
Return Value
  • Type:UpdateResult
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • oldEntry
    • Type:EffectiveValueEntry
    • Description:N/A
  • newEntry
    • Type:EffectiveValueEntry&
    • Description:N/A
  • coerceWithDeferredReference
    • Type:Boolean
    • Description:N/A
  • coerceWithCurrentValue
    • Type:Boolean
    • Description:N/A
  • operationType
    • Type:OperationType
    • Description:N/A

NotifyPropertyChange(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

ShouldSerializeProperty(DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

GetValueSource(DependencyProperty,PropertyMetadata,Boolean&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:BaseValueSourceInternal
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • hasModifiers
    • Type:Boolean&
    • Description:N/A

GetValueSource(DependencyProperty,PropertyMetadata,Boolean&,Boolean&,Boolean&,Boolean&,Boolean&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:BaseValueSourceInternal
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • hasModifiers
    • Type:Boolean&
    • Description:N/A
  • isExpression
    • Type:Boolean&
    • Description:N/A
  • isAnimated
    • Type:Boolean&
    • Description:N/A
  • isCoerced
    • Type:Boolean&
    • Description:N/A
  • isCurrent
    • Type:Boolean&
    • Description:N/A

ReadLocalValueEntry(EntryIndex,DependencyProperty,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • allowDeferredReferences
    • Type:Boolean
    • Description:N/A

HasAnyExpression()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

HasExpression(EntryIndex,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A

OnInheritanceContextChanged(EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:EventArgs
    • Description:N/A

Debug_AssertNoInheritanceContextListeners()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

BeginPropertyInitialization()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

EndPropertyInitialization()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

SetIsSelfInheritanceParent()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

SynchronizeInheritanceParent(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • parent
    • Type:DependencyObject
    • Description:N/A

LookupEntry(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:EntryIndex
  • Description:N/A
Parameters
  • targetIndex
    • Type:Int32
    • Description:N/A

SetEffectiveValue(EntryIndex,DependencyProperty,PropertyMetadata,EffectiveValueEntry,EffectiveValueEntry)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • newEntry
    • Type:EffectiveValueEntry
    • Description:N/A
  • oldEntry
    • Type:EffectiveValueEntry
    • Description:N/A

SetEffectiveValue(EntryIndex,DependencyProperty,Int32,PropertyMetadata,Object,BaseValueSourceInternal)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • targetIndex
    • Type:Int32
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A
  • valueSource
    • Type:BaseValueSourceInternal
    • Description:N/A

UnsetEffectiveValue(EntryIndex,DependencyProperty,PropertyMetadata)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A

DetachFromDispatcher()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

DrawingLayers

  • This property gets a collection that are ready for drawing.
Remarks
Return Value
  • Type:ImageSource

TargetExtent

  • Gets or sets an extent that uses for drawing.
Remarks
Return Value
  • Type:Int64

ColumnIndex

  • Gets or sets tile's column index in tile overlay.
Remarks
Return Value
  • Type:Int32

TileCache

  • This proerty gets and sets the tile cache. To set this property to enable the cache feature for tile.
Remarks
Return Value
  • Type:Boolean

IsAsync

  • Gets or sets if this tile is drawing synchronously or asynchronously.
Remarks
Return Value
  • Type:TimeSpan

DrawingExceptionMode

  • Gets or sets how to specify the exception in current drawing process.
Remarks
Return Value
  • Type:Object

HasContent

  • N/A
Remarks
Return Value
  • Type:DataTemplate

ContentTemplateSelector

  • N/A
Remarks
Return Value
  • Type:String

BorderBrush

  • N/A
Remarks
Return Value
  • Type:Thickness

Background

  • N/A
Remarks
Return Value
  • Type:Brush

FontFamily

  • N/A
Remarks
Return Value
  • Type:Double

FontStretch

  • N/A
Remarks
Return Value
  • Type:FontStyle

FontWeight

  • N/A
Remarks
Return Value
  • Type:HorizontalAlignment

VerticalContentAlignment

  • N/A
Remarks
Return Value
  • Type:Int32

IsTabStop

  • N/A
Remarks
Return Value
  • Type:Thickness

Template

  • N/A
Remarks
Return Value
  • Type:Style

OverridesDefaultStyle

  • N/A
Remarks
Return Value
  • Type:Boolean

Triggers

  • N/A
Remarks
Return Value
  • Type:DependencyObject

Resources

  • N/A
Remarks
Return Value
  • Type:Object

BindingGroup

  • N/A
Remarks
Return Value
  • Type:XmlLanguage

Name

  • N/A
Remarks
Return Value
  • Type:Object

InputScope

  • N/A
Remarks
Return Value
  • Type:Double

ActualHeight

  • N/A
Remarks
Return Value
  • Type:Transform

Width

  • N/A
Remarks
Return Value
  • Type:Double

MaxWidth

  • N/A
Remarks
Return Value
  • Type:Double

MinHeight

  • N/A
Remarks
Return Value
  • Type:Double

FlowDirection

  • N/A
Remarks
Return Value
  • Type:Thickness

HorizontalAlignment

  • N/A
Remarks
Return Value
  • Type:VerticalAlignment

FocusVisualStyle

  • N/A
Remarks
Return Value
  • Type:Cursor

ForceCursor

  • N/A
Remarks
Return Value
  • Type:Boolean

IsLoaded

  • N/A
Remarks
Return Value
  • Type:Object

ContextMenu

  • N/A
Remarks
Return Value
  • Type:DependencyObject

HasAnimatedProperties

  • N/A
Remarks
Return Value
  • Type:InputBindingCollection

CommandBindings

  • N/A
Remarks
Return Value
  • Type:Boolean

DesiredSize

  • N/A
Remarks
Return Value
  • Type:Boolean

IsArrangeValid

  • N/A
Remarks
Return Value
  • Type:Size

RenderTransform

  • N/A
Remarks
Return Value
  • Type:Point

IsMouseDirectlyOver

  • N/A
Remarks
Return Value
  • Type:Boolean

IsStylusOver

  • N/A
Remarks
Return Value
  • Type:Boolean

IsMouseCaptured

  • N/A
Remarks
Return Value
  • Type:Boolean

IsStylusDirectlyOver

  • N/A
Remarks
Return Value
  • Type:Boolean

IsStylusCaptureWithin

  • N/A
Remarks
Return Value
  • Type:Boolean

IsInputMethodEnabled

  • N/A
Remarks
Return Value
  • Type:Double

OpacityMask

  • N/A
Remarks
Return Value
  • Type:Effect

BitmapEffectInput

  • N/A
Remarks
  • N/A
Return Value
  • Type:BitmapEffectInput

CacheMode

  • N/A
Remarks
Return Value
  • Type:String

Visibility

  • N/A
Remarks
Return Value
  • Type:Boolean

Clip

  • N/A
Remarks
Return Value
  • Type:Boolean

IsFocused

  • N/A
Remarks
Return Value
  • Type:Boolean

IsHitTestVisible

  • N/A
Remarks
Return Value
  • Type:Boolean

Focusable

  • N/A
Remarks
Return Value
  • Type:Boolean

AreAnyTouchesOver

  • N/A
Remarks
Return Value
  • Type:Boolean

AreAnyTouchesCapturedWithin

  • N/A
Remarks
Return Value
  • Type:Boolean

TouchesCaptured

  • N/A
Remarks
Return Value
  • Type:IEnumerable<TouchDevice>

TouchesOver

  • N/A
Remarks
Return Value
  • Type:IEnumerable<TouchDevice>

DependencyObjectType

  • N/A
Remarks
Return Value
  • Type:Boolean

Dispatcher

  • N/A
Remarks
Return Value
  • Type:Boolean

kRc=

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

FxQ=

  • N/A
Remarks
  • N/A
Return Value
  • Type:aBY=

lBc=

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

lxc=

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

mhc=

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

LogicalChildren

  • N/A
Remarks
  • N/A
Return Value
  • Type:IEnumerator

ContentIsNotLogical

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

ContentIsItem

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

EffectiveValuesInitialSize

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

DTypeThemeStyleKey

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObjectType

TemplateInternal

  • N/A
Remarks
  • N/A
Return Value
  • Type:FrameworkTemplate

TemplateCache

  • N/A
Remarks
  • N/A
Return Value
  • Type:FrameworkTemplate

HandlesScrolling

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

VisualStateChangeSuspended

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

DefaultStyleKey

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object

ThemeStyle

  • N/A
Remarks
  • N/A
Return Value
  • Type:Style

IsTemplateRoot

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

TemplateChild

  • N/A
Remarks
  • N/A
Return Value
  • Type:UIElement

StateGroupsRoot

  • N/A
Remarks
  • N/A
Return Value
  • Type:FrameworkElement

VisualChildrenCount

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#VisualChildrenCount// == Return Value == * Type:Int32 HasResources * N/A == Remarks == * N/A == Return Value == * Type:Boolean InheritanceBehavior * N/A == Remarks == * N/A == Return Value == * Type:InheritanceBehavior HasResourceReference * N/A == Remarks == * N/A == Return Value == * Type:Boolean IsLogicalChildrenIterationInProgress * N/A == Remarks == * N/A == Return Value == * Type:Boolean InVisibilityCollapsedTree * N/A == Remarks == * N/A == Return Value == * Type:Boolean SubtreeHasLoadedChangeHandler * N/A == Remarks == * N/A == Return Value == * Type:Boolean IsLoadedCache * N/A == Remarks == * N/A == Return Value == * Type:Boolean IsParentAnFE * N/A == Remarks == * N/A == Return Value == * Type:Boolean IsTemplatedParentAnFE * N/A == Remarks == * N/A == Return Value == * Type:Boolean HasLogicalChildren * N/A == Remarks == * N/A == Return Value == * Type:Boolean IsRightToLeft * N/A == Remarks == * N/A == Return Value == * Type:Boolean TemplateChildIndex * N/A == Remarks == * N/A == Return Value == * Type:Int32 IsRequestingExpression * N/A == Remarks == * N/A == Return Value == * Type:Boolean BypassLayoutPolicies * N/A == Remarks == * N/A == Return Value == * Type:Boolean ThisHasLoadedChangeEventHandler * N/A == Remarks == * N/A == Return Value == * Type:Boolean HasFefLoadedChangeHandler * N/A == Remarks == * N/A == Return Value == * Type:Boolean InheritanceContext * N/A == Remarks == * N/A == Return Value == * Type:DependencyObject IsStyleUpdateInProgress * N/A == Remarks == * N/A == Return Value == * Type:Boolean IsThemeStyleUpdateInProgress * N/A == Remarks == * N/A == Return Value == * Type:Boolean StoresParentTemplateValues * N/A == Remarks == * N/A == Return Value == * Type:Boolean HasNumberSubstitutionChanged * N/A == Remarks == * N/A == Return Value == * Type:Boolean HasTemplateGeneratedSubTree * N/A == Remarks == * N/A == Return Value == * Type:Boolean HasImplicitStyleFromResources * N/A == Remarks == * N/A == Return Value == * Type:Boolean ShouldLookupImplicitStyles * N/A == Remarks == * N/A == Return Value == * Type:Boolean IsStyleSetFromGenerator * N/A == Remarks == * N/A == Return Value == * Type:Boolean HasStyleChanged * N/A == Remarks == * N/A == Return Value == * Type:Boolean HasTemplateChanged * N/A == Remarks == * N/A == Return Value == * Type:Boolean HasStyleInvalidated * N/A == Remarks == * N/A == Return Value == * Type:Boolean HasStyleEverBeenFetched * N/A == Remarks == * N/A == Return Value == * Type:Boolean HasLocalStyle * N/A == Remarks == * N/A == Return Value == * Type:Boolean HasThemeStyleEverBeenFetched * N/A == Remarks == * N/A == Return Value == * Type:Boolean AncestorChangeInProgress * N/A == Remarks == * N/A == Return Value == * Type:Boolean InheritableProperties * N/A == Remarks == * N/A == Return Value == * Type:FrugalObjectList<DependencyProperty> LoadedPending * N/A == Remarks == * N/A == Return Value == * Type:Object[] UnloadedPending * N/A == Remarks == * N/A == Return Value == * Type:Object[] HasMultipleInheritanceContexts * N/A == Remarks == * N/A == Return Value == * Type:Boolean PotentiallyHasMentees * N/A == Remarks == * N/A == Return Value == * Type:Boolean InputBindingsInternal * N/A == Remarks == * N/A == Return Value == * Type:InputBindingCollection CommandBindingsInternal * N/A == Remarks == * N/A == Return Value == * Type:CommandBindingCollection EventHandlersStore * N/A == Remarks == * N/A == Return Value == * Type:EventHandlersStore StylusPlugIns * N/A == Remarks == * For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#StylusPlugIns//
Return Value
  • Type:StylusPlugInCollection

PreviousConstraint

  • N/A
Remarks
  • N/A
Return Value
  • Type:Size

HasEffectiveKeyboardFocus

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsEnabledCore

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#IsEnabledCore// == Return Value == * Type:Boolean PreviousArrangeRect * N/A == Remarks == * N/A == Return Value == * Type:Rect HasAutomationPeer * N/A == Remarks == * N/A == Return Value == * Type:Boolean SnapsToDevicePixelsCache * N/A == Remarks == * N/A == Return Value == * Type:Boolean ClipToBoundsCache * N/A == Remarks == * N/A == Return Value == * Type:Boolean MeasureDirty * N/A == Remarks == * N/A == Return Value == * Type:Boolean ArrangeDirty * N/A == Remarks == * N/A == Return Value == * Type:Boolean MeasureInProgress * N/A == Remarks == * N/A == Return Value == * Type:Boolean ArrangeInProgress * N/A == Remarks == * N/A == Return Value == * Type:Boolean NeverMeasured * N/A == Remarks == * N/A == Return Value == * Type:Boolean NeverArranged * N/A == Remarks == * N/A == Return Value == * Type:Boolean MeasureDuringArrange * N/A == Remarks == * N/A == Return Value == * Type:Boolean AreTransformsClean * N/A == Remarks == * N/A == Return Value == * Type:Boolean IsVisualChildrenIterationInProgress * N/A == Remarks == * N/A == Return Value == * Type:Boolean IsRootElement * N/A == Remarks == * N/A == Return Value == * Type:Boolean VisualContentBounds * N/A == Remarks == * N/A == Return Value == * Type:Rect VisualDescendantBounds * N/A == Remarks == * N/A == Return Value == * Type:Rect InternalVisualChildrenCount * N/A == Remarks == * N/A == Return Value == * Type:Int32 InternalVisual2DOr3DChildrenCount * N/A == Remarks == * N/A == Return Value == * Type:Int32 HasVisualChildren * N/A == Remarks == * N/A == Return Value == * Type:Boolean TreeLevel * N/A == Remarks == * N/A == Return Value == * Type:UInt32 VisualParent * N/A == Remarks == * For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile#VisualParent//
Return Value
  • Type:DependencyObject

InternalVisualParent

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject

VisualTransform

  • N/A
Remarks
  • N/A
Return Value
  • Type:Transform

VisualEffect

  • N/A
Remarks
  • N/A
Return Value
  • Type:Effect

VisualEffectInternal

  • N/A
Remarks
  • N/A
Return Value
  • Type:Effect

VisualBitmapEffect

  • N/A
Remarks
  • N/A
Return Value
  • Type:BitmapEffect

VisualBitmapEffectInput

  • N/A
Remarks
  • N/A
Return Value
  • Type:BitmapEffectInput

BitmapEffectEmulationDisabled

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

VisualBitmapEffectInternal

  • N/A
Remarks
  • N/A
Return Value
  • Type:BitmapEffect

VisualBitmapEffectInputInternal

  • N/A
Remarks
  • N/A
Return Value
  • Type:BitmapEffectInput

VisualCacheMode

  • N/A
Remarks
  • N/A
Return Value
  • Type:CacheMode

VisualScrollableAreaClip

  • N/A
Remarks
  • N/A
Return Value
  • Type:Nullable<Rect>

VisualClip

  • N/A
Remarks
  • N/A
Return Value
  • Type:Geometry

VisualOffset

  • N/A
Remarks
  • N/A
Return Value
  • Type:Vector

VisualOpacity

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double

VisualEdgeMode

  • N/A
Remarks
  • N/A
Return Value
  • Type:EdgeMode

VisualBitmapScalingMode

  • N/A
Remarks
  • N/A
Return Value
  • Type:BitmapScalingMode

VisualClearTypeHint

  • N/A
Remarks
  • N/A
Return Value
  • Type:ClearTypeHint

VisualTextRenderingMode

  • N/A
Remarks
  • N/A
Return Value
  • Type:TextRenderingMode

VisualTextHintingMode

  • N/A
Remarks
  • N/A
Return Value
  • Type:TextHintingMode

VisualOpacityMask

  • N/A
Remarks
  • N/A
Return Value
  • Type:Brush

VisualXSnappingGuidelines

  • N/A
Remarks
  • N/A
Return Value
  • Type:DoubleCollection

VisualYSnappingGuidelines

  • N/A
Remarks
  • N/A
Return Value
  • Type:DoubleCollection

ClipChangedHandler

  • N/A
Remarks
  • N/A
Return Value
  • Type:EventHandler

ScrollableAreaClipChangedHandler

  • N/A
Remarks
  • N/A
Return Value
  • Type:EventHandler

TransformChangedHandler

  • N/A
Remarks
  • N/A
Return Value
  • Type:EventHandler

EffectChangedHandler

  • N/A
Remarks
  • N/A
Return Value
  • Type:EventHandler

CacheModeChangedHandler

  • N/A
Remarks
  • N/A
Return Value
  • Type:EventHandler

GuidelinesChangedHandler

  • N/A
Remarks
  • N/A
Return Value
  • Type:EventHandler

OpacityMaskChangedHandler

  • N/A
Remarks
  • N/A
Return Value
  • Type:EventHandler

ContentsChangedHandler

  • N/A
Remarks
  • N/A
Return Value
  • Type:EventHandler

IsInheritanceContextSealed

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Freezable_Frozen

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Freezable_HasMultipleInheritanceContexts

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Freezable_UsingHandlerList

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Freezable_UsingContextList

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Freezable_UsingSingletonHandler

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Freezable_UsingSingletonContext

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Animatable_IsResourceInvalidationNecessary

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IAnimatable_HasAnimatedProperties

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CanBeInheritanceContext

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

EffectiveValues

  • N/A
Remarks
  • N/A
Return Value
  • Type:EffectiveValueEntry[]

EffectiveValuesCount

  • N/A
Remarks
  • N/A
Return Value
  • Type:UInt32

InheritableEffectiveValuesCount

  • N/A
Remarks
  • N/A
Return Value
  • Type:UInt32

InheritanceParent

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject

IsSelfInheritanceParent

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Public Events

Opened

  • This is an event raises after this tile is opened.
Remarks

Event Arguments:DrawingTileEventArgs

Drawn

  • This is an event raises after the tile is drawn.
Remarks

Event Arguments:

MouseDoubleClick

  • N/A
Remarks

Event Arguments:DataTransferEventArgs

SourceUpdated

  • N/A
Remarks

Event Arguments:

RequestBringIntoView

  • N/A
Remarks

Event Arguments:

Initialized

  • N/A
Remarks

Event Arguments:

Unloaded

  • N/A
Remarks

Event Arguments:

ToolTipClosing

  • N/A
Remarks

Event Arguments:

ContextMenuClosing

  • N/A
Remarks

Event Arguments:

MouseDown

  • N/A
Remarks

Event Arguments:

MouseUp

  • N/A
Remarks

Event Arguments:

MouseLeftButtonDown

  • N/A
Remarks

Event Arguments:

MouseLeftButtonUp

  • N/A
Remarks

Event Arguments:

MouseRightButtonDown

  • N/A
Remarks

Event Arguments:

MouseRightButtonUp

  • N/A
Remarks

Event Arguments:

MouseMove

  • N/A
Remarks

Event Arguments:

MouseWheel

  • N/A
Remarks

Event Arguments:

MouseLeave

  • N/A
Remarks

Event Arguments:

LostMouseCapture

  • N/A
Remarks

Event Arguments:

PreviewStylusDown

  • N/A
Remarks

Event Arguments:

PreviewStylusUp

  • N/A
Remarks

Event Arguments:

PreviewStylusMove

  • N/A
Remarks

Event Arguments:

PreviewStylusInAirMove

  • N/A
Remarks

Event Arguments:

StylusEnter

  • N/A
Remarks

Event Arguments:

PreviewStylusInRange

  • N/A
Remarks

Event Arguments:

PreviewStylusOutOfRange

  • N/A
Remarks

Event Arguments:

PreviewStylusSystemGesture

  • N/A
Remarks

Event Arguments:

GotStylusCapture

  • N/A
Remarks

Event Arguments:

StylusButtonDown

  • N/A
Remarks

Event Arguments:

PreviewStylusButtonDown

  • N/A
Remarks

Event Arguments:

PreviewKeyDown

  • N/A
Remarks

Event Arguments:

PreviewKeyUp

  • N/A
Remarks

Event Arguments:

PreviewGotKeyboardFocus

  • N/A
Remarks

Event Arguments:

PreviewLostKeyboardFocus

  • N/A
Remarks

Event Arguments:

PreviewTextInput

  • N/A
Remarks

Event Arguments:

PreviewQueryContinueDrag

  • N/A
Remarks

Event Arguments:

PreviewGiveFeedback

  • N/A
Remarks

Event Arguments:

PreviewDragEnter

  • N/A
Remarks

Event Arguments:

PreviewDragOver

  • N/A
Remarks

Event Arguments:

PreviewDragLeave

  • N/A
Remarks

Event Arguments:

PreviewDrop

  • N/A
Remarks

Event Arguments:

PreviewTouchDown

  • N/A
Remarks

Event Arguments:TouchEventArgs

PreviewTouchMove

  • N/A
Remarks

Event Arguments:TouchEventArgs

PreviewTouchUp

  • N/A
Remarks

Event Arguments:TouchEventArgs

GotTouchCapture

  • N/A
Remarks

Event Arguments:TouchEventArgs

TouchEnter

  • N/A
Remarks

Event Arguments:TouchEventArgs

IsMouseDirectlyOverChanged

  • N/A
Remarks

Event Arguments:

IsMouseCapturedChanged

  • N/A
Remarks

Event Arguments:

IsStylusDirectlyOverChanged

  • N/A
Remarks

Event Arguments:

IsStylusCaptureWithinChanged

  • N/A
Remarks

Event Arguments:

LayoutUpdated

  • N/A
Remarks

Event Arguments:

LostFocus

  • N/A
Remarks

Event Arguments:

IsHitTestVisibleChanged

  • N/A
Remarks

Event Arguments:

FocusableChanged

  • N/A
Remarks

Event Arguments:ManipulationStartingEventArgs

ManipulationStarted

  • N/A
Remarks

Event Arguments:ManipulationDeltaEventArgs

ManipulationInertiaStarting

  • N/A
Remarks

Event Arguments:ManipulationBoundaryFeedbackEventArgs

ManipulationCompleted

  • N/A
Remarks
thinkgeo.mapsuite.wpfdesktopedition.layertile.txt · Last modified: 2017/03/16 21:59 (external edit)