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()
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
|
Improve this Doc
View Source
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
|
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
|
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
|
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
|
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
|
Improve this Doc
View Source
VisibilitySpecified
Declaration
public bool VisibilitySpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods
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>)