Click or drag to resize
Wizard .NET Library

ThemedLabelImage Property

Gets or sets the image that is displayed on a Label.

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

Property Value

Type: Image

Return Value

Type: Image
An Image displayed on the Label. The default is null.
See Also