Enum PropertyType
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
SerializationExtensions.SerializeToXml<TVertex, TEdge, PropertyType>(XmlWriter, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>, String, String, String, String, Action<XmlWriter, PropertyType>, Action<XmlWriter, TVertex>, Action<XmlWriter, TEdge>)