Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonBottomToolBar Class / HorizontalAlignment Property

In This Topic
    HorizontalAlignment Property (RibbonBottomToolBar)
    In This Topic
    Gets or sets a value that determines the horizontal alignment of the RibbonBottomToolBar.
    Syntax
    'Declaration
     
    
    Public Property HorizontalAlignment As ToolBarHorizontalAlignment
    public ToolBarHorizontalAlignment HorizontalAlignment {get; set;}
    See Also