BackgroundImage Property (C1SuperTooltipBase)
In This Topic
Gets or sets the background image displayed in tooltip window.
Syntax
'Declaration
<C1CategoryAttribute("Appearance")>
<C1DescriptionAttribute("ST.BackgroundImage", "Gets or sets the background image displayed in tooltip window.")>
<DefaultValueAttribute("")>
Public Property BackgroundImage As Image
[C1Category("Appearance")]
[C1Description("ST.BackgroundImage", "Gets or sets the background image displayed in tooltip window.")]
[DefaultValue("")]
public Image BackgroundImage {get; set;}
See Also