RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Paragraph Class / MaxHeight Property

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