Display flow arrows when selecting a path

This commit is contained in:
2026-07-31 14:22:00 +02:00
parent 79e8640ac0
commit 19deed4fd7
7 changed files with 178 additions and 1 deletions
@@ -9,6 +9,8 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
public bool IsTwoWay { get; }
public bool Orientation { get; }
public Brush? Highlight { get; set; }
public (bool TowardEnd, double PathOffset)? Flow { get; set; }
public double FlowLength { get; }
public void Draw(Canvas canvas);
public void Update();