API Reference
Class
TablerBorderExtensions
Extension methods for Tabler border-related enums.
Inheritance
- Object
- TablerBorderExtensions
Methods
public static LineStyle ToLineStyle(TablerBorderStyle style) #Returns:
LineStyleConverts a Tabler-specific border style into the shared LineStyle.
Parameters
- style HtmlForgeX.TablerBorderStyle
ToTablerBorderClass 2 overloads
public static String ToTablerBorderClass(LineStyle style, TablerBorderPosition position = All, TablerBorderWidth width = Default) #Returns:
StringInitializes or configures ToTablerBorderClass.
Parameters
- style HtmlForgeX.TablerBorderStyle
- position HtmlForgeX.TablerBorderPosition = All
- width HtmlForgeX.TablerBorderWidth = Default
public static TablerBorderStyle ToTablerBorderStyle(LineStyle style) #Returns:
TablerBorderStyleConverts a shared LineStyle into the Tabler-specific enum.
Parameters
- style HtmlForgeX.LineStyle
public static String ToTablerRadiusClass(TablerBorderRadius radius) #Returns:
StringInitializes or configures ToTablerRadiusClass.
Parameters
- radius HtmlForgeX.TablerBorderRadius
public static String ToTablerShadowClass(TablerShadow shadow) #Returns:
StringInitializes or configures ToTablerShadowClass.
Parameters
- shadow HtmlForgeX.TablerShadow