Show / Hide Table of Contents

Class DirectedGraphLink

Inheritance
System.Object
DirectedGraphLink
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.Serialization.DirectedGraphML
Assembly: QuikGraph.Serialization.dll
Syntax
[CLSCompliant(false)]
[Serializable]
public class DirectedGraphLink

Properties

| Improve this Doc View Source

AttractConsumers

Declaration
public ClrBoolean AttractConsumers { get; set; }
Property Value
Type Description
ClrBoolean
| Improve this Doc View Source

AttractConsumersSpecified

Declaration
public bool AttractConsumersSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Background

Declaration
public string Background { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Category

Declaration
public DirectedGraphLinkCategory[] Category { get; set; }
Property Value
Type Description
DirectedGraphLinkCategory[]
| Improve this Doc View Source

Category1

Declaration
public string Category1 { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FontFamily

Declaration
public string FontFamily { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FontSize

Declaration
public double FontSize { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

FontSizeSpecified

Declaration
public bool FontSizeSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

FontStyle

Declaration
public FontStyleEnum FontStyle { get; set; }
Property Value
Type Description
FontStyleEnum
| Improve this Doc View Source

FontStyleSpecified

Declaration
public bool FontStyleSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

FontWeight

Declaration
public FontWeightEnum FontWeight { get; set; }
Property Value
Type Description
FontWeightEnum
| Improve this Doc View Source

FontWeightSpecified

Declaration
public bool FontWeightSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Label

Declaration
public string Label { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Seeder

Declaration
public ClrBoolean Seeder { get; set; }
Property Value
Type Description
ClrBoolean
| Improve this Doc View Source

SeederSpecified

Declaration
public bool SeederSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Source

Declaration
public string Source { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Stroke

Declaration
public string Stroke { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

StrokeDashArray

Declaration
public string StrokeDashArray { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Target

Declaration
public string Target { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Visibility

Declaration
public VisibilityEnum Visibility { get; set; }
Property Value
Type Description
VisibilityEnum
| Improve this Doc View Source

VisibilitySpecified

Declaration
public bool VisibilitySpecified { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

GraphMLExtensions.SerializeToGraphML<TVertex, TEdge, TGraph>(TGraph, String)
GraphMLExtensions.SerializeToGraphML<TVertex, TEdge, TGraph>(TGraph, String, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>)
GraphMLExtensions.SerializeToGraphML<TVertex, TEdge, TGraph>(TGraph, XmlWriter)
GraphMLExtensions.SerializeToGraphML<TVertex, TEdge, TGraph>(TGraph, XmlWriter, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>)
GraphMLExtensions.DeserializeFromGraphML<TVertex, TEdge, TGraph>(TGraph, XmlReader, IdentifiableVertexFactory<TVertex>, IdentifiableEdgeFactory<TVertex, TEdge>)
GraphMLExtensions.DeserializeFromGraphML<TVertex, TEdge, TGraph>(TGraph, TextReader, IdentifiableVertexFactory<TVertex>, IdentifiableEdgeFactory<TVertex, TEdge>)
GraphMLExtensions.DeserializeFromGraphML<TVertex, TEdge, TGraph>(TGraph, String, IdentifiableVertexFactory<TVertex>, IdentifiableEdgeFactory<TVertex, TEdge>)
GraphMLExtensions.DeserializeAndValidateFromGraphML<TVertex, TEdge, TGraph>(TGraph, TextReader, IdentifiableVertexFactory<TVertex>, IdentifiableEdgeFactory<TVertex, TEdge>)
SerializationExtensions.SerializeToXml<TVertex, TEdge, TGraph>(TGraph, XmlWriter, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>, String, String, String, String)
SerializationExtensions.SerializeToXml<TVertex, TEdge, TGraph>(TGraph, XmlWriter, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>, String, String, String, String, Action<XmlWriter, TGraph>, Action<XmlWriter, TVertex>, Action<XmlWriter, TEdge>)
  • Improve this Doc
  • View Source
In This Article
Back to top QuikGraph