API Reference
Enum
TablerBorderStyle
Border styles for Tabler cards and components
Inheritance
- Enum
- TablerBorderStyle
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
Extension Methods
public static LineStyle ToLineStyle(TablerBorderStyle style) #Returns:
LineStyleConverts a Tabler-specific border style into the shared LineStyle.
Parameters
- style HtmlForgeX.TablerBorderStyle
public static String ToTablerBorderClass(TablerBorderStyle style, TablerBorderPosition position = All, TablerBorderWidth width = Default) #Returns:
StringInitializes or configures ToTablerBorderClass.
Parameters
- style HtmlForgeX.TablerBorderStyle
- position HtmlForgeX.TablerBorderPosition = All
- width HtmlForgeX.TablerBorderWidth = Default