HtmlForgeX

API Reference

Class

VisNetworkChosenNodeOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Chosen node-specific options.

Inheritance

  • Object
  • VisNetworkChosenNodeOptions

Constructors

public VisNetworkChosenNodeOptions() #

Methods

public VisNetworkChosenNodeOptions WithBorderColor(RGBColor color) #
Returns: VisNetworkChosenNodeOptions

Sets the border color when chosen.

Parameters

color HtmlForgeX.RGBColor requiredposition: 0
Border color.

Returns

The chosen node options for method chaining.

public VisNetworkChosenNodeOptions WithBorderWidth(Double width) #
Returns: VisNetworkChosenNodeOptions

Sets the border width when chosen.

Parameters

width System.Double requiredposition: 0
Border width.

Returns

The chosen node options for method chaining.

public VisNetworkChosenNodeOptions WithColor(RGBColor color) #
Returns: VisNetworkChosenNodeOptions

Sets the chosen color.

Parameters

color HtmlForgeX.RGBColor requiredposition: 0
Color value.

Returns

The chosen node options for method chaining.

public VisNetworkChosenNodeOptions WithSize(Double size) #
Returns: VisNetworkChosenNodeOptions

Sets the node size when chosen.

Parameters

size System.Double requiredposition: 0
Size value.

Returns

The chosen node options for method chaining.

Properties

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

Color of the node when chosen.

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

Border color when chosen.

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

Border width when chosen.

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

Node size when chosen.