HtmlForgeX

API Reference

Class

TablerDashboardFrameSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerDashboardFrame.

Inheritance

  • Object
  • TablerDashboardFrameSettings

Usage

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

Accepted by parameters

Methods

public TablerDashboardFrameSettings Class(String cssClass) #
Returns: TablerDashboardFrameSettings
EditorBrowsable(2)

Adds a CSS class to the frame host.

Parameters

cssClass System.String requiredposition: 0
public TablerDashboardFrameSettings Clip(Boolean enable = true) #
Returns: TablerDashboardFrameSettings

Controls whether the viewport clips overflowing dashboard content.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerDashboardFrame End() #
Returns: TablerDashboardFrame

Returns control to the root frame.

public TablerDashboardFrameSettings Height(String height) #
Returns: TablerDashboardFrameSettings
EditorBrowsable(2)

Sets the framed dashboard viewport height.

Type Parameters

THeight

Parameters

height System.String requiredposition: 0
Height``1(``0 height) #

Sets the framed dashboard viewport height.

Parameters

height ``0 required
public TablerDashboardFrameSettings Preset(TablerDashboardFramePreset preset) #
Returns: TablerDashboardFrameSettings

Selects the visual frame preset.

Parameters

preset HtmlForgeX.TablerDashboardFramePreset requiredposition: 0
public TablerDashboardFrameSettings Skin(TablerDashboardFrameSkin skin) #
Returns: TablerDashboardFrameSettings

Applies a reusable visual skin on top of the selected frame preset.

Parameters

skin HtmlForgeX.TablerDashboardFrameSkin requiredposition: 0