Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables the ability to provide custom handling when the PositionOffset of the layer changes.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public static void OnPositionOffsetChanged(
DependencyObject dependencyObject,
DependencyPropertyChangedEventArgs ea
)
public:
static void OnPositionOffsetChanged(
DependencyObject^ dependencyObject,
DependencyPropertyChangedEventArgs ea
)
static member OnPositionOffsetChanged :
dependencyObject:DependencyObject *
ea:DependencyPropertyChangedEventArgs -> unit
Public Shared Sub OnPositionOffsetChanged (
dependencyObject As DependencyObject,
ea As DependencyPropertyChangedEventArgs
)
Parameters
dependencyObject
Type: System.Windows.DependencyObjectThe dependency field.
ea
Type: System.Windows.DependencyPropertyChangedEventArgsThe event arguments.
See Also
MapLayer Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top