Class GraphvizVertex
Graphviz vertex.
Inheritance
Inherited Members
Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public class GraphvizVertex
Properties
| Improve this Doc View SourceComment
Comment. See more
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Distortion
Distortion. See more
Declaration
public double Distortion { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FillColor
Filling color. See more
Declaration
public GraphvizColor FillColor { get; set; }
Property Value
Type | Description |
---|---|
GraphvizColor |
FixedSize
Fixed size. See more
Declaration
public bool FixedSize { 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 |
Group
Vertex group. See more
Declaration
public string Group { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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
Label. See more
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
If Shape is defined to Record, you can use Record structure to generate a string label. Note also that if Label is set, it has the priority over Record so rather than using Record to generate the label you can define it using your own way in the Label. The only constraint will be to generate a fully valid record string.
Layer
Vertex layer. See more
Declaration
public GraphvizLayer Layer { get; set; }
Property Value
Type | Description |
---|---|
GraphvizLayer |
Orientation
Orientation. See more
Declaration
public double Orientation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PenWidth
Pen width. See more
Declaration
public double PenWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Peripheries
Peripheries. See more
Declaration
public int Peripheries { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Position
Position. See more
Declaration
public GraphvizPoint Position { get; set; }
Property Value
Type | Description |
---|---|
GraphvizPoint |
Record
Record info. See more
Declaration
public GraphvizRecord Record { get; set; }
Property Value
Type | Description |
---|---|
GraphvizRecord |
Regular
Indicates if it is a regular vertex. See more
Declaration
public bool Regular { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Shape
Vertex shape. See more
Declaration
public GraphvizVertexShape Shape { get; set; }
Property Value
Type | Description |
---|---|
GraphvizVertexShape |
Sides
Vertex sides. See more
Declaration
public int Sides { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Size
Declaration
public GraphvizSizeF Size { get; set; }
Property Value
Type | Description |
---|---|
GraphvizSizeF |
Skew
Skew. See more
Declaration
public double Skew { 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
Vertex style. See more
Declaration
public GraphvizVertexStyle Style { get; set; }
Property Value
Type | Description |
---|---|
GraphvizVertexStyle |
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 |
Z
Z index. See more
Declaration
public double Z { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceToDot()
Converts this vertex to DOT.
Declaration
public string ToDot()
Returns
Type | Description |
---|---|
System.String | Vertex as DOT. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |