RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / ExtentHeight Property

In This Topic
    ExtentHeight Property (C1RichTextBox)
    In This Topic
    Gets or sets the vertical size of all the content for display in the C1RichTextBox.
    Syntax
    'Declaration
     
    
    Public Property ExtentHeight As Double
    public double ExtentHeight {get; set;}
    See Also