IResourceResolutionService Interface
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Provides an interface for accessing resource locations.
Syntax
public interface IResourceResolutionService
Methods
GetAbsoluteUri(Uri) | When implemented by a class, returns the absolute path for the specified Uri. |
GetPossibleImageSourceRelativePaths() | |
GetRelativeUri(Uri) | When implemented by a class, returns relative path for the specified Uri. |
TryResolveResource(Uri) | When implemented by a class, gets a list of possible image sources in the relative form. |