Skip to content

TableRenderMode

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Specifies how table rows are rendered.

csharp
public enum TableRenderMode

Fields

Compact

Compact mode - no separators between data rows.

Returns: TableRenderMode

csharp
Compact = 0

Full

Full mode - horizontal separators between each data row.

Returns: TableRenderMode

csharp
Full = 1

Released under the MIT License.