Add ElkSharp compound node support
This commit is contained in:
@@ -64,6 +64,8 @@ public sealed record ElkLayoutOptions
|
||||
public ElkLayoutDirection Direction { get; init; } = ElkLayoutDirection.LeftToRight;
|
||||
public double NodeSpacing { get; init; } = 40;
|
||||
public double LayerSpacing { get; init; } = 60;
|
||||
public double CompoundPadding { get; init; } = 30;
|
||||
public double CompoundHeaderHeight { get; init; } = 28;
|
||||
public ElkLayoutEffort Effort { get; init; } = ElkLayoutEffort.Best;
|
||||
public int? OrderingIterations { get; init; }
|
||||
public int? PlacementIterations { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user