API Reference
Class
VisNetworkArrowOptions
Arrow configuration options for edges.
Inheritance
- Object
- VisNetworkArrowOptions
Constructors
public VisNetworkArrowOptions() #Methods
WithFrom 3 overloads
public VisNetworkArrowOptions WithFrom(Action<VisNetworkArrowTypeOptions> configure) #Returns:
VisNetworkArrowOptionsConfigures the from.
Parameters
- enabled System.Boolean = true
WithFrom(HtmlForgeX.VisNetworkArrowTypeOptions options) #Configures the from.
Parameters
- options HtmlForgeX.VisNetworkArrowTypeOptions
WithFrom(System.Action{HtmlForgeX.VisNetworkArrowTypeOptions} configure) #Configures the from.
Parameters
- configure System.Action{HtmlForgeX.VisNetworkArrowTypeOptions}
WithMiddle 3 overloads
public VisNetworkArrowOptions WithMiddle(Action<VisNetworkArrowTypeOptions> configure) #Returns:
VisNetworkArrowOptionsConfigures the middle.
Parameters
- enabled System.Boolean = true
WithMiddle(HtmlForgeX.VisNetworkArrowTypeOptions options) #Configures the middle.
Parameters
- options HtmlForgeX.VisNetworkArrowTypeOptions
WithMiddle(System.Action{HtmlForgeX.VisNetworkArrowTypeOptions} configure) #Configures the middle.
Parameters
- configure System.Action{HtmlForgeX.VisNetworkArrowTypeOptions}
WithTo 3 overloads
public VisNetworkArrowOptions WithTo(Action<VisNetworkArrowTypeOptions> configure) #Returns:
VisNetworkArrowOptionsConfigures the to.
Parameters
- enabled System.Boolean = true
WithTo(HtmlForgeX.VisNetworkArrowTypeOptions options) #Configures the to.
Parameters
- options HtmlForgeX.VisNetworkArrowTypeOptions
WithTo(System.Action{HtmlForgeX.VisNetworkArrowTypeOptions} configure) #Configures the to.
Parameters
- configure System.Action{HtmlForgeX.VisNetworkArrowTypeOptions}
Inherited Methods
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.