HtmlForgeX

API Reference

Class

VisNetworkArrowTypeOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Arrow type configuration.

Inheritance

  • Object
  • VisNetworkArrowTypeOptions

Constructors

public VisNetworkArrowTypeOptions() #

Methods

public VisNetworkArrowTypeOptions WithEnabled(Boolean enabled = true) #
Returns: VisNetworkArrowTypeOptions

Configures the enabled.

Parameters

enabled System.Boolean = true optionalposition: 0
public VisNetworkArrowTypeOptions WithImage(String src, Nullable<Double> width = null, Nullable<Double> height = null) #
Returns: VisNetworkArrowTypeOptions

Configures the image.

Parameters

src System.String requiredposition: 0
width System.Nullable{System.Double} = null optionalposition: 1
height System.Nullable{System.Double} = null optionalposition: 2
public VisNetworkArrowTypeOptions WithScaleFactor(Double scaleFactor) #
Returns: VisNetworkArrowTypeOptions

Configures the scale factor.

Parameters

scaleFactor System.Double requiredposition: 0
public VisNetworkArrowTypeOptions WithType(VisNetworkArrowType type) #
Returns: VisNetworkArrowTypeOptions

Configures the type.

Parameters

type HtmlForgeX.VisNetworkArrowType requiredposition: 0

Properties

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

Gets or sets the enabled.

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

Gets or sets the image height.

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

Gets or sets the image width.

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

Gets or sets the scale factor.

public String Src { get; set; } #
JsonPropertyName("src") JsonIgnore(Condition = 3)

Gets or sets the src.

public Nullable<VisNetworkArrowType> Type { get; set; } #
JsonPropertyName("type") JsonIgnore(Condition = 3)

Gets or sets the type.