API Reference
Class
TablerTimelineInspectorRailSettings
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.
Returned or exposed by
- Method TablerTimelineInspectorRailSettings.Accent
- Method TablerTimelineInspectorRailSettings.Compact
- Method TablerTimelineInspectorRailSettings.EmptyMessage
- Method TablerTimelineInspectorRailSettings.FillHeight
- Method TablerTimelineInspectorRailSettings.MaxHeight
- Method TablerTimelineInspectorRailSettings.RelatedTitle
- Method TablerTimelineInspectorRailSettings.Subtitle
- Method TablerTimelineInspectorRailSettings.TimelineTitle
- Method TablerTimelineInspectorRailSettings.Title
Accepted by parameters
Methods
public TablerTimelineInspectorRailSettings Accent(TablerColor color) #Returns:
TablerTimelineInspectorRailSettingsSets the ambient accent color.
Parameters
- color HtmlForgeX.TablerColor
public TablerTimelineInspectorRailSettings Compact(Boolean enabled = true) #Returns:
TablerTimelineInspectorRailSettingsUses tighter spacing for dense inspector rails.
Parameters
- enabled System.Boolean = true
public TablerTimelineInspectorRailSettings EmptyMessage(String message) #Returns:
TablerTimelineInspectorRailSettingsSets the empty-state message.
Parameters
- message System.String
public TablerTimelineInspectorRail End() #Returns:
TablerTimelineInspectorRailReturns the root timeline inspector rail.
public TablerTimelineInspectorRailSettings FillHeight(Boolean enabled = true) #Returns:
TablerTimelineInspectorRailSettingsStretches the rail to fill the parent height.
Parameters
- enabled System.Boolean = true
public TablerTimelineInspectorRailSettings MaxHeight<THeight>(THeight height) #Returns:
TablerTimelineInspectorRailSettingsType Parameters
- THeight
Parameters
- height THeight
public TablerTimelineInspectorRailSettings Subtitle(String subtitle) #Returns:
TablerTimelineInspectorRailSettingsSets supporting copy under the title.
Parameters
- subtitle System.String
public TablerTimelineInspectorRailSettings TimelineTitle(String title) #Returns:
TablerTimelineInspectorRailSettingsSets the timeline section heading.
Parameters
- title System.String
public TablerTimelineInspectorRailSettings Title(String title) #Returns:
TablerTimelineInspectorRailSettingsSets the inspector title.
Parameters
- title System.String