PackUriHelper
Class
A helper class for resolving the full path to a resource.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class PackUriHelper
Inheritance: objectPackUriHelper
Methods
Creates an Uri for resource by its full path and using the assembly name of the class specified by the type parameter T.
C#
public static Uri PackUri<T>(string relativeFile)
The relative path to the resource file.
Returns:Uri
An Uri that points the resource.