No announcements
Found 41 threads
-
1 Votes
PositionOrigin
Thanks though I much preferred the PositionOrigin enumerator provided by Bing Maps WPF so I didn't have to keep mess around with image sizes.Answered | 3 Replies | 2554 Views | Created by CombYoBeard - Tuesday, July 3, 2012 4:51 PM | Last reply by Kristoffer Henriksson - Wednesday, July 4, 2012 12:02 AM -
0 Votes
How to set the PositionOrigin of a MapLayer using Pushpins
Thanks, I just found a workarround to fix it. I set the PositionOrigin to the Point (0,1) this is not perfect, but nearly ...Unanswered | 5 Replies | 1023 Views | Created by thps - Monday, September 30, 2013 4:29 PM | Last reply by thps - Wednesday, October 9, 2013 7:20 AM -
1 Votes
How to use the new Pushpin class included in v1 release ? PositionOrigin ? Color
I would like to apply to my pushpin object, but the pushpin does not seem to change its appearance. Most concerning is the positionorigin property, ideally i'd like the ...Answered | 1 Replies | 4888 Views | Created by clement_911 - Friday, November 13, 2009 11:03 PM | Last reply by BasRP - Sunday, November 15, 2009 10:33 AM -
0 Votes
MapLayer differences from silverlight
Use myRouteLayer.AddChild() method instead. It's got multiple overloads to take Location and PositionOrigin.Unanswered | 3 Replies | 3336 Views | Created by Dean Blakely - Tuesday, December 21, 2010 3:55 PM | Last reply by Michael Wittenburg - Monday, February 21, 2011 2:42 PM -
0 Votes
Correctly Anchoring pushpins in WPF
I think the PositionOrigin is the particular property you're probably need to set. (And you probably want to lose those margins.)Answered | 5 Replies | 1071 Views | Created by Steve Reschke - Tuesday, October 27, 2015 4:14 PM | Last reply by Steve Reschke - Friday, November 6, 2015 4:42 PM -
0 Votes
PushPins on Map are anchored incorrectly
Found the answer myself. PositionOrigin is the needed property o.PositionOrigin = new Point(0.0, 1.0);Proposed | 1 Replies | 421 Views | Created by sbusch - Monday, December 9, 2013 11:01 AM | Last reply by sbusch - Tuesday, December 10, 2013 8:11 AM -
0 Votes
Problem with scaling pushpin
* scale }; TransformGroup tg = new TransformGroup(); tg.Children.Add(pushpinsScaleTransform); tg.Children.Add(tt); return ...Answered | 7 Replies | 1366 Views | Created by Faro Luce - Wednesday, February 5, 2014 5:32 PM | Last reply by Faro Luce - Wednesday, February 12, 2014 5:40 PM -
0 Votes
Changing property of a child in BingMaps (C#)
I have this code: Ellipse circle = MaakCirkel(15,"#669933"); PositionOrigin position = ...Answered | 4 Replies | 4487 Views | Created by nijs9 - Friday, January 22, 2010 4:36 AM | Last reply by piscevs - Monday, January 25, 2010 4:10 PM -
1 Votes
strange position of a pushpin in a map in my Windows Phone App
Hi I found the answer. You must use PositionOrigin of the MapOverlay object. It puts offset on the pushpin . This link explains that!Answered | 2 Replies | 510 Views | Created by fzz31 - Friday, February 13, 2015 1:24 PM | Last reply by fzz31 - Wednesday, February 18, 2015 12:36 PM -
0 Votes
WPF Bing Map image aligning
Fortunatley WPF Bing Maps API do provide "PositionOrigin" structure. So one can specify alignment while adding shape to map itself:Answered | 1 Replies | 2562 Views | Created by Eugene Balykov - Thursday, October 25, 2012 6:34 PM | Last reply by Eugene Balykov - Sunday, November 4, 2012 10:44 PM -
0 Votes
Add event to Pushpin on Silverlight Bing Map
System.Windows.Shapes.Rectangle(); rectangle.Width = 10; rectangle.Height = 10; rectangle.Fill = new ...Answered | 1 Replies | 4326 Views | Created by nijs9 - Wednesday, January 6, 2010 7:39 AM | Last reply by Ricky_Brundritt - Saturday, March 6, 2010 12:15 PM -
0 Votes
How can I draw a marker in a way that will always be at the center of the map regardless of the zoom level?
a marker in a way that will always be at the center of the map regardless of the zoom level? It seems that the PositionOrigin being set to (0.5, 0.5 ) is not doing what is ...Answered | 3 Replies | 856 Views | Created by EitanBarazani - Friday, December 27, 2013 7:09 PM | Last reply by EitanBarazani - Saturday, December 28, 2013 11:05 PM -
0 Votes
PushPin offset while zooming out using WPF bing map control
This usually has to do with the pin point not being where the pushpin is being anchored. If using the pushpin class take a look at the PositionOrigin property. If using a custom control then ...Answered | 3 Replies | 2686 Views | Created by Serge Calderara - Friday, May 31, 2013 4:43 PM | Last reply by Ricky_Brundritt - Monday, June 3, 2013 8:47 AM -
2 Votes
Are Silverlight Map Control Directional Polylines possible?
(App.Current.Host.Source, String.Format("../Images/Arrow{0}.png", Angle))) }; //Center the image around the location specified PositionOrigin ...Answered | 4 Replies | 3759 Views | Created by NateBross - Thursday, December 10, 2009 6:51 PM | Last reply by NateBross - Wednesday, December 16, 2009 6:13 PM -
2 Votes
Display a collection of PushPin on Bing Map
= p; overlay1.GeoCoordinate = CoordinateForMap; overlay1.PositionOrigin = new Point(0.0, ...Unanswered | 3 Replies | 1721 Views | Created by Machine7 - Tuesday, May 28, 2013 4:47 AM | Last reply by Manmath Kulkarni - Wednesday, May 29, 2013 10:42 AM -
0 Votes
Tooltip doesnt show on pushpin, help pls.
storePin1.PositionOrigin = PositionOrigin.BottomLeft;  Answered | 1 Replies | 1854 Views | Created by newnubie - Thursday, March 24, 2011 5:10 PM | Last reply by Morten Nielsen - Thursday, March 24, 2011 11:31 PM -
0 Votes
Tooltip doesnt show on pushpin, help pls.
storePin1.PositionOrigin = PositionOrigin.BottomLeft;  Answered | 1 Replies | 1622 Views | Created by newnubie - Thursday, March 24, 2011 5:10 PM | Last reply by Jerry Weng Ctrip - Monday, March 28, 2011 2:25 AM -
0 Votes
Data Binding for Draggable Pushpins, how is this done correctly?
="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Map}}}" Location="{Binding Location}" PositionOrigin="BottomCenter" ...Answered | 1 Replies | 985 Views | Created by kienzli - Tuesday, January 7, 2014 9:25 PM | Last reply by Ricky_Brundritt - Monday, February 10, 2014 12:13 PM -
0 Votes
Observable property not updated on successive change
LocationToLatLongConverter},UpdateSourceTrigger=PropertyChanged}" PositionOrigin="BottomLeft" ...Answered | 4 Replies | 626 Views | Created by wakefun - Tuesday, February 25, 2014 8:09 PM | Last reply by Magnus (MM8) - Wednesday, February 26, 2014 1:50 PM -
0 Votes
Add text to Ellipse C#
(); Ellipse nodeCircle = drawCircle(30, "#669933"); PositionOrigin position = PositionOrigin.Center; ToolTip nameNode = ...Answered | 1 Replies | 2136 Views | Created by nijs9 - Thursday, August 18, 2011 8:55 AM | Last reply by Bayprince - Thursday, August 18, 2011 11:15 AM - Items 1 to 20 of 41 Next ›
No announcements