API Reference
Class
TablerFlagListSettings
Settings sub‑builder for TablerFlagList.
Inheritance
- Object
- TablerFlagListSettings
Methods
public TablerFlagListSettings AlignCenter(Boolean enable = true) #Returns:
TablerFlagListSettingsVertically center the items.
Parameters
- enable System.Boolean = true
public TablerFlagList End() #Returns:
TablerFlagListFinishes the sub‑builder and returns the root list.
public TablerFlagListSettings Gap(TablerSpacing spacing) #Returns:
TablerFlagListSettingsSets the visual gap between flags (maps to Bootstrap gap utilities).
Parameters
- spacing HtmlForgeX.TablerSpacing
public TablerFlagListSettings JustifyAround() #Returns:
TablerFlagListSettingsDistribute items with space around.
public TablerFlagListSettings JustifyBetween() #Returns:
TablerFlagListSettingsDistribute items with space between.
public TablerFlagListSettings JustifyCenter() #Returns:
TablerFlagListSettingsJustify items to the center.
public TablerFlagListSettings JustifyEnd() #Returns:
TablerFlagListSettingsJustify items to the end (right).
public TablerFlagListSettings JustifyEvenly() #Returns:
TablerFlagListSettingsDistribute items evenly.
public TablerFlagListSettings JustifyStart() #Returns:
TablerFlagListSettingsJustify items to the start (left).
public TablerFlagListSettings Wrap(Boolean enable = true) #Returns:
TablerFlagListSettingsEnables wrapping to multiple lines.
Parameters
- enable System.Boolean = true