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

In This Topic
    ViewportHeight Property (C1RichTextBox)
    In This Topic
    Gets or sets a value that contains the vertical size of the viewable content.
    Syntax
    'Declaration
     
    
    Public Property ViewportHeight As Double
    public double ViewportHeight {get; set;}
    See Also