csharpdeeb25a2 | 1 | #nullable enable |
| 2 | using CascadeIDE.Cockpit.Graph.Layout; |
| 3 | |
| 4 | namespace CascadeIDE.Views.SkiaKit.Graph; |
| 5 | |
| 6 | /// <inheritdoc cref="GraphViewportMetrics"/> |
| 7 | public static class SkiaGraphViewportMetrics |
| 8 | { |
| 9 | public const double DefaultWidth = GraphViewportMetrics.DefaultWidth; |
| 10 | public const double DefaultHeightFile = GraphViewportMetrics.DefaultHeightFile; |
| 11 | public const double DefaultHeightControlFlow = GraphViewportMetrics.DefaultHeightControlFlow; |
| 12 | public const double MaxHeightControlFlow = GraphViewportMetrics.MaxHeightControlFlow; |
| 13 | } |
| 14 | |
View only · write via MCP/CIDE