Class GraphvizEdgeExtremity
Graphviz edge extremity.
Inheritance
System.Object
GraphvizEdgeExtremity
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 GraphvizEdgeExtremity
Constructors
| Improve this Doc View SourceGraphvizEdgeExtremity(Boolean)
Initializes a new instance of the GraphvizEdgeExtremity class.
Declaration
public GraphvizEdgeExtremity(bool isHead)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isHead | Indicates if this edge extremity is the head. |
Properties
| Improve this Doc View SourceIsClipped
Declaration
public bool IsClipped { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsHead
Indicates if this extremity is edge head or tail.
Declaration
public bool IsHead { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
Label
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Logical
Declaration
public string Logical { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Same
Declaration
public string Same { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToolTip
Declaration
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceAddParameters(IDictionary)
Adds this edge extremity 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 |
|