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

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