Set ShapeCanvas.SetAnchor to bottom

Hi,
I have a question: is there any way to set FrameworkElement anchor to CenterBottom?
In LocationAnchor we have only 5 options:
But in my case none of above is suitable. I have marker similiart to google.
I have a question: is there any way to set FrameworkElement anchor to CenterBottom?
In LocationAnchor we have only 5 options:
- Code: Select all
public enum LocationAnchor
{
Center = 0,
LeftTop = 1,
RightTop = 2,
RightBottom = 3,
LeftBottom = 4
}
But in my case none of above is suitable. I have marker similiart to google.