RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1SimplifiedRichTextBoxToolbar Class / LineNumberModes Property

In This Topic
    LineNumberModes Property (C1SimplifiedRichTextBoxToolbar)
    In This Topic
    Gets the collection of line number modes available in the toolbar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LineNumberModes As Collection(Of String)
    public Collection<string> LineNumberModes {get;}
    See Also