HtmlForgeX

API Reference

Enum

VisNetworkLayoutDirection

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

Hierarchical layout direction options.

Inheritance

  • Enum
  • VisNetworkLayoutDirection

Values

public const VisNetworkLayoutDirection Ud #

Top to bottom layout.

Value: 0
public const VisNetworkLayoutDirection Du #

Bottom to top layout.

Value: 1
public const VisNetworkLayoutDirection Lr #

Left to right layout.

Value: 2
public const VisNetworkLayoutDirection Rl #

Right to left layout.

Value: 3