API Reference
Class
VisNetworkSelfReferenceOptions
Self reference configuration for edges that connect a node to itself.
Inheritance
- Object
- VisNetworkSelfReferenceOptions
Constructors
public VisNetworkSelfReferenceOptions() #Methods
public VisNetworkSelfReferenceOptions WithAngle(Double angle) #Returns:
VisNetworkSelfReferenceOptionsConfigures the angle.
Parameters
- angle System.Double
public VisNetworkSelfReferenceOptions WithRenderBehindTheNode(Boolean renderBehind = true) #Returns:
VisNetworkSelfReferenceOptionsConfigures the render behind the node.
Parameters
- renderBehind System.Boolean = true
public VisNetworkSelfReferenceOptions WithSize(Double size) #Returns:
VisNetworkSelfReferenceOptionsConfigures the size.
Parameters
- size System.Double
Inherited Methods
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.