HtmlForgeX

API Reference

Class

TablerTimelineInspectorRailSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings for TablerTimelineInspectorRail.

Inheritance

  • Object
  • TablerTimelineInspectorRailSettings

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 TablerTimelineInspectorRailSettings Accent(TablerColor color) #
Returns: TablerTimelineInspectorRailSettings

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerTimelineInspectorRailSettings Compact(Boolean enabled = true) #
Returns: TablerTimelineInspectorRailSettings

Uses tighter spacing for dense inspector rails.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerTimelineInspectorRailSettings EmptyMessage(String message) #
Returns: TablerTimelineInspectorRailSettings

Sets the empty-state message.

Parameters

message System.String requiredposition: 0
public TablerTimelineInspectorRail End() #
Returns: TablerTimelineInspectorRail

Returns the root timeline inspector rail.

public TablerTimelineInspectorRailSettings FillHeight(Boolean enabled = true) #
Returns: TablerTimelineInspectorRailSettings

Stretches the rail to fill the parent height.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerTimelineInspectorRailSettings MaxHeight<THeight>(THeight height) #
Returns: TablerTimelineInspectorRailSettings

Type Parameters

THeight

Parameters

height THeight requiredposition: 0
MaxHeight``1(``0 height) #

Limits the internal inspector scroll area height.

Parameters

height ``0 required
public TablerTimelineInspectorRailSettings RelatedTitle(String title) #
Returns: TablerTimelineInspectorRailSettings

Sets the related entities section heading.

Parameters

title System.String requiredposition: 0
public TablerTimelineInspectorRailSettings Subtitle(String subtitle) #
Returns: TablerTimelineInspectorRailSettings

Sets supporting copy under the title.

Parameters

subtitle System.String requiredposition: 0
public TablerTimelineInspectorRailSettings TimelineTitle(String title) #
Returns: TablerTimelineInspectorRailSettings

Sets the timeline section heading.

Parameters

title System.String requiredposition: 0
public TablerTimelineInspectorRailSettings Title(String title) #
Returns: TablerTimelineInspectorRailSettings

Sets the inspector title.

Parameters

title System.String requiredposition: 0