# C1.WPF.RichTextBox.C1RichTextBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_C1RichTextBox" data-uid="C1.WPF.RichTextBox.C1RichTextBox" class="text-break">C1RichTextBox Class
</h1>
  <div class="markdown level0 summary"><p>Powerful rich text editor that allows you to load, edit, and save formatted text as HTML documents.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">C1RichTextBox</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.html">C1.WPF.RichTextBox</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.4.6.2.dll</h6>
  <h5 id="C1_WPF_RichTextBox_C1RichTextBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Content&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;Root&quot;, Type = typeof(Panel))]
[TemplatePart(Name = &quot;HorizontalScrollBar&quot;, Type = typeof(ScrollBar))]
[TemplatePart(Name = &quot;VerticalScrollBar&quot;, Type = typeof(ScrollBar))]
[TemplatePart(Name = &quot;ScrollBars&quot;, Type = typeof(FrameworkElement))]
[TemplatePart(Name = &quot;Watermark&quot;, Type = typeof(FrameworkElement))]
[TemplatePart(Name = &quot;Container&quot;, Type = typeof(Grid))]
[TemplateVisualState(Name = &quot;ReadOnly&quot;, GroupName = &quot;WritableStates&quot;)]
[TemplateVisualState(Name = &quot;Writable&quot;, GroupName = &quot;WritableStates&quot;)]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;FocusStates&quot;)]
[TemplateVisualState(Name = &quot;Unfocused&quot;, GroupName = &quot;FocusStates&quot;)]
[TemplateVisualState(Name = &quot;Valid&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[TemplateVisualState(Name = &quot;InvalidUnfocused&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[TemplateVisualState(Name = &quot;InvalidFocused&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[StyleTypedProperty(Property = &quot;ScrollBarStyle&quot;, StyleTargetType = typeof(ScrollBar))]
[StyleTypedProperty(Property = &quot;ValidationDecoratorStyle&quot;, StyleTargetType = typeof(C1ValidationDecorator))]
public class C1RichTextBox : Control, IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Content&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;Root&quot;, Type:=GetType(Panel))&gt;
&lt;TemplatePart(Name:=&quot;HorizontalScrollBar&quot;, Type:=GetType(ScrollBar))&gt;
&lt;TemplatePart(Name:=&quot;VerticalScrollBar&quot;, Type:=GetType(ScrollBar))&gt;
&lt;TemplatePart(Name:=&quot;ScrollBars&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplatePart(Name:=&quot;Watermark&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplatePart(Name:=&quot;Container&quot;, Type:=GetType(Grid))&gt;
&lt;TemplateVisualState(Name:=&quot;ReadOnly&quot;, GroupName:=&quot;WritableStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Writable&quot;, GroupName:=&quot;WritableStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Unfocused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Valid&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;InvalidUnfocused&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;InvalidFocused&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;StyleTypedProperty(Property:=&quot;ScrollBarStyle&quot;, StyleTargetType:=GetType(ScrollBar))&gt;
&lt;StyleTypedProperty(Property:=&quot;ValidationDecoratorStyle&quot;, StyleTargetType:=GetType(C1ValidationDecorator))&gt;
Public Class C1RichTextBox
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox__ctor" data-uid="C1.WPF.RichTextBox.C1RichTextBox.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.-ctor.html#C1_WPF_RichTextBox_C1RichTextBox__ctor">C1RichTextBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_AcceptsReturnProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.AcceptsReturnProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.AcceptsReturnProperty.html">AcceptsReturnProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.AcceptsReturn.html#C1_WPF_RichTextBox_C1RichTextBox_AcceptsReturn">AcceptsReturn</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_AcceptsTabProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.AcceptsTabProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.AcceptsTabProperty.html">AcceptsTabProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.AcceptsTab.html#C1_WPF_RichTextBox_C1RichTextBox_AcceptsTab">AcceptsTab</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_AutoCapitalizationModeProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.AutoCapitalizationModeProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.AutoCapitalizationModeProperty.html">AutoCapitalizationModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.AutoCapitalizationMode.html#C1_WPF_RichTextBox_C1RichTextBox_AutoCapitalizationMode">AutoCapitalizationMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_AutoFormatHyperlinksProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.AutoFormatHyperlinksProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.AutoFormatHyperlinksProperty.html">AutoFormatHyperlinksProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.AutoFormatHyperlinks.html#C1_WPF_RichTextBox_C1RichTextBox_AutoFormatHyperlinks">AutoFormatHyperlinks</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_CaretBrushProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.CaretBrushProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.CaretBrushProperty.html">CaretBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.CaretBrush.html#C1_WPF_RichTextBox_C1RichTextBox_CaretBrush">CaretBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ComputedHorizontalScrollBarVisibilityProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ComputedHorizontalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ComputedHorizontalScrollBarVisibilityProperty.html">ComputedHorizontalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ComputedHorizontalScrollBarVisibility.html#C1_WPF_RichTextBox_C1RichTextBox_ComputedHorizontalScrollBarVisibility">ComputedHorizontalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ComputedVerticalScrollBarVisibilityProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ComputedVerticalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ComputedVerticalScrollBarVisibilityProperty.html">ComputedVerticalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ComputedVerticalScrollBarVisibility.html#C1_WPF_RichTextBox_C1RichTextBox_ComputedVerticalScrollBarVisibility">ComputedVerticalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_DefaultParagraphMarginProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.DefaultParagraphMarginProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DefaultParagraphMarginProperty.html">DefaultParagraphMarginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DefaultParagraphMargin.html#C1_WPF_RichTextBox_C1RichTextBox_DefaultParagraphMargin">DefaultParagraphMargin</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_DisableSelectionProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.DisableSelectionProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DisableSelectionProperty.html">DisableSelectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DisableSelection.html#C1_WPF_RichTextBox_C1RichTextBox_DisableSelection">DisableSelection</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_DisabledCuesVisibilityProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.DisabledCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DisabledCuesVisibilityProperty.html">DisabledCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DisabledCuesVisibility.html#C1_WPF_RichTextBox_C1RichTextBox_DisabledCuesVisibility">DisabledCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_DocumentProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.DocumentProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DocumentProperty.html">DocumentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Document.html#C1_WPF_RichTextBox_C1RichTextBox_Document">Document</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ExtentHeightProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ExtentHeightProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ExtentHeightProperty.html">ExtentHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ExtentHeight.html#C1_WPF_RichTextBox_C1RichTextBox_ExtentHeight">ExtentHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ExtentWidthProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ExtentWidthProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ExtentWidthProperty.html">ExtentWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ExtentWidth.html#C1_WPF_RichTextBox_C1RichTextBox_ExtentWidth">ExtentWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_FocusCuesVisibilityProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.FocusCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.FocusCuesVisibilityProperty.html">FocusCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.FocusCuesVisibility.html#C1_WPF_RichTextBox_C1RichTextBox_FocusCuesVisibility">FocusCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_HideCaretProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.HideCaretProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HideCaretProperty.html">HideCaretProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HideCaret.html#C1_WPF_RichTextBox_C1RichTextBox_HideCaret">HideCaret</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_HideSelectionProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.HideSelectionProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HideSelectionProperty.html">HideSelectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HideSelection.html#C1_WPF_RichTextBox_C1RichTextBox_HideSelection">HideSelection</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_HorizontalOffsetProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.HorizontalOffsetProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HorizontalOffsetProperty.html">HorizontalOffsetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HorizontalOffset.html#C1_WPF_RichTextBox_C1RichTextBox_HorizontalOffset">HorizontalOffset</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_HorizontalScrollBarVisibilityProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.HorizontalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HorizontalScrollBarVisibilityProperty.html">HorizontalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HorizontalScrollBarVisibility.html#C1_WPF_RichTextBox_C1RichTextBox_HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_HtmlFilterProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.HtmlFilterProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HtmlFilterProperty.html">HtmlFilterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HtmlFilter.html#C1_WPF_RichTextBox_C1RichTextBox_HtmlFilter">HtmlFilter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_HtmlProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.HtmlProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HtmlProperty.html">HtmlProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Html.html#C1_WPF_RichTextBox_C1RichTextBox_Html">Html</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_IsEnabledSpellCheckerProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.IsEnabledSpellCheckerProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.IsEnabledSpellCheckerProperty.html">IsEnabledSpellCheckerProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.IsEnabledSpellChecker.html#C1_WPF_RichTextBox_C1RichTextBox_IsEnabledSpellChecker">IsEnabledSpellChecker</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_IsFocusedProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.IsFocusedProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.IsFocusedProperty.html">IsFocusedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.IsFocused.html#C1_WPF_RichTextBox_C1RichTextBox_IsFocused">IsFocused</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_IsReadOnlyProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.IsReadOnlyProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.IsReadOnlyProperty.html">IsReadOnlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.IsReadOnly.html#C1_WPF_RichTextBox_C1RichTextBox_IsReadOnly">IsReadOnly</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_LineNumberModeProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.LineNumberModeProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.LineNumberModeProperty.html">LineNumberModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.LineNumberMode.html#C1_WPF_RichTextBox_C1RichTextBox_LineNumberMode">LineNumberMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_PageCountProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.PageCountProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PageCountProperty.html">PageCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PageCount.html#C1_WPF_RichTextBox_C1RichTextBox_PageCount">PageCount</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_PageNumberProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.PageNumberProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PageNumberProperty.html">PageNumberProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PageNumber.html#C1_WPF_RichTextBox_C1RichTextBox_PageNumber">PageNumber</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_PrintPageLayoutProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.PrintPageLayoutProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PrintPageLayoutProperty.html">PrintPageLayoutProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PrintPageLayout.html#C1_WPF_RichTextBox_C1RichTextBox_PrintPageLayout">PrintPageLayout</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_PrintPanelTemplateProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.PrintPanelTemplateProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PrintPanelTemplateProperty.html">PrintPanelTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PrintPanelTemplate.html#C1_WPF_RichTextBox_C1RichTextBox_PrintPanelTemplate">PrintPanelTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_PrintTemplateProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.PrintTemplateProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PrintTemplateProperty.html">PrintTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PrintTemplate.html#C1_WPF_RichTextBox_C1RichTextBox_PrintTemplate">PrintTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ReturnModeProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ReturnModeProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ReturnModeProperty.html">ReturnModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ReturnMode.html#C1_WPF_RichTextBox_C1RichTextBox_ReturnMode">ReturnMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ScrollBarStyleProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollBarStyleProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ScrollBarStyleProperty.html">ScrollBarStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ScrollBarStyle.html#C1_WPF_RichTextBox_C1RichTextBox_ScrollBarStyle">ScrollBarStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ScrollableHeightProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollableHeightProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ScrollableHeightProperty.html">ScrollableHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ScrollableHeight.html#C1_WPF_RichTextBox_C1RichTextBox_ScrollableHeight">ScrollableHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ScrollableWidthProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollableWidthProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ScrollableWidthProperty.html">ScrollableWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ScrollableWidth.html#C1_WPF_RichTextBox_C1RichTextBox_ScrollableWidth">ScrollableWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_SelectionBackgroundProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SelectionBackgroundProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.SelectionBackgroundProperty.html">SelectionBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.SelectionBackground.html#C1_WPF_RichTextBox_C1RichTextBox_SelectionBackground">SelectionBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_SelectionForegroundProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SelectionForegroundProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.SelectionForegroundProperty.html">SelectionForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.SelectionForeground.html#C1_WPF_RichTextBox_C1RichTextBox_SelectionForeground">SelectionForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_TabSizeProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.TabSizeProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.TabSizeProperty.html">TabSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.TabSize.html#C1_WPF_RichTextBox_C1RichTextBox_TabSize">TabSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_TextProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.TextProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.TextProperty.html">TextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Text.html#C1_WPF_RichTextBox_C1RichTextBox_Text">Text</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_TextWrappingProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.TextWrappingProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.TextWrappingProperty.html">TextWrappingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.TextWrapping.html#C1_WPF_RichTextBox_C1RichTextBox_TextWrapping">TextWrapping</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_UIContainerResizeTemplateProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.UIContainerResizeTemplateProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.UIContainerResizeTemplateProperty.html">UIContainerResizeTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.UIContainerResizeTemplate.html#C1_WPF_RichTextBox_C1RichTextBox_UIContainerResizeTemplate">UIContainerResizeTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ValidationDecoratorStyleProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ValidationDecoratorStyleProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ValidationDecoratorStyleProperty.html">ValidationDecoratorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ValidationDecoratorStyle.html#C1_WPF_RichTextBox_C1RichTextBox_ValidationDecoratorStyle">ValidationDecoratorStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_VerticalOffsetProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.VerticalOffsetProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.VerticalOffsetProperty.html">VerticalOffsetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.VerticalOffset.html#C1_WPF_RichTextBox_C1RichTextBox_VerticalOffset">VerticalOffset</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_VerticalScrollBarVisibilityProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.VerticalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.VerticalScrollBarVisibilityProperty.html">VerticalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.VerticalScrollBarVisibility.html#C1_WPF_RichTextBox_C1RichTextBox_VerticalScrollBarVisibility">VerticalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ViewModeProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ViewModeProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ViewModeProperty.html">ViewModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ViewMode.html#C1_WPF_RichTextBox_C1RichTextBox_ViewMode">ViewMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ViewportHeightProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ViewportHeightProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ViewportHeightProperty.html">ViewportHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ViewportHeight.html#C1_WPF_RichTextBox_C1RichTextBox_ViewportHeight">ViewportHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ViewportWidthProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ViewportWidthProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ViewportWidthProperty.html">ViewportWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ViewportWidth.html#C1_WPF_RichTextBox_C1RichTextBox_ViewportWidth">ViewportWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_WatermarkProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.WatermarkProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.WatermarkProperty.html">WatermarkProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Watermark.html#C1_WPF_RichTextBox_C1RichTextBox_Watermark">Watermark</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ZoomProperty" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ZoomProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ZoomProperty.html">ZoomProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Zoom.html#C1_WPF_RichTextBox_C1RichTextBox_Zoom">Zoom</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_AcceptsReturn" data-uid="C1.WPF.RichTextBox.C1RichTextBox.AcceptsReturn">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.AcceptsReturn.html#C1_WPF_RichTextBox_C1RichTextBox_AcceptsReturn">AcceptsReturn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates how the text editing control responds when the user presses the ENTER key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_AcceptsTab" data-uid="C1.WPF.RichTextBox.C1RichTextBox.AcceptsTab">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.AcceptsTab.html#C1_WPF_RichTextBox_C1RichTextBox_AcceptsTab">AcceptsTab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether tabs are accepted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_AutoCapitalizationMode" data-uid="C1.WPF.RichTextBox.C1RichTextBox.AutoCapitalizationMode">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.AutoCapitalizationMode.html#C1_WPF_RichTextBox_C1RichTextBox_AutoCapitalizationMode">AutoCapitalizationMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value of <span class="xref">AutoCapitalizationMode</span> that indicates how the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> handles the auto capitalization.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_AutoFormatHyperlinks" data-uid="C1.WPF.RichTextBox.C1RichTextBox.AutoFormatHyperlinks">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.AutoFormatHyperlinks.html#C1_WPF_RichTextBox_C1RichTextBox_AutoFormatHyperlinks">AutoFormatHyperlinks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether url strings would be converted to hyperlink when the user presses the ENTER or SPACE key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_CaretBrush" data-uid="C1.WPF.RichTextBox.C1RichTextBox.CaretBrush">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.CaretBrush.html#C1_WPF_RichTextBox_C1RichTextBox_CaretBrush">CaretBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush of blinking cursor of the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ClipboardMode" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ClipboardMode">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ClipboardMode.html#C1_WPF_RichTextBox_C1RichTextBox_ClipboardMode">ClipboardMode</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates how the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> uses the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ComputedHorizontalScrollBarVisibility" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ComputedHorizontalScrollBarVisibility">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ComputedHorizontalScrollBarVisibility.html#C1_WPF_RichTextBox_C1RichTextBox_ComputedHorizontalScrollBarVisibility">ComputedHorizontalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the horizontal <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.scrollbar">ScrollBar</a> is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ComputedVerticalScrollBarVisibility" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ComputedVerticalScrollBarVisibility">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ComputedVerticalScrollBarVisibility.html#C1_WPF_RichTextBox_C1RichTextBox_ComputedVerticalScrollBarVisibility">ComputedVerticalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the vertical <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.scrollbar">ScrollBar</a> is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_DefaultParagraphMargin" data-uid="C1.WPF.RichTextBox.C1RichTextBox.DefaultParagraphMargin">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DefaultParagraphMargin.html#C1_WPF_RichTextBox_C1RichTextBox_DefaultParagraphMargin">DefaultParagraphMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default outer margin of a C1Paragraph element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_DisableSelection" data-uid="C1.WPF.RichTextBox.C1RichTextBox.DisableSelection">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DisableSelection.html#C1_WPF_RichTextBox_C1RichTextBox_DisableSelection">DisableSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether text selection is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_DisabledCuesVisibility" data-uid="C1.WPF.RichTextBox.C1RichTextBox.DisabledCuesVisibility">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DisabledCuesVisibility.html#C1_WPF_RichTextBox_C1RichTextBox_DisabledCuesVisibility">DisabledCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the disabled visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_Document" data-uid="C1.WPF.RichTextBox.C1RichTextBox.Document">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Document.html#C1_WPF_RichTextBox_C1RichTextBox_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Document.html">C1Document</a> for the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_DocumentHistory" data-uid="C1.WPF.RichTextBox.C1RichTextBox.DocumentHistory">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DocumentHistory.html#C1_WPF_RichTextBox_C1RichTextBox_DocumentHistory">DocumentHistory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DocumentHistory.html#C1_WPF_RichTextBox_C1RichTextBox_DocumentHistory">DocumentHistory</a> associated with current <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Document.html#C1_WPF_RichTextBox_C1RichTextBox_Document">Document</a>, used for undoing and redoing actions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ExtentHeight" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ExtentHeight">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ExtentHeight.html#C1_WPF_RichTextBox_C1RichTextBox_ExtentHeight">ExtentHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vertical size of all the content for display in the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ExtentWidth" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ExtentWidth">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ExtentWidth.html#C1_WPF_RichTextBox_C1RichTextBox_ExtentWidth">ExtentWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the horizontal size of all the content for display in the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_FocusCuesVisibility" data-uid="C1.WPF.RichTextBox.C1RichTextBox.FocusCuesVisibility">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.FocusCuesVisibility.html#C1_WPF_RichTextBox_C1RichTextBox_FocusCuesVisibility">FocusCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the focus visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_HideCaret" data-uid="C1.WPF.RichTextBox.C1RichTextBox.HideCaret">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HideCaret.html#C1_WPF_RichTextBox_C1RichTextBox_HideCaret">HideCaret</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the caret is hidden.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_HideSelection" data-uid="C1.WPF.RichTextBox.C1RichTextBox.HideSelection">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HideSelection.html#C1_WPF_RichTextBox_C1RichTextBox_HideSelection">HideSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the control should highlight the selection when not in focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_HorizontalOffset" data-uid="C1.WPF.RichTextBox.C1RichTextBox.HorizontalOffset">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HorizontalOffset.html#C1_WPF_RichTextBox_C1RichTextBox_HorizontalOffset">HorizontalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the horizontal offset of the scrolled content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_HorizontalScrollBarVisibility" data-uid="C1.WPF.RichTextBox.C1RichTextBox.HorizontalScrollBarVisibility">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HorizontalScrollBarVisibility.html#C1_WPF_RichTextBox_C1RichTextBox_HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether a horizontal <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.scrollbar">ScrollBar</a> should be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_Html" data-uid="C1.WPF.RichTextBox.C1RichTextBox.Html">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Html.html#C1_WPF_RichTextBox_C1RichTextBox_Html">Html</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> in HTML format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_HtmlFilter" data-uid="C1.WPF.RichTextBox.C1RichTextBox.HtmlFilter">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HtmlFilter.html#C1_WPF_RichTextBox_C1RichTextBox_HtmlFilter">HtmlFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.HtmlFilter.html#C1_WPF_RichTextBox_C1RichTextBox_HtmlFilter">HtmlFilter</a> used by this <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> to serialize and deserialize from HTML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_IsEnabledSpellChecker" data-uid="C1.WPF.RichTextBox.C1RichTextBox.IsEnabledSpellChecker">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.IsEnabledSpellChecker.html#C1_WPF_RichTextBox_C1RichTextBox_IsEnabledSpellChecker">IsEnabledSpellChecker</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the C1SpellChecker is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_IsFocused" data-uid="C1.WPF.RichTextBox.C1RichTextBox.IsFocused">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.IsFocused.html#C1_WPF_RichTextBox_C1RichTextBox_IsFocused">IsFocused</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the control has the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_IsReadOnly" data-uid="C1.WPF.RichTextBox.C1RichTextBox.IsReadOnly">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.IsReadOnly.html#C1_WPF_RichTextBox_C1RichTextBox_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user is allowed to modify the text in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_LineNumberMode" data-uid="C1.WPF.RichTextBox.C1RichTextBox.LineNumberMode">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.LineNumberMode.html#C1_WPF_RichTextBox_C1RichTextBox_LineNumberMode">LineNumberMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.LineNumberMode.html#C1_WPF_RichTextBox_C1RichTextBox_LineNumberMode">LineNumberMode</a> of the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_NavigationMode" data-uid="C1.WPF.RichTextBox.C1RichTextBox.NavigationMode">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.NavigationMode.html#C1_WPF_RichTextBox_C1RichTextBox_NavigationMode">NavigationMode</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates when the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.RequestNavigate.html">RequestNavigate</a> event is fired.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_PageCount" data-uid="C1.WPF.RichTextBox.C1RichTextBox.PageCount">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PageCount.html#C1_WPF_RichTextBox_C1RichTextBox_PageCount">PageCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current number of display pages for the content hosted by the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_PageNumber" data-uid="C1.WPF.RichTextBox.C1RichTextBox.PageNumber">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PageNumber.html#C1_WPF_RichTextBox_C1RichTextBox_PageNumber">PageNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the page number for the currently displayed page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_Painters" data-uid="C1.WPF.RichTextBox.C1RichTextBox.Painters">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Painters.html#C1_WPF_RichTextBox_C1RichTextBox_Painters">Painters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="C1.WPF.RichTextBox.IRichTextPainter.html">IRichTextPainter</a> associated with this <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_PrintPageLayout" data-uid="C1.WPF.RichTextBox.C1RichTextBox.PrintPageLayout">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PrintPageLayout.html#C1_WPF_RichTextBox_C1RichTextBox_PrintPageLayout">PrintPageLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the layout used for the pages when <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ViewMode.html#C1_WPF_RichTextBox_C1RichTextBox_ViewMode">ViewMode</a> is <a class="xref" href="C1.WPF.RichTextBox.TextViewMode.html#C1_WPF_RichTextBox_TextViewMode_Print">Print</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_PrintPanelTemplate" data-uid="C1.WPF.RichTextBox.C1RichTextBox.PrintPanelTemplate">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PrintPanelTemplate.html#C1_WPF_RichTextBox_C1RichTextBox_PrintPanelTemplate">PrintPanelTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.itemspaneltemplate">ItemsPanelTemplate</a> used for the panel containing the pages in print view mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_PrintTemplate" data-uid="C1.WPF.RichTextBox.C1RichTextBox.PrintTemplate">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.PrintTemplate.html#C1_WPF_RichTextBox_C1RichTextBox_PrintTemplate">PrintTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.datatemplate">DataTemplate</a> used to present the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> in print mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ReturnMode" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ReturnMode">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ReturnMode.html#C1_WPF_RichTextBox_C1RichTextBox_ReturnMode">ReturnMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value of <span class="xref">ReturnMode</span> that indicates how the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> handles the Return key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ScrollBarStyle" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollBarStyle">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ScrollBarStyle.html#C1_WPF_RichTextBox_C1RichTextBox_ScrollBarStyle">ScrollBarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Style used by the two ScrollBar controls contained in the default template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ScrollableHeight" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollableHeight">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ScrollableHeight.html#C1_WPF_RichTextBox_C1RichTextBox_ScrollableHeight">ScrollableHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the horizontal size of the area that can be scrolled. The difference between the height of the extent and the height of the viewport.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ScrollableWidth" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollableWidth">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ScrollableWidth.html#C1_WPF_RichTextBox_C1RichTextBox_ScrollableWidth">ScrollableWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the vertical size of the area that can be scrolled. The difference between the width of the extent and the width of the viewport.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_SelectedText" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SelectedText">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.SelectedText.html#C1_WPF_RichTextBox_C1RichTextBox_SelectedText">SelectedText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the current selection in the rich text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_Selection" data-uid="C1.WPF.RichTextBox.C1RichTextBox.Selection">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Selection.html#C1_WPF_RichTextBox_C1RichTextBox_Selection">Selection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextRange.html">C1TextRange</a> selected in the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>'s document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_SelectionBackground" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SelectionBackground">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.SelectionBackground.html#C1_WPF_RichTextBox_C1RichTextBox_SelectionBackground">SelectionBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush used to fill the background of the selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_SelectionForeground" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SelectionForeground">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.SelectionForeground.html#C1_WPF_RichTextBox_C1RichTextBox_SelectionForeground">SelectionForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush used to fill the foreground of the selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_SelectionLength" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SelectionLength">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.SelectionLength.html#C1_WPF_RichTextBox_C1RichTextBox_SelectionLength">SelectionLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of characters in the current selection in the rich text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_SelectionStart" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SelectionStart">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.SelectionStart.html#C1_WPF_RichTextBox_C1RichTextBox_SelectionStart">SelectionStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting position of the text selected in the rich text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_SpellChecker" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SpellChecker">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.SpellChecker.html#C1_WPF_RichTextBox_C1RichTextBox_SpellChecker">SpellChecker</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">C1.WPF.ISpellChecker</span> used for as-you-type spell checking.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_StyleOverrides" data-uid="C1.WPF.RichTextBox.C1RichTextBox.StyleOverrides">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.StyleOverrides.html#C1_WPF_RichTextBox_C1RichTextBox_StyleOverrides">StyleOverrides</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="C1.WPF.RichTextBox.IStyleOverride.html">IStyleOverride</a> associated with this <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_TabSize" data-uid="C1.WPF.RichTextBox.C1RichTextBox.TabSize">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.TabSize.html#C1_WPF_RichTextBox_C1RichTextBox_TabSize">TabSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of a tab character in spaces.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_Text" data-uid="C1.WPF.RichTextBox.C1RichTextBox.Text">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Text.html#C1_WPF_RichTextBox_C1RichTextBox_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text inside the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Document.html">C1Document</a> of the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_TextWrapping" data-uid="C1.WPF.RichTextBox.C1RichTextBox.TextWrapping">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.TextWrapping.html#C1_WPF_RichTextBox_C1RichTextBox_TextWrapping">TextWrapping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the control should wrap the text to fit its width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_UIContainerResizeTemplate" data-uid="C1.WPF.RichTextBox.C1RichTextBox.UIContainerResizeTemplate">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.UIContainerResizeTemplate.html#C1_WPF_RichTextBox_C1RichTextBox_UIContainerResizeTemplate">UIContainerResizeTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.datatemplate">DataTemplate</a> that generates the thumbs for resizing <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.html">C1InlineUIContainers</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ValidationDecoratorStyle" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ValidationDecoratorStyle">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ValidationDecoratorStyle.html#C1_WPF_RichTextBox_C1RichTextBox_ValidationDecoratorStyle">ValidationDecoratorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style that is applied to the inner <span class="xref">C1.WPF.C1ValidationDecorator</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_VerticalOffset" data-uid="C1.WPF.RichTextBox.C1RichTextBox.VerticalOffset">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.VerticalOffset.html#C1_WPF_RichTextBox_C1RichTextBox_VerticalOffset">VerticalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the vertical offset of the scrolled content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_VerticalScrollBarVisibility" data-uid="C1.WPF.RichTextBox.C1RichTextBox.VerticalScrollBarVisibility">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.VerticalScrollBarVisibility.html#C1_WPF_RichTextBox_C1RichTextBox_VerticalScrollBarVisibility">VerticalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether a horizontal <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.scrollbar">ScrollBar</a> should be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ViewManager" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ViewManager">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ViewManager.html#C1_WPF_RichTextBox_C1RichTextBox_ViewManager">ViewManager</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextViewManager.html">C1RichTextViewManager</a> currently used by this <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ViewMode" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ViewMode">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ViewMode.html#C1_WPF_RichTextBox_C1RichTextBox_ViewMode">ViewMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.RichTextBox.TextViewMode.html">TextViewMode</a> of the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ViewportHeight" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ViewportHeight">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ViewportHeight.html#C1_WPF_RichTextBox_C1RichTextBox_ViewportHeight">ViewportHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that contains the vertical size of the viewable content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ViewportWidth" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ViewportWidth">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ViewportWidth.html#C1_WPF_RichTextBox_C1RichTextBox_ViewportWidth">ViewportWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that contains the horizontal size of the viewable content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_Watermark" data-uid="C1.WPF.RichTextBox.C1RichTextBox.Watermark">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Watermark.html#C1_WPF_RichTextBox_C1RichTextBox_Watermark">Watermark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the watermark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_Zoom" data-uid="C1.WPF.RichTextBox.C1RichTextBox.Zoom">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Zoom.html#C1_WPF_RichTextBox_C1RichTextBox_Zoom">Zoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a zoom value applied to the contents of the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_BeginInit" data-uid="C1.WPF.RichTextBox.C1RichTextBox.BeginInit">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.BeginInit.html#C1_WPF_RichTextBox_C1RichTextBox_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ChangeVisualStateCommon.html#C1_WPF_RichTextBox_C1RichTextBox_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ChangeVisualStateFocus_System_Boolean_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ChangeVisualStateFocus(System.Boolean)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ChangeVisualStateFocus.html#C1_WPF_RichTextBox_C1RichTextBox_ChangeVisualStateFocus_System_Boolean_">ChangeVisualStateFocus(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Focus visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ChangeVisualStateWritable_System_Boolean_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ChangeVisualStateWritable(System.Boolean)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ChangeVisualStateWritable.html#C1_WPF_RichTextBox_C1RichTextBox_ChangeVisualStateWritable_System_Boolean_">ChangeVisualStateWritable(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Writable visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ClipboardCopy" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ClipboardCopy">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ClipboardCopy.html#C1_WPF_RichTextBox_C1RichTextBox_ClipboardCopy">ClipboardCopy()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the selection to the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ClipboardCut" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ClipboardCut">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ClipboardCut.html#C1_WPF_RichTextBox_C1RichTextBox_ClipboardCut">ClipboardCut()</a>
        </td>
        <td class="markdown level1 summary"><p>Cuts the selection to the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ClipboardPaste" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ClipboardPaste">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ClipboardPaste.html#C1_WPF_RichTextBox_C1RichTextBox_ClipboardPaste">ClipboardPaste()</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the current content of the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_DeleteSelection" data-uid="C1.WPF.RichTextBox.C1RichTextBox.DeleteSelection">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DeleteSelection.html#C1_WPF_RichTextBox_C1RichTextBox_DeleteSelection">DeleteSelection()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_EndInit" data-uid="C1.WPF.RichTextBox.C1RichTextBox.EndInit">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.EndInit.html#C1_WPF_RichTextBox_C1RichTextBox_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_Focus" data-uid="C1.WPF.RichTextBox.C1RichTextBox.Focus">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Focus.html#C1_WPF_RichTextBox_C1RichTextBox_Focus">Focus()</a>
        </td>
        <td class="markdown level1 summary"><p>Attempts to set the focus on the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_FormatCopy" data-uid="C1.WPF.RichTextBox.C1RichTextBox.FormatCopy">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.FormatCopy.html#C1_WPF_RichTextBox_C1RichTextBox_FormatCopy">FormatCopy()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the format of the current selection to the format clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_FormatPaste" data-uid="C1.WPF.RichTextBox.C1RichTextBox.FormatPaste">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.FormatPaste.html#C1_WPF_RichTextBox_C1RichTextBox_FormatPaste">FormatPaste()</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the content of the format clipboard to the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_GetElementFromPoint_System_Windows_Point_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.GetElementFromPoint(System.Windows.Point)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.GetElementFromPoint.html#C1_WPF_RichTextBox_C1RichTextBox_GetElementFromPoint_System_Windows_Point_">GetElementFromPoint(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> directly below a given point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_GetHtml_C1_WPF_RichTextBox_Documents_HtmlEncoding_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.GetHtml(C1.WPF.RichTextBox.Documents.HtmlEncoding)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.GetHtml.html#C1_WPF_RichTextBox_C1RichTextBox_GetHtml_C1_WPF_RichTextBox_Documents_HtmlEncoding_">GetHtml(HtmlEncoding)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the HTML content with the selected encoding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_GetPositionFromPoint_System_Windows_Point_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.GetPositionFromPoint(System.Windows.Point)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.GetPositionFromPoint.html#C1_WPF_RichTextBox_C1RichTextBox_GetPositionFromPoint_System_Windows_Point_">GetPositionFromPoint(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the closest text position to a given point in the document layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_GetRectFromPosition_C1_WPF_RichTextBox_Documents_C1TextPointer_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.GetRectFromPosition(C1.WPF.RichTextBox.Documents.C1TextPointer)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.GetRectFromPosition.html#C1_WPF_RichTextBox_C1RichTextBox_GetRectFromPosition_C1_WPF_RichTextBox_Documents_C1TextPointer_">GetRectFromPosition(C1TextPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.rect">Rect</a> of screen coordinates for a given position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_GetTextRange_System_Int32_System_Int32_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.GetTextRange(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.GetTextRange.html#C1_WPF_RichTextBox_C1RichTextBox_GetTextRange_System_Int32_System_Int32_">GetTextRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextRange.html">C1TextRange</a> that represents a range in the current
<a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Document.html#C1_WPF_RichTextBox_C1RichTextBox_Document">Document</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_GoToPage_System_Int32_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.GoToPage(System.Int32)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.GoToPage.html#C1_WPF_RichTextBox_C1RichTextBox_GoToPage_System_Int32_">GoToPage(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Causes the editor to jump to a specified page number.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_OnApplyTemplate" data-uid="C1.WPF.RichTextBox.C1RichTextBox.OnApplyTemplate">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.OnApplyTemplate.html#C1_WPF_RichTextBox_C1RichTextBox_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_OnDragEnter_System_Windows_DragEventArgs_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.OnDragEnter(System.Windows.DragEventArgs)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.OnDragEnter.html#C1_WPF_RichTextBox_C1RichTextBox_OnDragEnter_System_Windows_DragEventArgs_">OnDragEnter(DragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_OnDragLeave_System_Windows_DragEventArgs_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.OnDragLeave(System.Windows.DragEventArgs)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.OnDragLeave.html#C1_WPF_RichTextBox_C1RichTextBox_OnDragLeave_System_Windows_DragEventArgs_">OnDragLeave(DragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_OnDragOver_System_Windows_DragEventArgs_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.OnDragOver(System.Windows.DragEventArgs)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.OnDragOver.html#C1_WPF_RichTextBox_C1RichTextBox_OnDragOver_System_Windows_DragEventArgs_">OnDragOver(DragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_OnDrop_System_Windows_DragEventArgs_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.OnDrop(System.Windows.DragEventArgs)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.OnDrop.html#C1_WPF_RichTextBox_C1RichTextBox_OnDrop_System_Windows_DragEventArgs_">OnDrop(DragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_OnGiveFeedback_System_Windows_GiveFeedbackEventArgs_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.OnGiveFeedback(System.Windows.GiveFeedbackEventArgs)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.OnGiveFeedback.html#C1_WPF_RichTextBox_C1RichTextBox_OnGiveFeedback_System_Windows_GiveFeedbackEventArgs_">OnGiveFeedback(GiveFeedbackEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_OnKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.OnKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.OnKeyDown.html#C1_WPF_RichTextBox_C1RichTextBox_OnKeyDown_System_Windows_Input_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_OnKeyUp_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.OnKeyUp(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.OnKeyUp.html#C1_WPF_RichTextBox_C1RichTextBox_OnKeyUp_System_Windows_Input_KeyEventArgs_">OnKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.OnPropertyChanged.html#C1_WPF_RichTextBox_C1RichTextBox_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked whenever the effective value of any dependency property has been updated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_OnQueryContinueDrag_System_Windows_QueryContinueDragEventArgs_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.OnQueryContinueDrag(System.Windows.QueryContinueDragEventArgs)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.OnQueryContinueDrag.html#C1_WPF_RichTextBox_C1RichTextBox_OnQueryContinueDrag_System_Windows_QueryContinueDragEventArgs_">OnQueryContinueDrag(QueryContinueDragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_RemoveShortcut_System_Windows_Input_ModifierKeys_System_Windows_Input_Key_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.RemoveShortcut(System.Windows.Input.ModifierKeys,System.Windows.Input.Key)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.RemoveShortcut.html#C1_WPF_RichTextBox_C1RichTextBox_RemoveShortcut_System_Windows_Input_ModifierKeys_System_Windows_Input_Key_">RemoveShortcut(ModifierKeys, Key)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove the shortcut for some action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ScrollIntoView_C1_WPF_RichTextBox_Documents_C1TextElement_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollIntoView(C1.WPF.RichTextBox.Documents.C1TextElement)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ScrollIntoView.html#C1_WPF_RichTextBox_C1RichTextBox_ScrollIntoView_C1_WPF_RichTextBox_Documents_C1TextElement_">ScrollIntoView(C1TextElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> to bring a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ScrollIntoView_C1_WPF_RichTextBox_Documents_C1TextPointer_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollIntoView(C1.WPF.RichTextBox.Documents.C1TextPointer)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ScrollIntoView.html#C1_WPF_RichTextBox_C1RichTextBox_ScrollIntoView_C1_WPF_RichTextBox_Documents_C1TextPointer_">ScrollIntoView(C1TextPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> to bring a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextPointer.html">C1TextPointer</a> into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ScrollTo_C1_WPF_RichTextBox_Documents_C1TextPointer_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollTo(C1.WPF.RichTextBox.Documents.C1TextPointer)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ScrollTo.html#C1_WPF_RichTextBox_C1RichTextBox_ScrollTo_C1_WPF_RichTextBox_Documents_C1TextPointer_">ScrollTo(C1TextPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> so that the given position is at the top.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_Select_System_Int32_System_Int32_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.Select(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Select.html#C1_WPF_RichTextBox_C1RichTextBox_Select_System_Int32_System_Int32_">Select(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects a range of text in the rich text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_SelectAll" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SelectAll">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.SelectAll.html#C1_WPF_RichTextBox_C1RichTextBox_SelectAll">SelectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Selects all the text in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_SetHtml_System_String_System_Uri_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SetHtml(System.String,System.Uri)">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.SetHtml.html#C1_WPF_RichTextBox_C1RichTextBox_SetHtml_System_String_System_Uri_">SetHtml(string, Uri)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the HTML content.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ClipboardCopying" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ClipboardCopying">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ClipboardCopying.html">ClipboardCopying</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when a clipboard copy has been triggered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ClipboardPasting" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ClipboardPasting">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ClipboardPasting.html">ClipboardPasting</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when a clipboard paste has been triggered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_DocumentChanged" data-uid="C1.WPF.RichTextBox.C1RichTextBox.DocumentChanged">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.DocumentChanged.html">DocumentChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Document.html#C1_WPF_RichTextBox_C1RichTextBox_Document">Document</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ElementMouseEnter" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ElementMouseEnter">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ElementMouseEnter.html">ElementMouseEnter</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the mouse enters a text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ElementMouseLeave" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ElementMouseLeave">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ElementMouseLeave.html">ElementMouseLeave</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the mouse leaves a text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ElementMouseLeftButtonDown" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ElementMouseLeftButtonDown">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ElementMouseLeftButtonDown.html">ElementMouseLeftButtonDown</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the tapped a text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ElementMouseLeftButtonUp" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ElementMouseLeftButtonUp">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ElementMouseLeftButtonUp.html">ElementMouseLeftButtonUp</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the left mouse button is released over a text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ElementMouseMove" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ElementMouseMove">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ElementMouseMove.html">ElementMouseMove</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the mouse moves over a text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_IsMouseOverChanged" data-uid="C1.WPF.RichTextBox.C1RichTextBox.IsMouseOverChanged">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.IsMouseOverChanged.html">IsMouseOverChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">IsMouseOver</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_KeyDown" data-uid="C1.WPF.RichTextBox.C1RichTextBox.KeyDown">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.KeyDown.html">KeyDown</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a keyboard key is pressed while the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> has focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_LineNumberModeChanged" data-uid="C1.WPF.RichTextBox.C1RichTextBox.LineNumberModeChanged">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.LineNumberModeChanged.html">LineNumberModeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">LineNumberMode</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_MouseLeftButtonDown" data-uid="C1.WPF.RichTextBox.C1RichTextBox.MouseLeftButtonDown">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.MouseLeftButtonDown.html">MouseLeftButtonDown</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet PC) while the mouse pointer is over a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_MouseSelectionCompleted" data-uid="C1.WPF.RichTextBox.C1RichTextBox.MouseSelectionCompleted">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.MouseSelectionCompleted.html">MouseSelectionCompleted</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when the user completes a selection using a mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_RequestNavigate" data-uid="C1.WPF.RichTextBox.C1RichTextBox.RequestNavigate">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.RequestNavigate.html">RequestNavigate</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user clicks on a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Hyperlink.html">C1Hyperlink</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_SelectionChanged" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SelectionChanged">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.Selection.html#C1_WPF_RichTextBox_C1RichTextBox_Selection">Selection</a> changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_TextChanged" data-uid="C1.WPF.RichTextBox.C1RichTextBox.TextChanged">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.TextChanged.html">TextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when there is a change in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_TextDragMove" data-uid="C1.WPF.RichTextBox.C1RichTextBox.TextDragMove">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.TextDragMove.html">TextDragMove</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the mouse moves while dragging text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_TextDragStart" data-uid="C1.WPF.RichTextBox.C1RichTextBox.TextDragStart">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.TextDragStart.html">TextDragStart</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when text dragging starts. Allows canceling the drag.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_TextDrop" data-uid="C1.WPF.RichTextBox.C1RichTextBox.TextDrop">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.TextDrop.html">TextDrop</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when dragged text is dropped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1RichTextBox_ViewModeChanged" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ViewModeChanged">
          <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.ViewModeChanged.html">ViewModeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">ViewMode</span> property has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
