Search
KeyImageConverter Class
Remarks See Also
 






Converts a string representing a URI or a file path to an ImageSource.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf

 Syntax

C#  Copy Code

public class KeyImageConverter : IValueConverter

Visual Basic  Copy Code

Public Class KeyImageConverter
    Implements IValueConverter

 Remarks

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.

 Inheritance Hierarchy

System.Object
    MindFusion.UI.Wpf.KeyImageConverter

 See Also