ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperLabelBase Class / BackgroundImage Property

In This Topic
    BackgroundImage Property (C1SuperLabelBase)
    In This Topic
    Gets or sets the background image displayed in the control.
    Syntax
    'Declaration
     
    Public Shadows Property BackgroundImage As System.Drawing.Image
    public new System.Drawing.Image BackgroundImage {get; set;}
    See Also