Gets or sets relative path to an image that should be displayed inside this key.
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 name.
RemarksImages can be loaded from bitmap file formats supported by System.Drawing / GDI+, or from SVG vector graphics files.
See Also