API Reference
Enum
TablerSpacing
Defines spacing values for Bootstrap/Tabler spacing utilities. These map to Bootstrap's spacing classes (m-*, p-*, g-*, etc.)
Inheritance
- Enum
- TablerSpacing
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
- Property Document.DefaultStackGap
- Property Document.InnerStackGap
- Property Document.TextBlockSpacing
- Property LayoutConfiguration.DefaultStackGap
- Property LayoutConfiguration.InnerStackGap
- Property LayoutConfiguration.MixedStackGap
- Property LayoutConfiguration.TextBlockSpacing
- Field TablerSpacing.Auto
- Field TablerSpacing.ExtraLarge
- Field TablerSpacing.ExtraSmall
- Field TablerSpacing.Large
- Field TablerSpacing.Medium
- Field TablerSpacing.None
- Field TablerSpacing.Small
- Property TabsGlobalConfig.VerticalGap
Accepted by parameters
- Method ElementContainer.ApplyContentDefaults
- Method ElementContainer.RenderChildrenMarkup
- Method ElementContainer.RenderChildrenMarkupWithDefaults
- Method ElementContainer.StackGap
- Method HfxPanelSection.StackGap
- Method HfxPanelShell.StackGap
- Method SmartTabPanel.StackGap
- Method SmartWizardSettings.ContentPadding
- Method SmartWizardStep.StackGap
- Method TablerBadge.PaddingX
- Method TablerBadgeSpan.PaddingX
- Method TablerCardActionBuilder.PaddingX
- Method TablerCardBadgeAction.PaddingX
- Method TablerCardRailSettings.VerticalSpacing
- Method TablerChipSet.Gap
- Method TablerChipSet.MarginBottom
- Method TablerChipSet.PaddingX
- Method TablerChipSetSettings.Gap
- Method TablerChipSetSettings.MarginBottom
- Method TablerChipSetSettings.PaddingX
- Method TablerColumn.StackGap
- Method TablerContainer.StackGap
- Method TablerDataGridItem.AsPanel
- Method TablerDataGridItem.AsPanel
- Method TablerDataGridItem.AsPanel
- Method TablerDataGridItem.AsPanel
- Method TablerDataGridItem.AsPanel
- Method TablerDataGridItem.AsPanel
- Method TablerDrilldownWorkspaceSettings.Gap
- Method TablerFlagListSettings.Gap
- Method TablerIconLabel.Gap
- Method TablerInlineGroup.Gap
- Method TablerInlineGroup.Margin
- Method TablerInlineGroup.MarginBottom
- Method TablerInlineGroup.MarginEnd
- Method TablerInlineGroup.MarginStart
- Method TablerInlineGroup.MarginTop
- Method TablerInlineGroup.MarginX
- Method TablerInlineGroup.MarginY
- Method TablerInlineGroupSettings.Gap
- Method TablerInlineGroupSettings.Margin
- Method TablerInlineGroupSettings.MarginBottom
- Method TablerInlineGroupSettings.MarginEnd
- Method TablerInlineGroupSettings.MarginStart
- Method TablerInlineGroupSettings.MarginTop
- Method TablerInlineGroupSettings.MarginX
- Method TablerInlineGroupSettings.MarginY
- Method TablerPage.StackGap
- Method TablerPlaceholder.MarginBottom
- Method TablerPrimarySupportRowSettings.VerticalSpacing
- Method TablerRow.WithBottomSpacing
- Method TablerRow.WithGutter
- Method TablerRow.WithMargin
- Method TablerRow.WithMargin
- Method TablerRow.WithPadding
- Method TablerRow.WithPadding
- Method TablerRow.WithVerticalSpacing
- Method TablerRowSettings.BottomSpacing
- Method TablerRowSettings.Gutter
- Method TablerRowSettings.Margin
- Method TablerRowSettings.Margin
- Method TablerRowSettings.Padding
- Method TablerRowSettings.Padding
- Method TablerRowSettings.VerticalSpacing
- Method TablerScrollSpy.IntraSectionGap
- Method TablerScrollSpy.SectionGap
- Method TablerScrollSpySettings.IntraSectionGap
- Method TablerScrollSpySettings.SectionGap
- Method TablerSection.IntraSectionGap
- Method TablerSection.SectionGap
- Method TablerSection.WithMargin
- Method TablerSection.WithPadding
- Extension method TablerSpacing.ToGapClass
- Extension method TablerSpacing.ToMarginClass
- Extension method TablerSpacing.ToPaddingClass
- Extension method TablerSpacing.ToSpacingValue
- Method TablerSpacingExtensions.ToGapClass
- Method TablerSpacingExtensions.ToMarginClass
- Method TablerSpacingExtensions.ToPaddingClass
- Method TablerSpacingExtensions.ToSpacingValue
- Method TablerTabsPanel.StackGap
- Method TabsSettings.VerticalGap
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
Extension Methods
public static String ToGapClass(TablerSpacing spacing) #Returns:
StringCreates a gap class string (for flexbox/grid)
Parameters
- spacing HtmlForgeX.TablerSpacing
public static String ToMarginClass(TablerSpacing spacing, TablerSpacingDirection direction = All) #Returns:
StringCreates a margin class string
Parameters
- spacing HtmlForgeX.TablerSpacing
- direction HtmlForgeX.TablerSpacingDirection = All
public static String ToPaddingClass(TablerSpacing spacing, TablerSpacingDirection direction = All) #Returns:
StringCreates a padding class string
Parameters
- spacing HtmlForgeX.TablerSpacing
- direction HtmlForgeX.TablerSpacingDirection = All
public static String ToSpacingValue(TablerSpacing spacing) #Returns:
StringConverts spacing enum to Bootstrap spacing value
Parameters
- spacing HtmlForgeX.TablerSpacing