Gets the tail vertex
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic Vertex Tail { get; }
Public ReadOnly Property Tail As Vertex
Get
public:
property Vertex^ Tail {
Vertex^ get ();
}
member Tail : Vertex with get
Property Value
Type:
Vertex
See Also