HtmlForgeX

API Reference

Class

DtBorderStyleExtensions

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

Conversion helpers between DtBorderStyle and LineStyle.

Inheritance

  • Object
  • DtBorderStyleExtensions

Methods

public static DtBorderStyle ToDtBorderStyle(LineStyle style) #
Returns: DtBorderStyle

Converts the shared enum back to the legacy DtBorderStyle.

Parameters

style HtmlForgeX.LineStyle requiredposition: 0
public static LineStyle ToLineStyle(DtBorderStyle style) #
Returns: LineStyle

Converts the legacy enum to the shared LineStyle.

Parameters

style HtmlForgeX.DtBorderStyle requiredposition: 0