HtmlForgeX

API Reference

Enum

StepsOrientation

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

Defines orientation for a steps component.

Inheritance

  • Enum
  • StepsOrientation

Values

public const StepsOrientation Horizontal #

Horizontal.

Value: 0
public const StepsOrientation Vertical #

Vertical.

Value: 1

Extension Methods

public static String EnumToString(StepsOrientation orientation) #
Returns: String

Converts the orientation to the corresponding Tabler class.

Parameters

orientation HtmlForgeX.StepsOrientation requiredposition: 0
Steps orientation.

Returns

CSS class string.