HtmlForgeX

API Reference

Enum

TablerInfoPopoverVisualStyle

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls how the info popover trigger looks on the page.

Inheritance

  • Enum
  • TablerInfoPopoverVisualStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const TablerInfoPopoverVisualStyle Minimal #

Tiny icon-only treatment with no enclosing badge.

Value: 0
public const TablerInfoPopoverVisualStyle Subtle #

Small quiet circular affordance for most surfaces.

Value: 1
public const TablerInfoPopoverVisualStyle Badge #

Stronger circular badge used when the affordance needs more emphasis.

Value: 2