HtmlForgeX

API Reference

Class

TablerDashboardShowcaseFrameSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed
Attributes
EditorBrowsable(2)

Settings sub-builder for TablerDashboardShowcaseFrame.

Inheritance

  • Object
  • TablerDashboardShowcaseFrameSettings

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 TablerDashboardShowcaseFrameSettings Class(String cssClass) #
Returns: TablerDashboardShowcaseFrameSettings
EditorBrowsable(2)

Adds a CSS class to the frame host.

Parameters

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

Controls whether the viewport clips overflowing dashboard content.

Parameters

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

Returns control to the root frame.

public TablerDashboardShowcaseFrameSettings Height(String height) #
Returns: TablerDashboardShowcaseFrameSettings
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 TablerDashboardShowcaseFrameSettings Preset(TablerDashboardShowcaseFramePreset preset) #
Returns: TablerDashboardShowcaseFrameSettings

Selects the visual frame preset.

Parameters

preset HtmlForgeX.TablerDashboardShowcaseFramePreset requiredposition: 0
public TablerDashboardShowcaseFrameSettings Skin(TablerDashboardShowcaseFrameSkin skin) #
Returns: TablerDashboardShowcaseFrameSettings

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

Parameters

skin HtmlForgeX.TablerDashboardShowcaseFrameSkin requiredposition: 0