HtmlForgeX

API Reference

Enum

VisNetworkEdgeType

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
JsonConverter(typeof(VisNetworkEnumConverter<VisNetworkEdgeType>))

Edge endpoint types.

Inheritance

  • Enum
  • VisNetworkEdgeType

Usage

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

Values

public const VisNetworkEdgeType Arrow #

Standard arrow between nodes.

Value: 0
public const VisNetworkEdgeType Bar #

Bar shaped connection.

Value: 1
public const VisNetworkEdgeType Circle #

Circular connection point.

Value: 2