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

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