Search
ImageSourceLocation Enumeration
See Also
 






Specifies where the KeyImageConverter should look for an image.

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

 Syntax

C#  Copy Code

public enum ImageSourceLocation

Visual Basic  Copy Code

Public Enum ImageSourceLocation

 Members

  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.

 See Also