HtmlForgeX

API Reference

Enum

VisNetworkColorInherit

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

Color inheritance options for edges.

Inheritance

  • Enum
  • VisNetworkColorInherit

Values

public const VisNetworkColorInherit False #

No color inheritance.

Value: 0
public const VisNetworkColorInherit From #

Inherit color from source node.

Value: 1
public const VisNetworkColorInherit To #

Inherit color from target node.

Value: 2
public const VisNetworkColorInherit Both #

Inherit color from both nodes (gradient).

Value: 3