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

In This Topic
    BackgroundImage Property (C1CalendarView)
    In This Topic
    Gets or sets the background image for the control.
    Syntax
    'Declaration
     
    
    Public Overrides Property BackgroundImage As Image
    public override Image BackgroundImage {get; set;}
    See Also