Table of Contents

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

WpfResourceSettings()
WpfResourceSettings(WpfResourceSettings)

Fields

XmlTagName

Gets the name of the XML tag name, under which this object is stored.

XmlVersion

Properties

BindPenToBrushes
BindToColors
BindToResources
BrushNameFormat
ColorNameFormat
ColorPalette
IndentSpaces
NumericPrecision
PenNameFormat
ResourceAccess
ResourceFreeze
ResourceMode
ResourceResolverType
SourceCount
Sources
UseResourceIndex

Methods

AddSource(string)
ClearSources()
Clone()

This creates a new build object that is a deep copy of the current instance.

CopyTo(WpfDrawingResources)
IsResolverRegistered()
Load(string)
ReadXml(XmlReader)

This reads and sets its state or attributes stored in a XML format with the given reader.

RegisterResolver(IResourceKeyResolver)
RegisterResolver(Func<IResourceKeyResolver>)
RemoveSource(string)
RetrieveResolver()
Save()
Save(Stream)
Save(TextWriter)
Save(string)
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.