Show / Hide Table of Contents

Class DirectedGraphStyle

Inheritance
System.Object
DirectedGraphStyle
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 DirectedGraphStyle

Properties

| Improve this Doc View Source

Condition

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

GroupLabel

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

IsEnabled

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

IsEnabledSpecified

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

Setter

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

TargetType

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

ToolTip

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

ValueLabel

Declaration
public string ValueLabel { get; set; }
Property Value
Type Description
System.String

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