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

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