Search
KeyImageConverter.SourceLocation Property
See Also
 






Gets or sets a value that specifies where the converter should look for the image.

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

 Syntax

C#  Copy Code

public ImageSourceLocation SourceLocation { get; set; }

Visual Basic  Copy Code

Public Property SourceLocation As ImageSourceLocation

 Property Value

A member of the ImageSourceLocation enumeration. The default value is Probe.

 See Also