Show / Hide Table of Contents

Class DirectedGraphCategory

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

Properties

| Improve this Doc View Source

Background

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

BasedOn

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

CanBeDataDriven

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

CanLinkedNodesBeDataDriven

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

DefaultAction

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

Details

Declaration
public string Details { 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

HorizontalAlignment

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

HorizontalAlignmentSpecified

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

Icon

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

Id

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

InboundName

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

IncomingActionLabel

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

IsContainment

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

IsContainmentSpecified

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

IsProviderRoot

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

IsProviderRootSpecified

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

IsTag

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

IsTagSpecified

Declaration
public bool IsTagSpecified { 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

NavigationActionLabel

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

OutboundName

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

OutgoingActionLabel

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

Shape

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

SourceCategory

Declaration
public string SourceCategory { 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

Style

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

TargetCategory

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

VerticalAlignment

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

VerticalAlignmentSpecified

Declaration
public bool VerticalAlignmentSpecified { get; set; }
Property Value
Type Description
System.Boolean
| 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