Click or drag to resize
Wizard .NET Library

ThemedImageButtonImage Property

Gets or sets the image that is displayed on a button control.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public Image Image { get; set; }
Request Example View Source

Return Value

Type: Image
The Image displayed on the button control. The default value is null.
See Also