|
ResolveResourceKeyDelegate Delegate |
ResolveResourceKeyDelegate is used to customize the resource key names used in GetXaml method when UseResources property is set to true and ReadGeometry method was used.
Namespace:
Ab2d.Common.ReaderSvg
Assembly:
Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax public delegate string ResolveResourceKeyDelegate(
Object resource,
string recommendedKey
)
Parameters
- resource
- Type: SystemObject
resource - recommendedKey
- Type: SystemString
recommendedKey
Return Value
Type:
Stringkey name that will be used
See Also