Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonFontComboBox Class / TextAlign Property

In This Topic
    TextAlign Property (RibbonFontComboBox)
    In This Topic
    Gets or sets how text is aligned in the RibbonComboBox.
    Syntax
    'Declaration
     
    
    Public Property TextAlign As HorizontalAlignment
    public HorizontalAlignment TextAlign {get; set;}
    See Also