Class GraphvizArrow
Graphviz arrow. See more
Inheritance
System.Object
GraphvizArrow
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 GraphvizArrow
Constructors
| Improve this Doc View SourceGraphvizArrow(GraphvizArrowShape)
Initializes a new instance of the GraphvizArrow class.
Declaration
public GraphvizArrow(GraphvizArrowShape shape)
Parameters
Type | Name | Description |
---|---|---|
GraphvizArrowShape | shape | Arrow shape. |
GraphvizArrow(GraphvizArrowShape, GraphvizArrowClipping, GraphvizArrowFilling)
Initializes a new instance of the GraphvizArrow class.
Declaration
public GraphvizArrow(GraphvizArrowShape shape, GraphvizArrowClipping clipping, GraphvizArrowFilling filling)
Parameters
Type | Name | Description |
---|---|---|
GraphvizArrowShape | shape | Arrow shape. |
GraphvizArrowClipping | clipping | Arrow clipping. |
GraphvizArrowFilling | filling | Arrow filling. |
Properties
| Improve this Doc View SourceClipping
Arrow clipping.
Declaration
public GraphvizArrowClipping Clipping { get; set; }
Property Value
Type | Description |
---|---|
GraphvizArrowClipping |
Filling
Arrow filling.
Declaration
public GraphvizArrowFilling Filling { get; set; }
Property Value
Type | Description |
---|---|
GraphvizArrowFilling |
Shape
Arrow shape.
Declaration
public GraphvizArrowShape Shape { get; set; }
Property Value
Type | Description |
---|---|
GraphvizArrowShape |
Methods
| Improve this Doc View SourceToDot()
Converts this arrow to DOT.
Declaration
public string ToDot()
Returns
Type | Description |
---|---|
System.String | Arrow as DOT. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()