HtmlForgeX

API Reference

Enum

TablerHighlightCalloutPosition

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

Defines supported spotlight callout anchors.

Inheritance

  • Enum
  • TablerHighlightCalloutPosition

Values

public const TablerHighlightCalloutPosition Auto #

Let the card assign a default position.

Value: 0
public const TablerHighlightCalloutPosition TopLeft #

Anchor the callout near the top-left corner of the visual stage.

Value: 1
public const TablerHighlightCalloutPosition TopRight #

Anchor the callout near the top-right corner of the visual stage.

Value: 2
public const TablerHighlightCalloutPosition BottomLeft #

Anchor the callout near the bottom-left corner of the visual stage.

Value: 3
public const TablerHighlightCalloutPosition BottomRight #

Anchor the callout near the bottom-right corner of the visual stage.

Value: 4