Enum FontWeightEnum
Assembly: QuikGraph.Serialization.dll
Syntax
[Serializable]
public enum FontWeightEnum
Fields
| Name |
Description |
| Black |
|
| Bold |
|
| DemiBold |
|
|
|
|
| Heavy |
|
| Light |
|
| Medium |
|
| Normal |
|
| Regular |
|
| Semibold |
|
| Thin |
|
| UltraBlack |
|
| UltraBold |
|
| UltraLight |
|
Extension Methods
SerializationExtensions.SerializeToXml<TVertex, TEdge, FontWeightEnum>(XmlWriter, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>, String, String, String, String, Action<XmlWriter, FontWeightEnum>, Action<XmlWriter, TVertex>, Action<XmlWriter, TEdge>)