Method WriteProperty
- Namespace
- SharpVectors.Renderers
- Assembly
- SharpVectors.Rendering.Wpf.dll
WriteProperty(XmlWriter, string, string)
protected static void WriteProperty(XmlWriter writer, string name, string value)
Parameters
WriteProperty(XmlWriter, string, string, string)
protected static void WriteProperty(XmlWriter writer, string name, string value, string content)
Parameters
WriteProperty(XmlWriter, string, object)
protected static void WriteProperty(XmlWriter writer, string name, object value)
Parameters
WriteProperty(XmlWriter, string, bool)
protected static void WriteProperty(XmlWriter writer, string name, bool value)
Parameters
WriteProperty(XmlWriter, string, int)
protected static void WriteProperty(XmlWriter writer, string name, int value)