I am trying to change the relinking adornment, but am running into trouble positioning the new handle.
I have this for my adornment template:
<DataTemplate x:Key="ReLinkToHandleTemplate">
<go:ToolHandle go:NodePanel.Figure="Ellipse" Width="8" Height="8" Fill="Green" Stroke="Black" StrokeThickness="1"
go:LinkPanel.Alignment="MiddleRight" go:LinkPanel.Orientation="Along" go:LinkPanel.Index="-1" />
</DataTemplate>
and in my Link.Route template I have RelinkToAdornmentTemplate="{StaticResource ReLinkToHandleTemplate}"
I’m sure this is something simple, but for whatever reason I can’t get it positioned properly.
Thanks
Ryan