ClassPackUriHelper
Class
A helper class for resolving the full path to a resource.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public static class PackUriHelper
Inheritance: objectPackUriHelper
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
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1004:GenericMethodsShouldProvideTypeParameter")]
public static Uri PackUri<T>(string relativeFile)
Parameters
relativeFile
The relative path to the resource file.
Returns
Uri
An Uri that points the resource.