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