Class WpfResourceSettings
- Namespace
- SharpVectors.Renderers.Wpf
- Assembly
- SharpVectors.Rendering.Wpf.dll
[Serializable]
public sealed class WpfResourceSettings : WpfSettings<WpfResourceSettings>, ICloneable, IXmlSerializable
- Inheritance
-
WpfResourceSettings
- Implements
- Inherited Members
Constructors
Fields
- XmlTagName
Gets the name of the
XML
tag name, under which this object is stored.
Properties
Methods
- Clone()
This creates a new build object that is a deep copy of the current instance.
- ReadXml(XmlReader)
This reads and sets its state or attributes stored in a
XML
format with the given reader.
- WriteXml(XmlWriter)
This writes the current state or attributes of this object, in the
XML
format, to the media or storage accessible by the given writer.