Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonNumericBox Class / LabelWidth Property

In This Topic
    LabelWidth Property (RibbonNumericBox)
    In This Topic
    Gets or sets the width of the text label. Set to -1 to let the label calculate width automatically.
    Syntax
    'Declaration
     
    
    Public Property LabelWidth As Integer
    public int LabelWidth {get; set;}
    See Also