ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / RibbonLabel Class / MaxTextWidth Property

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