HtmlForgeX

API Reference

Class

TablerInlineGroupSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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.

Accepted by parameters

Methods

public TablerInlineGroupSettings AlignCenter(Boolean enable = true) #
Returns: TablerInlineGroupSettings

Controls vertical center alignment.

Parameters

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

Returns control to the root inline group builder.

public TablerInlineGroupSettings Gap(TablerSpacing spacing) #
Returns: TablerInlineGroupSettings

Sets the gap between items.

Parameters

spacing HtmlForgeX.TablerSpacing requiredposition: 0
public TablerInlineGroupSettings Inline(Boolean enable = true) #
Returns: TablerInlineGroupSettings

Renders as inline-flex instead of flex.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerInlineGroupSettings JustifyAround() #
Returns: TablerInlineGroupSettings

Distributes items with space around.

public TablerInlineGroupSettings JustifyBetween() #
Returns: TablerInlineGroupSettings

Distributes items with space between.

public TablerInlineGroupSettings JustifyCenter() #
Returns: TablerInlineGroupSettings

Justifies items to the center.

public TablerInlineGroupSettings JustifyEnd() #
Returns: TablerInlineGroupSettings

Justifies items to the end.

public TablerInlineGroupSettings JustifyEvenly() #
Returns: TablerInlineGroupSettings

Distributes items evenly.

public TablerInlineGroupSettings JustifyStart() #
Returns: TablerInlineGroupSettings

Justifies items to the start.

public TablerInlineGroupSettings Margin(TablerSpacing spacing, TablerSpacingDirection direction = All) #
Returns: TablerInlineGroupSettings

Sets outer margin.

Parameters

spacing HtmlForgeX.TablerSpacing requiredposition: 0
direction HtmlForgeX.TablerSpacingDirection = All optionalposition: 1
public TablerInlineGroupSettings MarginBottom(TablerSpacing spacing) #
Returns: TablerInlineGroupSettings

Sets bottom margin.

Parameters

spacing HtmlForgeX.TablerSpacing requiredposition: 0
public TablerInlineGroupSettings MarginEnd(TablerSpacing spacing) #
Returns: TablerInlineGroupSettings

Sets end margin.

Parameters

spacing HtmlForgeX.TablerSpacing requiredposition: 0
public TablerInlineGroupSettings MarginStart(TablerSpacing spacing) #
Returns: TablerInlineGroupSettings

Sets start margin.

Parameters

spacing HtmlForgeX.TablerSpacing requiredposition: 0
public TablerInlineGroupSettings MarginTop(TablerSpacing spacing) #
Returns: TablerInlineGroupSettings

Sets top margin.

Parameters

spacing HtmlForgeX.TablerSpacing requiredposition: 0
public TablerInlineGroupSettings MarginX(TablerSpacing spacing) #
Returns: TablerInlineGroupSettings

Sets horizontal margin.

Parameters

spacing HtmlForgeX.TablerSpacing requiredposition: 0
public TablerInlineGroupSettings MarginY(TablerSpacing spacing) #
Returns: TablerInlineGroupSettings

Sets vertical margin.

Parameters

spacing HtmlForgeX.TablerSpacing requiredposition: 0
public TablerInlineGroupSettings Muted(Boolean enable = true) #
Returns: TablerInlineGroupSettings

Applies muted text styling.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerInlineGroupSettings Small(Boolean enable = true) #
Returns: TablerInlineGroupSettings

Applies small text styling.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerInlineGroupSettings Wrap(Boolean enable = true) #
Returns: TablerInlineGroupSettings

Controls wrapping.

Parameters

enable System.Boolean = true optionalposition: 0