HtmlForgeX

API Reference

Enum

TablerOffcanvasPlacement

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

Controls where an offcanvas panel appears.

Inheritance

  • Enum
  • TablerOffcanvasPlacement

Values

public const TablerOffcanvasPlacement Start #

Slide in from the start side (left in LTR, right in RTL).

Value: 0
public const TablerOffcanvasPlacement End #

Slide in from the end side (right in LTR, left in RTL).

Value: 1
public const TablerOffcanvasPlacement Top #

Slide in from the top.

Value: 2
public const TablerOffcanvasPlacement Bottom #

Slide in from the bottom.

Value: 3