ComponentOne CalendarView for WinForms
C1.Win.Calendar.UI Namespace / CommonStyle Class / BackImageScaling Property

In This Topic
    BackImageScaling Property (CommonStyle)
    In This Topic
    Gets or sets the scaling used to render the background image of the C1.Win.Calendar.C1CalendarView control.
    Syntax
    'Declaration
     
    
    Public Property BackImageScaling As C1.Framework.ImageScaling
    public C1.Framework.ImageScaling BackImageScaling {get; set;}
    See Also