1

I wish to style my line such that the end line cap is 'halved', as you can see here in my crudely drawn Paint sketch:

enter image description here

I'm thinking about a hacky solution where I create a user control with two lines, and one of them splits the line in half in some way by making it white and the other black, but I don't know how feasible or good that would look. Does anyone have any ideas or thoughts? Cheers.

Nazim Kerimbekov
  • 4,712
  • 8
  • 34
  • 58
danny10846
  • 131
  • 9
  • 1
    Why dont a shorter line + a polygon following it? [Draw solid color triangle using XAML only](https://stackoverflow.com/questions/7874822/draw-solid-color-triangle-using-xaml-only) – Cleptus Jul 12 '19 at 09:19
  • BTW, whatever your final solution is, consider making it a user control if possible because of reusability. – Cleptus Jul 12 '19 at 09:23
  • So essentially a line with a triangle on the end? Sounds like it might be what I'm looking for, cheers! @bradbury9 – danny10846 Jul 12 '19 at 09:29

0 Answers0