Property | Type | Description | |
---|---|---|---|
GeoCoordinateProperty | |||
PositionOriginProperty |
Method | Description | |
---|---|---|
GetPositionOrigin ( |
Gets the position origin of the child.
|
|
SetGeoCoordinate ( |
Sets the geographic coordinate position of the child.
|
|
SetPositionOrigin ( |
Sets the position origin of the child.
|
Method | Description | |
---|---|---|
BindMapOverlayProperties ( MapOverlay mapOverlay ) : void |
Method that takes care of setting the two way bindings for all the attached properties from MapOverlay to the actual UI (not the intermediary presenter). Even though the MapOverlay is supposed to be the target, it is the source due to issues with setting a two way binding where the source is an attached property |
|
BindMapOverlayProperties ( MapOverlay mapOverlay, |
Method that takes care of setting the two way bindings for all the attached properties from MapOverlay to the actual UI (not the intermediary presenter). Even though the MapOverlay is supposed to be the target, it is the source due to issues with setting a two way binding where the source is an attached property |
|
BindMapOverlayProperty ( MapOverlay mapOverlay, string mapOverlayDependencyProperty, |
Binds two ways the map overlay to the target dependency property
|
|
ClearMapOverlayBindings ( MapOverlay mapOverlay ) : void |
Clear the bindings created when the overlay was created by MapChild
|
|
ClearMapOverlayBindings ( MapOverlay mapOverlay, |
Clear the bindings created when the overlay was created by MapChild
|
|
CreateMapOverlay ( object content, System.Windows.DataTemplate contentTemplate ) : MapOverlay |
Creates a MapOverlay with the specified content and content template. It will have special setup so that later the dependency properties from MapOverlay and the attached properties from the target UI can be in a binding.
|
|
GetGeoCoordinate ( |
public static GetPositionOrigin ( |
||
element | The dependency object | |
return | Point |
public static SetGeoCoordinate ( |
||
element | The dependency object | |
value | GeoCoordinate | The coordinate to use to position the child |
return | void |
public static SetPositionOrigin ( |
||
element | The dependency object | |
value | Point | The position origin of the child |
return | void |
public static DependencyProperty,System.Windows GeoCoordinateProperty | ||
return |