Class PackUriHelper
A helper class for resolving the full path to a resource.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class PackUriHelper : Object
Methods
PackUri<T>(String)
Creates an Uri for resource by its full path and using the assembly name of the class specified by the type parameter T.
Declaration
public static Uri PackUri<T>(string relativeFile)
Parameters
System.String
relativeFile
The relative path to the resource file. |
Returns
System.Uri
An Uri that points the resource. |
Type Parameters
T
The type that will be used to determine the assembly name. |