Table of Contents

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

writer XmlWriter
name string
value string

WriteProperty(XmlWriter, string, string, string)

protected static void WriteProperty(XmlWriter writer, string name, string value, string content)

Parameters

writer XmlWriter
name string
value string
content string

WriteProperty(XmlWriter, string, object)

protected static void WriteProperty(XmlWriter writer, string name, object value)

Parameters

writer XmlWriter
name string
value object

WriteProperty(XmlWriter, string, bool)

protected static void WriteProperty(XmlWriter writer, string name, bool value)

Parameters

writer XmlWriter
name string
value bool

WriteProperty(XmlWriter, string, int)

protected static void WriteProperty(XmlWriter writer, string name, int value)

Parameters

writer XmlWriter
name string
value int