ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / BackgroundImage Property

In This Topic
    BackgroundImage Property
    In This Topic
    Gets or sets the background image displayed in the control.
    Syntax
    'Declaration
     
    
    Public Overrides Property BackgroundImage As Image
    public override Image BackgroundImage {get; set;}

    Property Value

    An System.Drawing.Image that represents the image to display in the background of the control.
    See Also