ReaderSvg Fields |
The ReaderSvg type exposes the following members.
Name | Description | |
---|---|---|
AfterWpfObjectCreatedCallback |
AfterWpfObjectCreatedCallback can be used to provide a way to customize WPF objects that are created with ReaderSvg from svg elements. See remarks for more info.
| |
BeforeWpfObjectCreatedCallback |
BeforeWpfObjectCreatedCallback can be used to provide a way to create custom WPF objects from svg elements. See remarks for more info.
| |
GetCustomSvgElementNameCallback |
GetCustomSvgElementNameCallback can be used to provide custom naming of WPF objects created from svg elements.
The object names are written into NamedObjects dictionary.
Note that when IsCorrectingNamesForWpf or MakeNamesUnique are true, the name can be corrected after calling the GetCustomSvgElementNameCallback.
Also names used for XAML are always corrected.
|