Calendar for WinForms | ComponentOne
C1.Win.Calendar.UI Namespace / DayTitleStyle Class / VerticalAlignment Property

In This Topic
    VerticalAlignment Property (DayTitleStyle)
    In This Topic
    Gets or sets how elements should be aligned in the vertical direction.
    Syntax
    'Declaration
     
    
    Public Overridable Property VerticalAlignment As C1.Framework.Alignment
    public virtual C1.Framework.Alignment VerticalAlignment {get; set;}
    See Also