API Reference
Class
TablerInlineGroupSettings
Settings builder for TablerInlineGroup.
Inheritance
- Object
- TablerInlineGroupSettings
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 TablerInlineGroupSettings.AlignCenter
- Method TablerInlineGroupSettings.Gap
- Method TablerInlineGroupSettings.Inline
- Method TablerInlineGroupSettings.JustifyAround
- Method TablerInlineGroupSettings.JustifyBetween
- Method TablerInlineGroupSettings.JustifyCenter
- Method TablerInlineGroupSettings.JustifyEnd
- Method TablerInlineGroupSettings.JustifyEvenly
- Method TablerInlineGroupSettings.JustifyStart
- Method TablerInlineGroupSettings.Margin
- Method TablerInlineGroupSettings.MarginBottom
- Method TablerInlineGroupSettings.MarginEnd
- Method TablerInlineGroupSettings.MarginStart
- Method TablerInlineGroupSettings.MarginTop
- Method TablerInlineGroupSettings.MarginX
- Method TablerInlineGroupSettings.MarginY
- Method TablerInlineGroupSettings.Muted
- Method TablerInlineGroupSettings.Small
- Method TablerInlineGroupSettings.Wrap
Accepted by parameters
- Method TablerInlineGroup.Settings
Methods
public TablerInlineGroupSettings AlignCenter(Boolean enable = true) #Returns:
TablerInlineGroupSettingsControls vertical center alignment.
Parameters
- enable System.Boolean = true
public TablerInlineGroup End() #Returns:
TablerInlineGroupReturns control to the root inline group builder.
public TablerInlineGroupSettings Gap(TablerSpacing spacing) #Returns:
TablerInlineGroupSettingsSets the gap between items.
Parameters
- spacing HtmlForgeX.TablerSpacing
public TablerInlineGroupSettings Inline(Boolean enable = true) #Returns:
TablerInlineGroupSettingsRenders as inline-flex instead of flex.
Parameters
- enable System.Boolean = true
public TablerInlineGroupSettings JustifyAround() #Returns:
TablerInlineGroupSettingsDistributes items with space around.
public TablerInlineGroupSettings JustifyBetween() #Returns:
TablerInlineGroupSettingsDistributes items with space between.
public TablerInlineGroupSettings JustifyCenter() #Returns:
TablerInlineGroupSettingsJustifies items to the center.
public TablerInlineGroupSettings JustifyEnd() #Returns:
TablerInlineGroupSettingsJustifies items to the end.
public TablerInlineGroupSettings JustifyEvenly() #Returns:
TablerInlineGroupSettingsDistributes items evenly.
public TablerInlineGroupSettings JustifyStart() #Returns:
TablerInlineGroupSettingsJustifies items to the start.
public TablerInlineGroupSettings Margin(TablerSpacing spacing, TablerSpacingDirection direction = All) #Returns:
TablerInlineGroupSettingsSets outer margin.
Parameters
- spacing HtmlForgeX.TablerSpacing
- direction HtmlForgeX.TablerSpacingDirection = All
public TablerInlineGroupSettings MarginBottom(TablerSpacing spacing) #Returns:
TablerInlineGroupSettingsSets bottom margin.
Parameters
- spacing HtmlForgeX.TablerSpacing
public TablerInlineGroupSettings MarginEnd(TablerSpacing spacing) #Returns:
TablerInlineGroupSettingsSets end margin.
Parameters
- spacing HtmlForgeX.TablerSpacing
public TablerInlineGroupSettings MarginStart(TablerSpacing spacing) #Returns:
TablerInlineGroupSettingsSets start margin.
Parameters
- spacing HtmlForgeX.TablerSpacing
public TablerInlineGroupSettings MarginTop(TablerSpacing spacing) #Returns:
TablerInlineGroupSettingsSets top margin.
Parameters
- spacing HtmlForgeX.TablerSpacing
public TablerInlineGroupSettings MarginX(TablerSpacing spacing) #Returns:
TablerInlineGroupSettingsSets horizontal margin.
Parameters
- spacing HtmlForgeX.TablerSpacing
public TablerInlineGroupSettings MarginY(TablerSpacing spacing) #Returns:
TablerInlineGroupSettingsSets vertical margin.
Parameters
- spacing HtmlForgeX.TablerSpacing
public TablerInlineGroupSettings Muted(Boolean enable = true) #Returns:
TablerInlineGroupSettingsApplies muted text styling.
Parameters
- enable System.Boolean = true
public TablerInlineGroupSettings Small(Boolean enable = true) #Returns:
TablerInlineGroupSettingsApplies small text styling.
Parameters
- enable System.Boolean = true
public TablerInlineGroupSettings Wrap(Boolean enable = true) #Returns:
TablerInlineGroupSettingsControls wrapping.
Parameters
- enable System.Boolean = true