ResourceDictionaryWriter Methods | |
The ResourceDictionaryWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| AddFile |
Adds a svg or svgz file to the ResourceDictionary as WPF Shapes.
| |
| AddGeometryFile |
Adds a svg or svgz file to the ResourceDictionary as Geometry.
| |
| AddGeometryStream |
Adds a svg or svgz from stream to the ResourceDictionary as Geometry.
| |
| AddStream |
Adds a svg or svgz from stream to the ResourceDictionary as WPF Shapes.
| |
| CreateReaderSvg |
Creates a new instance of Ab2d.ReaderSvg class. Can be overridden to specify some special properties to created ReaderSvg.
| |
| CreateXamlWriterSettings |
Creates a BaseXamlWriterSettings. It can be overriden to provide different Xaml settings or use SilverlightXamlWriterSettings.
| |
| GetRootResourceKey |
GetRootResourceKey gets the name of the resource object that added by any Read method on ResourceDictionaryWriter.
| |
| GetXaml |
Gets the xaml string of the ResourceDictionary with all added svg objects as resources.
| |
| ReadSvgFile |
Reads svg file as shapes.
| |
| ReadSvgStream |
Reads svg stream as shapes.
| |
| Reset |
Resets the collected svg files so a new ResourceDictionary can be created.
| |
| ResolveResourceKeyCallback |
ResolveResourceKeyCallback is used to change the recommendedKey that is used for resources
|