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

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