Click or drag to resize
AB4D logo

ReaderSvgGetCustomSvgElementNameDelegate Delegate

GetCustomSvgElementNameDelegate is used for GetCustomSvgElementNameCallback to provide custom element names.

Namespace:  Ab2d
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
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: String
name of the created WPF object (can be null)
See Also