Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonLabel Class / MinTextWidth Property

In This Topic
    MinTextWidth Property (RibbonLabel)
    In This Topic
    Gets or sets the minimum width of label text, in pixels.
    Syntax
    'Declaration
     
    
    Public Property MinTextWidth As Integer
    public int MinTextWidth {get; set;}
    See Also