HtmlForgeX

API Reference

Class

VisNetworkChosenEdgeOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Chosen edge configuration options.

Inheritance

  • Object
  • VisNetworkChosenEdgeOptions

Constructors

public VisNetworkChosenEdgeOptions() #

Methods

public VisNetworkChosenEdgeOptions WithEdge(Boolean enabled = true) #
Returns: VisNetworkChosenEdgeOptions

Configures the edge.

Parameters

enabled System.Boolean = true optionalposition: 0
public VisNetworkChosenEdgeOptions WithLabel(Boolean enabled = true) #
Returns: VisNetworkChosenEdgeOptions

Configures the label.

Parameters

enabled System.Boolean = true optionalposition: 0

Properties

public Nullable<Boolean> Edge { get; set; } #
JsonPropertyName("edge") JsonIgnore(Condition = 3)

Gets or sets the edge.

public Nullable<Boolean> Label { get; set; } #
JsonPropertyName("label") JsonIgnore(Condition = 3)

Gets or sets the label.