RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1List Class / MaxWidth Property

In This Topic
    MaxWidth Property (C1List)
    In This Topic
    Gets or sets the max-width of this C1TextElement.
    Syntax
    'Declaration
     
    
    Public Property MaxWidth As C1Length
    public C1Length MaxWidth {get; set;}
    See Also