|
ReaderSvgGetCustomSvgElementNameDelegate Delegate |
Namespace:
Ab2d
Assembly:
Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax public delegate string GetCustomSvgElementNameDelegate(
string originalSvgElementName,
Object createdWpfObject
)
Parameters
- originalSvgElementName
- Type: SystemString
svg name defined in svg file (can be null) - createdWpfObject
- Type: SystemObject
WPF objects created from svg element
Return Value
Type:
Stringname of the created WPF object (can be null)
See Also