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

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