ComponentOne CalendarView for WinForms
C1.Win.Calendar.UI Namespace / BaseStyle Class / HorizontalAlignment Property

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