Hi,
I would like to draw an arrow at the end of each line. But my line width is around 5 (the default size of default line style when it’s not set). So that the arrow head at the end of line is not very clearly visible. I should not include an arrow shaped point at the end of line and also I would like to keep width of the line on same size. (If increased the line width arrow head is starting to display)
Is there is a way to make arrow head little bit big?
Below is my code and screenshot.
_trackShapeLayer.ZoomLevelSet.ZoomLevel01.DefaultLineStyle.CenterPen.EndCap = DrawingLineCap.ArrowAnchor;
Also could you provide me an example usage of DrawingLineCap.custom enum.
Thanks
Amila