Class GraphvizEdge
Graphviz edge.
Inheritance
System.Object
GraphvizEdge
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public class GraphvizEdge
Properties
| Improve this Doc View SourceComment
Comment. See more
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Direction
Direction. See more
Declaration
public GraphvizEdgeDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
GraphvizEdgeDirection |
Font
Declaration
public GraphvizFont Font { get; set; }
Property Value
Type | Description |
---|---|
GraphvizFont |
FontColor
Font color. See more
Declaration
public GraphvizColor FontColor { get; set; }
Property Value
Type | Description |
---|---|
GraphvizColor |
Head
Edge head.
Declaration
public GraphvizEdgeExtremity Head { get; set; }
Property Value
Type | Description |
---|---|
GraphvizEdgeExtremity |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Set value is null. |
System.ArgumentException | Set extremity is not corresponding to a head one. |
HeadArrow
Edge arrow. See more
Declaration
public GraphvizArrow HeadArrow { get; set; }
Property Value
Type | Description |
---|---|
GraphvizArrow |
HeadPort
Head port. See more
Declaration
public string HeadPort { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsConstrained
Indicates if edge is constrained. See more
Declaration
public bool IsConstrained { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDecorated
Indicates if edge is decorated. See more
Declaration
public bool IsDecorated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Label.
Declaration
public GraphvizEdgeLabel Label { get; set; }
Property Value
Type | Description |
---|---|
GraphvizEdgeLabel |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Set value is null. |
Layer
Layer. See more
Declaration
public GraphvizLayer Layer { get; set; }
Property Value
Type | Description |
---|---|
GraphvizLayer |
Length
Length. See more
Declaration
public int Length { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinLength
Minimal length. See more
Declaration
public int MinLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PenWidth
Pen width. See more
Declaration
public double PenWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StrokeColor
Stroke color. See more
Declaration
public GraphvizColor StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
GraphvizColor |
Style
Edge style. See more
Declaration
public GraphvizEdgeStyle Style { get; set; }
Property Value
Type | Description |
---|---|
GraphvizEdgeStyle |
Tail
Tail.
Declaration
public GraphvizEdgeExtremity Tail { get; set; }
Property Value
Type | Description |
---|---|
GraphvizEdgeExtremity |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Set value is null. |
System.ArgumentException | Set extremity is not corresponding to a tail one. |
TailArrow
Tail arrow. See more
Declaration
public GraphvizArrow TailArrow { get; set; }
Property Value
Type | Description |
---|---|
GraphvizArrow |
TailPort
Tail port. See more
Declaration
public string TailPort { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToolTip
Tooltip. See more
Declaration
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
URL. See more
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Weight
Weight. See more
Declaration
public double Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceToDot()
Converts this edge to DOT.
Declaration
public string ToDot()
Returns
Type | Description |
---|---|
System.String | Edge as DOT. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()