HtmlForgeX

API Reference

Class

VisNetworkFixedOptions

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Typed container for fixed node flags (replaces anonymous object).

Inheritance

  • Object
  • VisNetworkFixedOptions

Constructors

public VisNetworkFixedOptions() #

Properties

public Boolean X { get; set; } #
JsonPropertyName("x")

Fix horizontal position.

public Boolean Y { get; set; } #
JsonPropertyName("y")

Fix vertical position.