Search
KeyboardLayout.Image Property
See Also
 






Gets or sets the path to an image that can be used to represent this layout.

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

 Syntax

C#  Copy Code

public string Image { get; set; }

Visual Basic  Copy Code

Public Property Image As String

 Property Value

A string specifying image file or resource name.

 Remarks

The image is displayed by LayoutRingKey if this layout is the next one in LayoutRing.

 See Also