Gets or sets the image that is displayed on a button control.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public Image Image { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Image As Image |
See Also