HtmlForgeX

API Reference

Enum

MonitoringDashboardSpacing

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls the dashboard-wide spacing rhythm for generated monitoring reports.

Inheritance

  • Enum
  • MonitoringDashboardSpacing

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const MonitoringDashboardSpacing Comfortable #

Default spacing suitable for mixed dashboard content.

Value: 0
public const MonitoringDashboardSpacing Compact #

Denser spacing for generated reports with many pages, panels, and metrics.

Value: 1
public const MonitoringDashboardSpacing Relaxed #

Larger spacing for smaller reports that need more breathing room.

Value: 2