HtmlForgeX

API Reference

Class

JsVectorLine

Namespace HtmlForgeX
Assembly HtmlForgeX

Line connection between two named markers.

Inheritance

  • Object
  • JsVectorLine

Constructors

Properties

public String From { get; set; } #
JsonPropertyName("from")

Marker name to start from.

public String To { get; set; } #
JsonPropertyName("to")

Marker name to end at.