HtmlForgeX

API Reference

Enum

TablerFileServiceFlowConnector

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

Connector style between nodes in a file-service transfer map.

Inheritance

  • Enum
  • TablerFileServiceFlowConnector

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const TablerFileServiceFlowConnector Solid #

Render a normal connector to the next node.

Value: 0
public const TablerFileServiceFlowConnector Dashed #

Render a dashed/optional connector to the next node.

Value: 1
public const TablerFileServiceFlowConnector None #

Render no connector after this node.

Value: 2