HtmlForgeX

API Reference

Enum

VisNetworkForceDirection

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

Force direction options for smooth edges.

Inheritance

  • Enum
  • VisNetworkForceDirection

Usage

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

Accepted by parameters

Values

public const VisNetworkForceDirection None #

No force direction.

Value: 0
public const VisNetworkForceDirection Horizontal #

Force horizontal direction.

Value: 1
public const VisNetworkForceDirection Vertical #

Force vertical direction.

Value: 2