Gets or sets the path to an image that can be used to represent this layout.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public string Image { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Image As String |
A string specifying image file or resource name.
RemarksThe image is displayed by LayoutRingKey if this layout is the next one in LayoutRing.
See Also