API Reference
Class
VisNetworkArrowTypeOptions
Arrow type configuration.
Inheritance
- Object
- VisNetworkArrowTypeOptions
Constructors
public VisNetworkArrowTypeOptions() #Methods
public VisNetworkArrowTypeOptions WithEnabled(Boolean enabled = true) #Returns:
VisNetworkArrowTypeOptionsConfigures the enabled.
Parameters
- enabled System.Boolean = true
public VisNetworkArrowTypeOptions WithImage(String src, Nullable<Double> width = null, Nullable<Double> height = null) #Returns:
VisNetworkArrowTypeOptionsConfigures the image.
Parameters
- src System.String
- width System.Nullable{System.Double} = null
- height System.Nullable{System.Double} = null
public VisNetworkArrowTypeOptions WithScaleFactor(Double scaleFactor) #Returns:
VisNetworkArrowTypeOptionsConfigures the scale factor.
Parameters
- scaleFactor System.Double
public VisNetworkArrowTypeOptions WithType(VisNetworkArrowType type) #Returns:
VisNetworkArrowTypeOptionsConfigures the type.
Parameters
- type HtmlForgeX.VisNetworkArrowType
Inherited Methods
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.