Class GraphvizLayer
Graphviz layer.
Inheritance
System.Object
GraphvizLayer
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 GraphvizLayer
Constructors
| Improve this Doc View SourceGraphvizLayer(String)
Initializes a new instance of the GraphvizLayer class.
Declaration
public GraphvizLayer(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Layer name. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
Properties
| Improve this Doc View SourceName
Layer name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Set value is null or empty. |