Converts a string representing a URI or a file path to an ImageSource.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
C#
![]() |
---|
public class KeyImageConverter : IValueConverter |
Visual Basic
![]() |
---|
Public Class KeyImageConverter |
Use this converter in Image bindings when referencing loose image files, as an alternative to WPF's built-in image source conversion. It allows you to control lookup priority through the SourceLocation property, and offers improved handling of relative paths.
System.Object
MindFusion.UI.Wpf.KeyImageConverter