I have implement Callout control of Blend. Problem which I am facing is anchor point of the Callout starts with some margin from the top, While I want to have anchor from the top left of the callout. Any help will be appreciated.
What I have now:
What I would like to have:
You seem to be mistaken about using this control. From MSDN, the
Callout.AnchorPoint
property Gets or sets the position of the callout relative to the top and left corner. It is used for positioning the control and does not alter the shape of theCallout
.UPDATE >>>
Dude!!! That's a really simple shape... just draw your own one with a
Path
... then you can make it any shape you want: