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

In This Topic
    LineNumberMode Property
    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