Left Alignment of the Text

Please refer to this diagram

http://www.mediafire.com/?9cv3auftnel90xe

I would like to know if we can left align the text. It is currently clinging to the right side of the arrow always.

When you set the go:LinkPanel.Offset attached property on that TextBlock, use negative Y values to have it be on the left side of the link, when facing the same direction as that link segment.

Also you can set the go:LinkPanel.Alignment attached property to control what point (Spot) on the text element is positioned by the LinkPanel. So you may want to set the go:LinkPanel.Alignment=“BottomRight”.