HtmlForgeX

API Reference

Class

VisNetworkSelfReferenceOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Self reference configuration for edges that connect a node to itself.

Inheritance

  • Object
  • VisNetworkSelfReferenceOptions

Constructors

public VisNetworkSelfReferenceOptions() #

Methods

public VisNetworkSelfReferenceOptions WithAngle(Double angle) #
Returns: VisNetworkSelfReferenceOptions

Configures the angle.

Parameters

angle System.Double requiredposition: 0
public VisNetworkSelfReferenceOptions WithRenderBehindTheNode(Boolean renderBehind = true) #
Returns: VisNetworkSelfReferenceOptions

Configures the render behind the node.

Parameters

renderBehind System.Boolean = true optionalposition: 0
public VisNetworkSelfReferenceOptions WithSize(Double size) #
Returns: VisNetworkSelfReferenceOptions

Configures the size.

Parameters

size System.Double requiredposition: 0

Properties

public Nullable<Double> Size { get; set; } #
JsonPropertyName("size") JsonIgnore(Condition = 3)

Gets or sets the size.

public Nullable<Double> Angle { get; set; } #
JsonPropertyName("angle") JsonIgnore(Condition = 3)

Gets or sets the angle.

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

Gets or sets the render behind the node.