HtmlForgeX

API Reference

Enum

DtBorderWidth

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

Simple border widths for typed, friendly API.

Inheritance

  • Enum
  • DtBorderWidth

Values

public const DtBorderWidth None #

No border.

Value: 0
public const DtBorderWidth Thin #

1px.

Value: 1
public const DtBorderWidth Medium #

2px.

Value: 2
public const DtBorderWidth Thick #

3px.

Value: 3