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

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