API Reference
Enum
LineStyle
Common CSS line styles usable for borders or text decorations.
Inheritance
- Enum
- LineStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DtBorderSpec.LineStyle
- Extension method DtBorderStyle.ToLineStyle
- Method DtBorderStyleExtensions.ToLineStyle
- Field LineStyle.Dashed
- Field LineStyle.Dotted
- Field LineStyle.None
- Field LineStyle.Solid
- Method TablerBorderExtensions.ToLineStyle
- Extension method TablerBorderStyle.ToLineStyle
Accepted by parameters
- Constructor DtBorderSpec.DtBorderSpec
- Method DtBorderStyleExtensions.ToDtBorderStyle
- Method InlineText.Link
- Method InlineText.Link
- Method InlineText.Text
- Method InlineText.Text
- Method InlineText.Underline
- Method InlineText.Underline
- Extension method LineStyle.ToCssValue
- Extension method LineStyle.ToDtBorderStyle
- Extension method LineStyle.ToTablerBorderStyle
- Method LineStyleExtensions.ToCssValue
- Method TablerBorderExtensions.ToTablerBorderClass
- Method TablerBorderExtensions.ToTablerBorderStyle
- Method TargetsBuilder.Border
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 String ToCssValue(LineStyle style) #Returns:
StringReturns the CSS representation for the provided style.
Parameters
- style HtmlForgeX.LineStyle
public static DtBorderStyle ToDtBorderStyle(LineStyle style) #Returns:
DtBorderStyleConverts the shared enum back to the legacy DtBorderStyle.
Parameters
- style HtmlForgeX.LineStyle
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