HtmlForgeX

API Reference

Enum

TabsAnimationStyle

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

Animation intensity for segmented tabs.

Inheritance

  • Enum
  • TabsAnimationStyle

Values

public const TabsAnimationStyle Default #

Use component defaults.

Value: 0
public const TabsAnimationStyle None #

Disable segmented motion.

Value: 1
public const TabsAnimationStyle Subtle #

Short and subtle motion.

Value: 2
public const TabsAnimationStyle Smooth #

Longer and smoother motion.

Value: 3