ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonLabel Class / MinTextWidth Property

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