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

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