Class GraphvizEdgeLabel
Graphviz edge label.
Inheritance
System.Object
GraphvizEdgeLabel
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)
System.Object.ToString()
Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public class GraphvizEdgeLabel
Properties
| Improve this Doc View SourceAngle
Label angle. See more
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Distance
Scaling factor from node. See more
Declaration
public double Distance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Float
Floating label. See more
Declaration
public bool Float { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
IsHtmlLabel
Indicates if label should be read as HTML or normal text. By default it is normal text. See more
Declaration
public bool IsHtmlLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Value
Label text. See more
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceAddParameters(IDictionary)
Adds this edge label parameters to the given parameters
map.
Declaration
public void AddParameters(IDictionary parameters)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IDictionary | parameters | Parameter map to fill. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|