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

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