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

In This Topic
    BackgroundImageLayout Property (C1CalendarView)
    In This Topic
    Do not use this property. To set layout use Theme.Common.BackImageAlignment and Theme.Common.BackImageScaling properties.
    Syntax
    'Declaration
     
    
    Public Overrides Property BackgroundImageLayout As ImageLayout
    public override ImageLayout BackgroundImageLayout {get; set;}
    See Also