| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property Image As Image | |
| C# | |
|---|---|
public virtual Image Image {get; set;} | |
Property Value
ImageThis image will be displayed in all states of the button, unless unique images are assigned to the respective image Over and Down properties.
The image assigned to this property will take priority over the value assigned to the ImageIndex property.
The image assigned to this property will take priority over the value assigned to the ImageIndex property.