HtmlForgeX

API Reference

Enum

TablerCardImageSize

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

Image sizes for responsive images

Inheritance

  • Enum
  • TablerCardImageSize

Values

public const TablerCardImageSize Default #

21x9 aspect ratio.

Value: 0
public const TablerCardImageSize Square #

1x1 aspect ratio.

Value: 1
public const TablerCardImageSize Portrait #

4x3 aspect ratio.

Value: 2
public const TablerCardImageSize Landscape #

16x9 aspect ratio.

Value: 3
public const TablerCardImageSize Wide #

21x9 aspect ratio.

Value: 4

Extension Methods

public static String ToTablerImageSizeClass(TablerCardImageSize size) #
Returns: String

Initializes or configures ToTablerImageSizeClass.

Parameters

size HtmlForgeX.TablerCardImageSize requiredposition: 0