Converts a string representing a URI or a file path to an ImageSource.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public class KeyImageConverter : IValueConverter |
Visual Basic
Copy Code
|
|---|
Public Class KeyImageConverter |
RemarksUse 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.
Inheritance HierarchySystem.Object![]()
MindFusion.UI.Wpf.KeyImageConverter
See Also