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

In This Topic
    LineNumberMode Property (C1RichTextBox)
    In This Topic
    Gets or sets the LineNumberMode of the C1RichTextBox.
    Syntax
    'Declaration
     
    
    Public Property LineNumberMode As TextLineNumberMode
    public TextLineNumberMode LineNumberMode {get; set;}
    See Also