API Reference
Class
TablerAccessibilityButtonGroupSettings
Settings builder for TablerAccessibilityButtonGroup.
Inheritance
- Object
- TablerAccessibilityButtonGroupSettings
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 TablerAccessibilityButtonGroupSettings.Ghost
- Method TablerAccessibilityButtonGroupSettings.IconOnly
- Method TablerAccessibilityButtonGroupSettings.Outline
- Method TablerAccessibilityButtonGroupSettings.Preset
- Method TablerAccessibilityButtonGroupSettings.ShowColorBlind
- Method TablerAccessibilityButtonGroupSettings.ShowCombined
- Method TablerAccessibilityButtonGroupSettings.ShowDefault
- Method TablerAccessibilityButtonGroupSettings.ShowHighContrast
- Method TablerAccessibilityButtonGroupSettings.ShowIcons
- Method TablerAccessibilityButtonGroupSettings.ShowTooltips
- Method TablerAccessibilityButtonGroupSettings.Size
- Method TablerAccessibilityButtonGroupSettings.Variant
- Method TablerAccessibilityButtonGroupSettings.Vertical
Accepted by parameters
Methods
public TablerAccessibilityButtonGroup End() #Returns:
TablerAccessibilityButtonGroupEnds the settings chain.
public TablerAccessibilityButtonGroupSettings Ghost(Boolean ghost = true) #Returns:
TablerAccessibilityButtonGroupSettingsUses ghost button styling.
Parameters
- ghost System.Boolean = true
public TablerAccessibilityButtonGroupSettings IconOnly(Boolean iconOnly = true) #Returns:
TablerAccessibilityButtonGroupSettingsRenders icon-only buttons.
Parameters
- iconOnly System.Boolean = true
public TablerAccessibilityButtonGroupSettings Outline(Boolean outline = true) #Returns:
TablerAccessibilityButtonGroupSettingsUses outline button styling.
Parameters
- outline System.Boolean = true
public TablerAccessibilityButtonGroupSettings Preset(TablerThemeButtonPreset preset) #Returns:
TablerAccessibilityButtonGroupSettingsApplies a preset visual style.
Parameters
- preset HtmlForgeX.TablerThemeButtonPreset
public TablerAccessibilityButtonGroupSettings ShowColorBlind(Boolean show = true) #Returns:
TablerAccessibilityButtonGroupSettingsShows/hides the color-blind safe option.
Parameters
- show System.Boolean = true
public TablerAccessibilityButtonGroupSettings ShowCombined(Boolean show = true) #Returns:
TablerAccessibilityButtonGroupSettingsShows/hides the combined high-contrast + color-blind option.
Parameters
- show System.Boolean = true
public TablerAccessibilityButtonGroupSettings ShowDefault(Boolean show = true) #Returns:
TablerAccessibilityButtonGroupSettingsShows/hides the default (no override) option.
Parameters
- show System.Boolean = true
public TablerAccessibilityButtonGroupSettings ShowHighContrast(Boolean show = true) #Returns:
TablerAccessibilityButtonGroupSettingsShows/hides the high contrast option.
Parameters
- show System.Boolean = true
public TablerAccessibilityButtonGroupSettings ShowIcons(Boolean show = true) #Returns:
TablerAccessibilityButtonGroupSettingsShows/hides icons when not in icon-only mode.
Parameters
- show System.Boolean = true
public TablerAccessibilityButtonGroupSettings ShowTooltips(Boolean show = true) #Returns:
TablerAccessibilityButtonGroupSettingsShows/hides tooltips (useful for icon-only buttons).
Parameters
- show System.Boolean = true
public TablerAccessibilityButtonGroupSettings Size(TablerButtonSize size) #Returns:
TablerAccessibilityButtonGroupSettingsSets the button size.
Parameters
- size HtmlForgeX.TablerButtonSize
public TablerAccessibilityButtonGroupSettings Variant(TablerButtonVariant variant) #Returns:
TablerAccessibilityButtonGroupSettingsSets the button variant.
Parameters
- variant HtmlForgeX.TablerButtonVariant
public TablerAccessibilityButtonGroupSettings Vertical(Boolean vertical = true) #Returns:
TablerAccessibilityButtonGroupSettingsRenders the group vertically instead of horizontally.
Parameters
- vertical System.Boolean = true