3 references to MaximumHeightPx
Aspire.Dashboard (3)
Components\Layout\TerminalDock.razor.cs (3)
52
private int _maximumHeightPx =
MaximumHeightPx
;
205
await _jsModule.InvokeVoidAsync("registerResizeHandle", _dockElement, _selfRef, MinimumHeightPx,
MaximumHeightPx
).ConfigureAwait(true);
237
_maximumHeightPx = Math.Clamp(viewportHeightPx, 1,
MaximumHeightPx
);