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