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

In This Topic
    GapBeforeTextArea Property (RibbonFontComboBox)
    In This Topic
    Gets or sets the gap between the label and text area when this RibbonComboBox appears on a RibbonGroup.
    Syntax
    'Declaration
     
    
    Public Property GapBeforeTextArea As Integer
    public int GapBeforeTextArea {get; set;}
    See Also