HtmlForgeX

API Reference

Class

VisNetworkArrowOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Arrow configuration options for edges.

Inheritance

  • Object
  • VisNetworkArrowOptions

Constructors

public VisNetworkArrowOptions() #

Methods

WithFrom 3 overloads
public VisNetworkArrowOptions WithFrom(Action<VisNetworkArrowTypeOptions> configure) #
Returns: VisNetworkArrowOptions

Configures the from.

Parameters

enabled System.Boolean = true requiredposition: 0
WithFrom(HtmlForgeX.VisNetworkArrowTypeOptions options) #

Configures the from.

Parameters

options HtmlForgeX.VisNetworkArrowTypeOptions required
WithFrom(System.Action{HtmlForgeX.VisNetworkArrowTypeOptions} configure) #

Configures the from.

Parameters

configure System.Action{HtmlForgeX.VisNetworkArrowTypeOptions} required
WithMiddle 3 overloads
public VisNetworkArrowOptions WithMiddle(Action<VisNetworkArrowTypeOptions> configure) #
Returns: VisNetworkArrowOptions

Configures the middle.

Parameters

enabled System.Boolean = true requiredposition: 0
WithMiddle(HtmlForgeX.VisNetworkArrowTypeOptions options) #

Configures the middle.

Parameters

options HtmlForgeX.VisNetworkArrowTypeOptions required
WithMiddle(System.Action{HtmlForgeX.VisNetworkArrowTypeOptions} configure) #

Configures the middle.

Parameters

configure System.Action{HtmlForgeX.VisNetworkArrowTypeOptions} required
WithTo 3 overloads
public VisNetworkArrowOptions WithTo(Action<VisNetworkArrowTypeOptions> configure) #
Returns: VisNetworkArrowOptions

Configures the to.

Parameters

enabled System.Boolean = true requiredposition: 0
WithTo(HtmlForgeX.VisNetworkArrowTypeOptions options) #

Configures the to.

Parameters

options HtmlForgeX.VisNetworkArrowTypeOptions required
WithTo(System.Action{HtmlForgeX.VisNetworkArrowTypeOptions} configure) #

Configures the to.

Parameters

configure System.Action{HtmlForgeX.VisNetworkArrowTypeOptions} required

Properties

public Object To { get; set; } #
JsonPropertyName("to") JsonIgnore(Condition = 3)

Gets or sets the to.

public Object From { get; set; } #
JsonPropertyName("from") JsonIgnore(Condition = 3)

Gets or sets the from.

public Object Middle { get; set; } #
JsonPropertyName("middle") JsonIgnore(Condition = 3)

Gets or sets the middle.