Specifies where the KeyImageConverter should look for an image.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
C#
![]() |
---|
public enum ImageSourceLocation |
Visual Basic
![]() |
---|
Public Enum ImageSourceLocation |
Member name | Description | |
---|---|---|
![]() |
File |
Load the image only from a file path. |
![]() |
Probe |
Try to load the image from application resources first, then from a file path. |
![]() |
Resource |
Load the image only from application resources. |