HtmlForgeX

API Reference

Enum

TablerPopoverPlacement

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

Typed Bootstrap/Tabler popover placement values.

Inheritance

  • Enum
  • TablerPopoverPlacement

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 TablerPopoverPlacement Top #

Prefer placing the popover above the trigger.

Value: 0
public const TablerPopoverPlacement Right #

Prefer placing the popover to the right of the trigger.

Value: 1
public const TablerPopoverPlacement Bottom #

Prefer placing the popover below the trigger.

Value: 2
public const TablerPopoverPlacement Left #

Prefer placing the popover to the left of the trigger.

Value: 3
public const TablerPopoverPlacement Auto #

Let Bootstrap choose the best available placement.

Value: 4