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

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