HtmlForgeX

API Reference

Enum

AvatarSize

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

Defines the available avatar sizes.

Inheritance

  • Enum
  • AvatarSize

Values

public const AvatarSize XS #

Extra small avatar.

Value: 0
public const AvatarSize SM #

Small avatar.

Value: 1
public const AvatarSize MD #

Medium avatar.

Value: 2
public const AvatarSize LG #

Large avatar.

Value: 3
public const AvatarSize XL #

Extra large avatar.

Value: 4

Extension Methods

public static String EnumToString(AvatarSize size) #
Returns: String

Converts the avatar size to the corresponding Tabler CSS class.

Parameters

size HtmlForgeX.AvatarSize requiredposition: 0
Avatar size value.

Returns

CSS class string.