RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Table Class / MinWidth Property

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