API Reference
Class
VisNetworkChosenNodeOptions
Chosen node-specific options.
Inheritance
- Object
- VisNetworkChosenNodeOptions
Constructors
public VisNetworkChosenNodeOptions() #Methods
public VisNetworkChosenNodeOptions WithBorderColor(RGBColor color) #Returns:
VisNetworkChosenNodeOptionsSets the border color when chosen.
Parameters
- color HtmlForgeX.RGBColor
- Border color.
Returns
The chosen node options for method chaining.
public VisNetworkChosenNodeOptions WithBorderWidth(Double width) #Returns:
VisNetworkChosenNodeOptionsSets the border width when chosen.
Parameters
- width System.Double
- Border width.
Returns
The chosen node options for method chaining.
public VisNetworkChosenNodeOptions WithColor(RGBColor color) #Returns:
VisNetworkChosenNodeOptionsSets the chosen color.
Parameters
- color HtmlForgeX.RGBColor
- Color value.
Returns
The chosen node options for method chaining.
public VisNetworkChosenNodeOptions WithSize(Double size) #Returns:
VisNetworkChosenNodeOptionsSets the node size when chosen.
Parameters
- size System.Double
- Size value.
Returns
The chosen node options for method chaining.
Inherited Methods
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.