Draggable Link disconnected end grab handle size

I’m looking at the Draggable Link Demo example. Is there a way to increase the size of the handle I can grab at the disconnected end of a draggable link?

Everything that is visible is by default defined in the Generic.XAML file that you can find in the “docs” subdirectory of the GoXam installation.

The templates you are looking for are named “DefaultRelinkToAdornmentTemplate” and “DefaultRelinkFromAdornmentTemplate”. Copy these into your resources and adapt them as you see fit. Refer to them in your Link DataTemplate, as the value of Route.RelinkToAdornmentTemplate and RelinkFromAdornmentTemplate:

. . .

. . .