BackgroundImage Property (C1SuperLabelBase)
In This Topic
Gets or sets the background image displayed in the control.
Syntax
'Declaration
<C1DescriptionAttribute("SL.BackgroundImage", "Gets or sets the background image displayed in the control.")>
<C1CategoryAttribute("Appearance")>
<DefaultValueAttribute("")>
<BrowsableAttribute(True)>
Public Shadows Property BackgroundImage As Image
[C1Description("SL.BackgroundImage", "Gets or sets the background image displayed in the control.")]
[C1Category("Appearance")]
[DefaultValue("")]
[Browsable(true)]
public new Image BackgroundImage {get; set;}
See Also