HtmlForgeX

API Reference

Enum

VisNetworkArrowType

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

Arrow type options for edge endpoints.

Inheritance

  • Enum
  • VisNetworkArrowType

Values

public const VisNetworkArrowType Arrow #

Standard arrow head.

Value: 0
public const VisNetworkArrowType Bar #

Bar at the end of the edge.

Value: 1
public const VisNetworkArrowType Circle #

Circular endpoint.

Value: 2
public const VisNetworkArrowType Image #

Image used as an arrow head.

Value: 3
public const VisNetworkArrowType Vee #

Vee shaped arrow head.

Value: 4