Show / Hide Table of Contents

Enum PropertyType

Namespace: QuikGraph.Serialization.DirectedGraphML
Assembly: QuikGraph.Serialization.dll
Syntax
[Serializable]
public enum PropertyType

Fields

Name Description
ArrowHeadSize
ArrowHeadWidth
Background
FontFamily
FontSize
FontStyle
FontWeight
Foreground
HorizontalAlignment
Icon
Image
SelectedStroke
ShadowDepth
Shape
Stroke
StrokeDashArray
StrokeThickness
Style

Extension Methods

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