Declaration
Func<Link<Vertex>, IList, EdgeInfo<object>> GetEdgeType
Summary
Returns the type of edge to draw in SVG for a particular pair of vertices. The second parameter receives a
list of the cells that share the edge; this will be of runtime type
System.Collections.Generic.List<TCell>
, where
TCell
is the generic type argument used on
Structure<TCell>.
Remarks
In cases where this is specified and the
Structure<TCell> derived class also overrides
Structure<TCell>.svgEdgeType(Link<Vertex>, List<TCell>), this delegate takes precedence.