# C1.WPF.FlexViewer.C1FlexViewer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_FlexViewer_C1FlexViewer" data-uid="C1.WPF.FlexViewer.C1FlexViewer" class="text-break">C1FlexViewer Class
</h1>
  <div class="markdown level0 summary"><p>Represents a control showing the associated document with additional tools.</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">C1FlexViewer</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.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexViewer.html">C1.WPF.FlexViewer</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexViewer.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexViewer_C1FlexViewer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;layoutRoot&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;mainToolbar&quot;, Type = typeof(MainToolbar))]
[TemplatePart(Name = &quot;toolFrame&quot;, Type = typeof(Frame))]
[TemplatePart(Name = &quot;splitter&quot;, Type = typeof(GridSplitter))]
[TemplatePart(Name = &quot;toolColumn&quot;, Type = typeof(ColumnDefinition))]
[TemplatePart(Name = &quot;splitterColumn&quot;, Type = typeof(ColumnDefinition))]
[TemplatePart(Name = &quot;searchToolbar&quot;, Type = typeof(SearchToolbar))]
[TemplatePart(Name = &quot;fvp&quot;, Type = typeof(C1FlexViewerPane))]
[TemplatePart(Name = &quot;statusBar&quot;, Type = typeof(NotificationBar))]
[TemplatePart(Name = &quot;contextMenu&quot;, Type = typeof(ContextMenu))]
[TemplatePart(Name = &quot;copyMenuItem&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;selectToolMenuItem&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;selectAllMenuItem&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;deselectMenuItem&quot;, Type = typeof(MenuItem))]
public class C1FlexViewer : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;layoutRoot&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;mainToolbar&quot;, Type:=GetType(MainToolbar))&gt;
&lt;TemplatePart(Name:=&quot;toolFrame&quot;, Type:=GetType(Frame))&gt;
&lt;TemplatePart(Name:=&quot;splitter&quot;, Type:=GetType(GridSplitter))&gt;
&lt;TemplatePart(Name:=&quot;toolColumn&quot;, Type:=GetType(ColumnDefinition))&gt;
&lt;TemplatePart(Name:=&quot;splitterColumn&quot;, Type:=GetType(ColumnDefinition))&gt;
&lt;TemplatePart(Name:=&quot;searchToolbar&quot;, Type:=GetType(SearchToolbar))&gt;
&lt;TemplatePart(Name:=&quot;fvp&quot;, Type:=GetType(C1FlexViewerPane))&gt;
&lt;TemplatePart(Name:=&quot;statusBar&quot;, Type:=GetType(NotificationBar))&gt;
&lt;TemplatePart(Name:=&quot;contextMenu&quot;, Type:=GetType(ContextMenu))&gt;
&lt;TemplatePart(Name:=&quot;copyMenuItem&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;selectToolMenuItem&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;selectAllMenuItem&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;deselectMenuItem&quot;, Type:=GetType(MenuItem))&gt;
Public Class C1FlexViewer
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_FlexViewer_C1FlexViewer__ctor" data-uid="C1.WPF.FlexViewer.C1FlexViewer.#ctor">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.-ctor.html#C1_WPF_FlexViewer_C1FlexViewer__ctor">C1FlexViewer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the new instance of the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.html">C1FlexViewer</a> control.</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_FlexViewer_C1FlexViewer_ActiveFindMatchHighlightBrushProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ActiveFindMatchHighlightBrushProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ActiveFindMatchHighlightBrushProperty.html">ActiveFindMatchHighlightBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ActiveFindMatchHighlightBrush.html#C1_WPF_FlexViewer_C1FlexViewer_ActiveFindMatchHighlightBrush">ActiveFindMatchHighlightBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_AllowThumbViewProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.AllowThumbViewProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.AllowThumbViewProperty.html">AllowThumbViewProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.AllowThumbView.html#C1_WPF_FlexViewer_C1FlexViewer_AllowThumbView">AllowThumbView</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_BackwardForwardVisibleProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.BackwardForwardVisibleProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.BackwardForwardVisibleProperty.html">BackwardForwardVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.BackwardForwardVisible.html#C1_WPF_FlexViewer_C1FlexViewer_BackwardForwardVisible">BackwardForwardVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CloseActionEnabledProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CloseActionEnabledProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CloseActionEnabledProperty.html">CloseActionEnabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CloseActionEnabled.html#C1_WPF_FlexViewer_C1FlexViewer_CloseActionEnabled">CloseActionEnabled</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CloseButtonToolTipProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CloseButtonToolTipProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CloseButtonToolTipProperty.html">CloseButtonToolTipProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CloseButtonToolTip.html#C1_WPF_FlexViewer_C1FlexViewer_CloseButtonToolTip">CloseButtonToolTip</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CloseButtonVisibleProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CloseButtonVisibleProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CloseButtonVisibleProperty.html">CloseButtonVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CloseButtonVisible.html#C1_WPF_FlexViewer_C1FlexViewer_CloseButtonVisible">CloseButtonVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ContinuousProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ContinuousProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ContinuousProperty.html">ContinuousProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.Continuous.html#C1_WPF_FlexViewer_C1FlexViewer_Continuous">Continuous</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CurrentPageVisibleOnSearchToolbarProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CurrentPageVisibleOnSearchToolbarProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CurrentPageVisibleOnSearchToolbarProperty.html">CurrentPageVisibleOnSearchToolbarProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CurrentPageVisibleOnSearchToolbar.html#C1_WPF_FlexViewer_C1FlexViewer_CurrentPageVisibleOnSearchToolbar">CurrentPageVisibleOnSearchToolbar</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_DocumentListVisibleProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.DocumentListVisibleProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.DocumentListVisibleProperty.html">DocumentListVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.DocumentListVisible.html#C1_WPF_FlexViewer_C1FlexViewer_DocumentListVisible">DocumentListVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_DocumentListWidthProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.DocumentListWidthProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.DocumentListWidthProperty.html">DocumentListWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.DocumentListWidth.html#C1_WPF_FlexViewer_C1FlexViewer_DocumentListWidth">DocumentListWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_DocumentSourceProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.DocumentSourceProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.DocumentSourceProperty.html">DocumentSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.DocumentSource.html#C1_WPF_FlexViewer_C1FlexViewer_DocumentSource">DocumentSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_FacingPagesProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.FacingPagesProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.FacingPagesProperty.html">FacingPagesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.FacingPages.html#C1_WPF_FlexViewer_C1FlexViewer_FacingPages">FacingPages</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_FindMatchHighlightBrushProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.FindMatchHighlightBrushProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.FindMatchHighlightBrushProperty.html">FindMatchHighlightBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.FindMatchHighlightBrush.html#C1_WPF_FlexViewer_C1FlexViewer_FindMatchHighlightBrush">FindMatchHighlightBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_InputFieldWidthProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.InputFieldWidthProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.InputFieldWidthProperty.html">InputFieldWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.InputFieldWidth.html#C1_WPF_FlexViewer_C1FlexViewer_InputFieldWidth">InputFieldWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_LimitSearchToCurrentPageProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.LimitSearchToCurrentPageProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.LimitSearchToCurrentPageProperty.html">LimitSearchToCurrentPageProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.LimitSearchToCurrentPage.html#C1_WPF_FlexViewer_C1FlexViewer_LimitSearchToCurrentPage">LimitSearchToCurrentPage</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_LinkOverpanProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.LinkOverpanProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.LinkOverpanProperty.html">LinkOverpanProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.LinkOverpan.html#C1_WPF_FlexViewer_C1FlexViewer_LinkOverpan">LinkOverpan</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_LoadingPageForegroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.LoadingPageForegroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.LoadingPageForegroundProperty.html">LoadingPageForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.LoadingPageForeground.html#C1_WPF_FlexViewer_C1FlexViewer_LoadingPageForeground">LoadingPageForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_LoadingPageSizeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.LoadingPageSizeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.LoadingPageSizeProperty.html">LoadingPageSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.LoadingPageSize.html#C1_WPF_FlexViewer_C1FlexViewer_LoadingPageSize">LoadingPageSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MatchCaseProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MatchCaseProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MatchCaseProperty.html">MatchCaseProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MatchCase.html#C1_WPF_FlexViewer_C1FlexViewer_MatchCase">MatchCase</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MatchWholeWordsProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MatchWholeWordsProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MatchWholeWordsProperty.html">MatchWholeWordsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MatchWholeWords.html#C1_WPF_FlexViewer_C1FlexViewer_MatchWholeWords">MatchWholeWords</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MaxZoomFactorProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MaxZoomFactorProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MaxZoomFactorProperty.html">MaxZoomFactorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MaxZoomFactor.html#C1_WPF_FlexViewer_C1FlexViewer_MaxZoomFactor">MaxZoomFactor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MinToolFrameWidthProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MinToolFrameWidthProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MinToolFrameWidthProperty.html">MinToolFrameWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MinToolFrameWidth.html#C1_WPF_FlexViewer_C1FlexViewer_MinToolFrameWidth">MinToolFrameWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MinViewerPaneWidthProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MinViewerPaneWidthProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MinViewerPaneWidthProperty.html">MinViewerPaneWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MinViewerPaneWidth.html#C1_WPF_FlexViewer_C1FlexViewer_MinViewerPaneWidth">MinViewerPaneWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MinZoomFactorProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MinZoomFactorProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MinZoomFactorProperty.html">MinZoomFactorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MinZoomFactor.html#C1_WPF_FlexViewer_C1FlexViewer_MinZoomFactor">MinZoomFactor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MultiValueFieldHeightProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MultiValueFieldHeightProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MultiValueFieldHeightProperty.html">MultiValueFieldHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MultiValueFieldHeight.html#C1_WPF_FlexViewer_C1FlexViewer_MultiValueFieldHeight">MultiValueFieldHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_NonPaginatedContentAlignmentProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.NonPaginatedContentAlignmentProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.NonPaginatedContentAlignmentProperty.html">NonPaginatedContentAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.NonPaginatedContentAlignment.html#C1_WPF_FlexViewer_C1FlexViewer_NonPaginatedContentAlignment">NonPaginatedContentAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_OpenActionEnabledProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.OpenActionEnabledProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenActionEnabledProperty.html">OpenActionEnabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenActionEnabled.html#C1_WPF_FlexViewer_C1FlexViewer_OpenActionEnabled">OpenActionEnabled</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_OpenButtonToolTipProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.OpenButtonToolTipProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenButtonToolTipProperty.html">OpenButtonToolTipProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenButtonToolTip.html#C1_WPF_FlexViewer_C1FlexViewer_OpenButtonToolTip">OpenButtonToolTip</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_OpenButtonVisibleProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.OpenButtonVisibleProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenButtonVisibleProperty.html">OpenButtonVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenButtonVisible.html#C1_WPF_FlexViewer_C1FlexViewer_OpenButtonVisible">OpenButtonVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_OpenExportedFileProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.OpenExportedFileProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenExportedFileProperty.html">OpenExportedFileProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenExportedFile.html#C1_WPF_FlexViewer_C1FlexViewer_OpenExportedFile">OpenExportedFile</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageAreaBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageAreaBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageAreaBackgroundProperty.html">PageAreaBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageAreaBackground.html#C1_WPF_FlexViewer_C1FlexViewer_PageAreaBackground">PageAreaBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageAreaPaddingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageAreaPaddingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageAreaPaddingProperty.html">PageAreaPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageAreaPadding.html#C1_WPF_FlexViewer_C1FlexViewer_PageAreaPadding">PageAreaPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageBackgroundProperty.html">PageBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageBackground.html#C1_WPF_FlexViewer_C1FlexViewer_PageBackground">PageBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageColumnsProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageColumnsProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageColumnsProperty.html">PageColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageColumns.html#C1_WPF_FlexViewer_C1FlexViewer_PageColumns">PageColumns</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageOverpanProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageOverpanProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageOverpanProperty.html">PageOverpanProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageOverpan.html#C1_WPF_FlexViewer_C1FlexViewer_PageOverpan">PageOverpan</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageRefreshRateProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageRefreshRateProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageRefreshRateProperty.html">PageRefreshRateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageRefreshRate.html#C1_WPF_FlexViewer_C1FlexViewer_PageRefreshRate">PageRefreshRate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageRowsProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageRowsProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageRowsProperty.html">PageRowsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageRows.html#C1_WPF_FlexViewer_C1FlexViewer_PageRows">PageRows</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageSpacingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageSpacingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageSpacingProperty.html">PageSpacingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageSpacing.html#C1_WPF_FlexViewer_C1FlexViewer_PageSpacing">PageSpacing</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PaginatedProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PaginatedProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PaginatedProperty.html">PaginatedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.Paginated.html#C1_WPF_FlexViewer_C1FlexViewer_Paginated">Paginated</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_RotateViewProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.RotateViewProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.RotateViewProperty.html">RotateViewProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.RotateView.html#C1_WPF_FlexViewer_C1FlexViewer_RotateView">RotateView</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ScrollBarsProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ScrollBarsProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ScrollBarsProperty.html">ScrollBarsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ScrollBars.html#C1_WPF_FlexViewer_C1FlexViewer_ScrollBars">ScrollBars</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ScrollModeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ScrollModeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ScrollModeProperty.html">ScrollModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ScrollMode.html#C1_WPF_FlexViewer_C1FlexViewer_ScrollMode">ScrollMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_SearchToolbarPositionProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.SearchToolbarPositionProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SearchToolbarPositionProperty.html">SearchToolbarPositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SearchToolbarPosition.html#C1_WPF_FlexViewer_C1FlexViewer_SearchToolbarPosition">SearchToolbarPosition</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_SelectMouseModeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.SelectMouseModeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SelectMouseModeProperty.html">SelectMouseModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SelectMouseMode.html#C1_WPF_FlexViewer_C1FlexViewer_SelectMouseMode">SelectMouseMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_SelectionHighlightBrushProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.SelectionHighlightBrushProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SelectionHighlightBrushProperty.html">SelectionHighlightBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SelectionHighlightBrush.html#C1_WPF_FlexViewer_C1FlexViewer_SelectionHighlightBrush">SelectionHighlightBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_SplitterWidthProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.SplitterWidthProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SplitterWidthProperty.html">SplitterWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SplitterWidth.html#C1_WPF_FlexViewer_C1FlexViewer_SplitterWidth">SplitterWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbAreaBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbAreaBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbAreaBackgroundProperty.html">ThumbAreaBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbAreaBackground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbAreaBackground">ThumbAreaBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbAreaPaddingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbAreaPaddingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbAreaPaddingProperty.html">ThumbAreaPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbAreaPadding.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbAreaPadding">ThumbAreaPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbHotBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbHotBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbHotBackgroundProperty.html">ThumbHotBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbHotBackground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbHotBackground">ThumbHotBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPaddingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPaddingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPaddingProperty.html">ThumbPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPadding.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPadding">ThumbPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPageBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageBackgroundProperty.html">ThumbPageBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageBackground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPageBackground">ThumbPageBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumBackgroundProperty.html">ThumbPageNumBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumBackground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumBackground">ThumbPageNumBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumFontSizeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumFontSizeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumFontSizeProperty.html">ThumbPageNumFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumFontSize.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumFontSize">ThumbPageNumFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumForegroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumForegroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumForegroundProperty.html">ThumbPageNumForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumForeground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumForeground">ThumbPageNumForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumSizeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumSizeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumSizeProperty.html">ThumbPageNumSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumSize.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumSize">ThumbPageNumSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumSpacingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumSpacingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumSpacingProperty.html">ThumbPageNumSpacingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumSpacing.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumSpacing">ThumbPageNumSpacing</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPagePreviewSizeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPagePreviewSizeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPagePreviewSizeProperty.html">ThumbPagePreviewSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPagePreviewSize.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPagePreviewSize">ThumbPagePreviewSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPressedBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPressedBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPressedBackgroundProperty.html">ThumbPressedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPressedBackground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPressedBackground">ThumbPressedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbScrollDirectionProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbScrollDirectionProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbScrollDirectionProperty.html">ThumbScrollDirectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbScrollDirection.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbScrollDirection">ThumbScrollDirection</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbSelectedBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbSelectedBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbSelectedBackgroundProperty.html">ThumbSelectedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbSelectedBackground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbSelectedBackground">ThumbSelectedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbViewModeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbViewModeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbViewModeProperty.html">ThumbViewModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbViewMode.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbViewMode">ThumbViewMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ToolFrameContentProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ToolFrameContentProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ToolFrameContentProperty.html">ToolFrameContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ToolFrameContent.html#C1_WPF_FlexViewer_C1FlexViewer_ToolFrameContent">ToolFrameContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ToolFrameWidthProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ToolFrameWidthProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ToolFrameWidthProperty.html">ToolFrameWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ToolFrameWidth.html#C1_WPF_FlexViewer_C1FlexViewer_ToolFrameWidth">ToolFrameWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_TouchGripBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.TouchGripBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.TouchGripBackgroundProperty.html">TouchGripBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.TouchGripBackground.html#C1_WPF_FlexViewer_C1FlexViewer_TouchGripBackground">TouchGripBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_TouchGripBorderBrushProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.TouchGripBorderBrushProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.TouchGripBorderBrushProperty.html">TouchGripBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.TouchGripBorderBrush.html#C1_WPF_FlexViewer_C1FlexViewer_TouchGripBorderBrush">TouchGripBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_UseAsyncRenderingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.UseAsyncRenderingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.UseAsyncRenderingProperty.html">UseAsyncRenderingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.UseAsyncRendering.html#C1_WPF_FlexViewer_C1FlexViewer_UseAsyncRendering">UseAsyncRendering</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_UseIncrementalSearchProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.UseIncrementalSearchProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.UseIncrementalSearchProperty.html">UseIncrementalSearchProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.UseIncrementalSearch.html#C1_WPF_FlexViewer_C1FlexViewer_UseIncrementalSearch">UseIncrementalSearch</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_WideLayoutProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.WideLayoutProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.WideLayoutProperty.html">WideLayoutProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.WideLayout.html#C1_WPF_FlexViewer_C1FlexViewer_WideLayout">WideLayout</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ZoomFactorProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ZoomFactorProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ZoomFactorProperty.html">ZoomFactorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ZoomFactor.html#C1_WPF_FlexViewer_C1FlexViewer_ZoomFactor">ZoomFactor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ZoomModeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ZoomModeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ZoomModeProperty.html">ZoomModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ZoomMode.html#C1_WPF_FlexViewer_C1FlexViewer_ZoomMode">ZoomMode</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_FlexViewer_C1FlexViewer_ActiveFindMatchHighlightBrush" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ActiveFindMatchHighlightBrush">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ActiveFindMatchHighlightBrush.html#C1_WPF_FlexViewer_C1FlexViewer_ActiveFindMatchHighlightBrush">ActiveFindMatchHighlightBrush</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to highlight the active find match.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ActualSizeCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ActualSizeCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ActualSizeCommand.html#C1_WPF_FlexViewer_C1FlexViewer_ActualSizeCommand">ActualSizeCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that sets zoom to 100%.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_AllowThumbView" data-uid="C1.WPF.FlexViewer.C1FlexViewer.AllowThumbView">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.AllowThumbView.html#C1_WPF_FlexViewer_C1FlexViewer_AllowThumbView">AllowThumbView</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the Thumbnails view can be activated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_BackwardForwardVisible" data-uid="C1.WPF.FlexViewer.C1FlexViewer.BackwardForwardVisible">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.BackwardForwardVisible.html#C1_WPF_FlexViewer_C1FlexViewer_BackwardForwardVisible">BackwardForwardVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the Backward and Forward navigation buttons are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CanShowOutlines" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CanShowOutlines">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CanShowOutlines.html#C1_WPF_FlexViewer_C1FlexViewer_CanShowOutlines">CanShowOutlines</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Outlines panel can be shown (if the document has outlines).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CanShowPageSettings" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CanShowPageSettings">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CanShowPageSettings.html#C1_WPF_FlexViewer_C1FlexViewer_CanShowPageSettings">CanShowPageSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Page Settings panel can be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CanShowParameters" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CanShowParameters">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CanShowParameters.html#C1_WPF_FlexViewer_C1FlexViewer_CanShowParameters">CanShowParameters</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Parameters panel can be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CanShowSearchToolbar" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CanShowSearchToolbar">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CanShowSearchToolbar.html#C1_WPF_FlexViewer_C1FlexViewer_CanShowSearchToolbar">CanShowSearchToolbar</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Search toolbar can be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CloseActionEnabled" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CloseActionEnabled">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CloseActionEnabled.html#C1_WPF_FlexViewer_C1FlexViewer_CloseActionEnabled">CloseActionEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Close action can be executed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CloseButtonToolTip" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CloseButtonToolTip">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CloseButtonToolTip.html#C1_WPF_FlexViewer_C1FlexViewer_CloseButtonToolTip">CloseButtonToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the tooltip for the Close button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CloseButtonVisible" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CloseButtonVisible">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CloseButtonVisible.html#C1_WPF_FlexViewer_C1FlexViewer_CloseButtonVisible">CloseButtonVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the Close button is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CloseCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CloseCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CloseCommand.html#C1_WPF_FlexViewer_C1FlexViewer_CloseCommand">CloseCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that implements the Close action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_Continuous" data-uid="C1.WPF.FlexViewer.C1FlexViewer.Continuous">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.Continuous.html#C1_WPF_FlexViewer_C1FlexViewer_Continuous">Continuous</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether to show document pages continuously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CopyTextCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CopyTextCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CopyTextCommand.html#C1_WPF_FlexViewer_C1FlexViewer_CopyTextCommand">CopyTextCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that copies the selected text to Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_CurrentPageVisibleOnSearchToolbar" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CurrentPageVisibleOnSearchToolbar">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CurrentPageVisibleOnSearchToolbar.html#C1_WPF_FlexViewer_C1FlexViewer_CurrentPageVisibleOnSearchToolbar">CurrentPageVisibleOnSearchToolbar</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the &quot;Current Page&quot; button is visible on the Search toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_DeselectAllCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.DeselectAllCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.DeselectAllCommand.html#C1_WPF_FlexViewer_C1FlexViewer_DeselectAllCommand">DeselectAllCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that deselects all text in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_DocumentListCombo" data-uid="C1.WPF.FlexViewer.C1FlexViewer.DocumentListCombo">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.DocumentListCombo.html#C1_WPF_FlexViewer_C1FlexViewer_DocumentListCombo">DocumentListCombo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a customizable instance of C1ComboBox which can be used, for example, for displaying the list of reports.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_DocumentListVisible" data-uid="C1.WPF.FlexViewer.C1FlexViewer.DocumentListVisible">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.DocumentListVisible.html#C1_WPF_FlexViewer_C1FlexViewer_DocumentListVisible">DocumentListVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the Document List combobox is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_DocumentListWidth" data-uid="C1.WPF.FlexViewer.C1FlexViewer.DocumentListWidth">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.DocumentListWidth.html#C1_WPF_FlexViewer_C1FlexViewer_DocumentListWidth">DocumentListWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The width of the Document List combobox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_DocumentSource" data-uid="C1.WPF.FlexViewer.C1FlexViewer.DocumentSource">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.DocumentSource.html#C1_WPF_FlexViewer_C1FlexViewer_DocumentSource">DocumentSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the document source which is used to generate a report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ExportCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ExportCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ExportCommand.html#C1_WPF_FlexViewer_C1FlexViewer_ExportCommand">ExportCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that opens the Export dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_FacingPages" data-uid="C1.WPF.FlexViewer.C1FlexViewer.FacingPages">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.FacingPages.html#C1_WPF_FlexViewer_C1FlexViewer_FacingPages">FacingPages</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether to show facing pages side by side, the first page on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_FacingPagesCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.FacingPagesCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.FacingPagesCommand.html#C1_WPF_FlexViewer_C1FlexViewer_FacingPagesCommand">FacingPagesCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that shows facing pages side by side.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_FindMatchHighlightBrush" data-uid="C1.WPF.FlexViewer.C1FlexViewer.FindMatchHighlightBrush">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.FindMatchHighlightBrush.html#C1_WPF_FlexViewer_C1FlexViewer_FindMatchHighlightBrush">FindMatchHighlightBrush</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to highlight each find match except the active one.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_FirstPageCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.FirstPageCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.FirstPageCommand.html#C1_WPF_FlexViewer_C1FlexViewer_FirstPageCommand">FirstPageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that goes to the first page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_FourPagesViewCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.FourPagesViewCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.FourPagesViewCommand.html#C1_WPF_FlexViewer_C1FlexViewer_FourPagesViewCommand">FourPagesViewCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that sets layout to four page columns view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_InputFieldWidth" data-uid="C1.WPF.FlexViewer.C1FlexViewer.InputFieldWidth">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.InputFieldWidth.html#C1_WPF_FlexViewer_C1FlexViewer_InputFieldWidth">InputFieldWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The width of numeric/string/enumeration input fields on the Parameters and Page Settings panels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_LastPageCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.LastPageCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.LastPageCommand.html#C1_WPF_FlexViewer_C1FlexViewer_LastPageCommand">LastPageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that goes to the last page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_LimitSearchToCurrentPage" data-uid="C1.WPF.FlexViewer.C1FlexViewer.LimitSearchToCurrentPage">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.LimitSearchToCurrentPage.html#C1_WPF_FlexViewer_C1FlexViewer_LimitSearchToCurrentPage">LimitSearchToCurrentPage</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the text search should be limited to current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_LinkOverpan" data-uid="C1.WPF.FlexViewer.C1FlexViewer.LinkOverpan">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.LinkOverpan.html#C1_WPF_FlexViewer_C1FlexViewer_LinkOverpan">LinkOverpan</a>
        </td>
        <td class="markdown level1 summary"><p>The size of margin when scrolling to a link or bookmark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_LoadingPageForeground" data-uid="C1.WPF.FlexViewer.C1FlexViewer.LoadingPageForeground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.LoadingPageForeground.html#C1_WPF_FlexViewer_C1FlexViewer_LoadingPageForeground">LoadingPageForeground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to draw the message on a page which is not loaded yet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_LoadingPageSize" data-uid="C1.WPF.FlexViewer.C1FlexViewer.LoadingPageSize">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.LoadingPageSize.html#C1_WPF_FlexViewer_C1FlexViewer_LoadingPageSize">LoadingPageSize</a>
        </td>
        <td class="markdown level1 summary"><p>The size of a page which is not loaded yet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MatchCase" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MatchCase">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MatchCase.html#C1_WPF_FlexViewer_C1FlexViewer_MatchCase">MatchCase</a>
        </td>
        <td class="markdown level1 summary"><p>Indicating if search should match case.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MatchWholeWords" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MatchWholeWords">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MatchWholeWords.html#C1_WPF_FlexViewer_C1FlexViewer_MatchWholeWords">MatchWholeWords</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if search should match the whole words.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MaxZoomFactor" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MaxZoomFactor">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MaxZoomFactor.html#C1_WPF_FlexViewer_C1FlexViewer_MaxZoomFactor">MaxZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>The maximum allowed zoom factor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MinToolFrameWidth" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MinToolFrameWidth">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MinToolFrameWidth.html#C1_WPF_FlexViewer_C1FlexViewer_MinToolFrameWidth">MinToolFrameWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The minimal width of the tool frame.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MinViewerPaneWidth" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MinViewerPaneWidth">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MinViewerPaneWidth.html#C1_WPF_FlexViewer_C1FlexViewer_MinViewerPaneWidth">MinViewerPaneWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The minimal width of the preview pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MinZoomFactor" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MinZoomFactor">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MinZoomFactor.html#C1_WPF_FlexViewer_C1FlexViewer_MinZoomFactor">MinZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>The minimum allowed zoom factor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_MultiValueFieldHeight" data-uid="C1.WPF.FlexViewer.C1FlexViewer.MultiValueFieldHeight">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.MultiValueFieldHeight.html#C1_WPF_FlexViewer_C1FlexViewer_MultiValueFieldHeight">MultiValueFieldHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the height of the multi-value input fields on the Parameters panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_NavigateBackwardCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.NavigateBackwardCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.NavigateBackwardCommand.html#C1_WPF_FlexViewer_C1FlexViewer_NavigateBackwardCommand">NavigateBackwardCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that navigates to the previous position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_NavigateForwardCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.NavigateForwardCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.NavigateForwardCommand.html#C1_WPF_FlexViewer_C1FlexViewer_NavigateForwardCommand">NavigateForwardCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that navigates to the next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_NextPageCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.NextPageCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.NextPageCommand.html#C1_WPF_FlexViewer_C1FlexViewer_NextPageCommand">NextPageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that goes to the next page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_NonPaginatedContentAlignment" data-uid="C1.WPF.FlexViewer.C1FlexViewer.NonPaginatedContentAlignment">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.NonPaginatedContentAlignment.html#C1_WPF_FlexViewer_C1FlexViewer_NonPaginatedContentAlignment">NonPaginatedContentAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>The alignment of the non-paginated content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_OnePageViewCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.OnePageViewCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OnePageViewCommand.html#C1_WPF_FlexViewer_C1FlexViewer_OnePageViewCommand">OnePageViewCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that sets layout to one page column view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_OpenActionEnabled" data-uid="C1.WPF.FlexViewer.C1FlexViewer.OpenActionEnabled">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenActionEnabled.html#C1_WPF_FlexViewer_C1FlexViewer_OpenActionEnabled">OpenActionEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Open action can be executed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_OpenButtonToolTip" data-uid="C1.WPF.FlexViewer.C1FlexViewer.OpenButtonToolTip">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenButtonToolTip.html#C1_WPF_FlexViewer_C1FlexViewer_OpenButtonToolTip">OpenButtonToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the tooltip for the Open button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_OpenButtonVisible" data-uid="C1.WPF.FlexViewer.C1FlexViewer.OpenButtonVisible">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenButtonVisible.html#C1_WPF_FlexViewer_C1FlexViewer_OpenButtonVisible">OpenButtonVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the Open button is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_OpenCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.OpenCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenCommand.html#C1_WPF_FlexViewer_C1FlexViewer_OpenCommand">OpenCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that implements the Open action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_OpenExportedFile" data-uid="C1.WPF.FlexViewer.C1FlexViewer.OpenExportedFile">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenExportedFile.html#C1_WPF_FlexViewer_C1FlexViewer_OpenExportedFile">OpenExportedFile</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the exported document should be opened for preview.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageAreaBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageAreaBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageAreaBackground.html#C1_WPF_FlexViewer_C1FlexViewer_PageAreaBackground">PageAreaBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to fill the area behind the document pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageAreaPadding" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageAreaPadding">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageAreaPadding.html#C1_WPF_FlexViewer_C1FlexViewer_PageAreaPadding">PageAreaPadding</a>
        </td>
        <td class="markdown level1 summary"><p>The amount of padding between pages and the preview window edges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageBackground.html#C1_WPF_FlexViewer_C1FlexViewer_PageBackground">PageBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to fill the document pages before drawing the content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageColumns" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageColumns">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageColumns.html#C1_WPF_FlexViewer_C1FlexViewer_PageColumns">PageColumns</a>
        </td>
        <td class="markdown level1 summary"><p>The number of page columns shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageOverpan" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageOverpan">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageOverpan.html#C1_WPF_FlexViewer_C1FlexViewer_PageOverpan">PageOverpan</a>
        </td>
        <td class="markdown level1 summary"><p>The size of the previous page that remains visible when the user navigates to the next page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageRefreshRate" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageRefreshRate">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageRefreshRate.html#C1_WPF_FlexViewer_C1FlexViewer_PageRefreshRate">PageRefreshRate</a>
        </td>
        <td class="markdown level1 summary"><p>The number of pages generated between the viewer refreshes its layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageRows" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageRows">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageRows.html#C1_WPF_FlexViewer_C1FlexViewer_PageRows">PageRows</a>
        </td>
        <td class="markdown level1 summary"><p>The number of page rows shown in non-continuous mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageSpacing" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageSpacing">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageSpacing.html#C1_WPF_FlexViewer_C1FlexViewer_PageSpacing">PageSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>The amount of padding between pages in the preview.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PageWidthCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PageWidthCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PageWidthCommand.html#C1_WPF_FlexViewer_C1FlexViewer_PageWidthCommand">PageWidthCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that sets zoom to page width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_Paginated" data-uid="C1.WPF.FlexViewer.C1FlexViewer.Paginated">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.Paginated.html#C1_WPF_FlexViewer_C1FlexViewer_Paginated">Paginated</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the content should be represented as a set of fixed sized pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_Pane" data-uid="C1.WPF.FlexViewer.C1FlexViewer.Pane">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.Pane.html#C1_WPF_FlexViewer_C1FlexViewer_Pane">Pane</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hosted <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PreviousPageCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PreviousPageCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PreviousPageCommand.html#C1_WPF_FlexViewer_C1FlexViewer_PreviousPageCommand">PreviousPageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that goes to the previous page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_PrintCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.PrintCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.PrintCommand.html#C1_WPF_FlexViewer_C1FlexViewer_PrintCommand">PrintCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that opens the Print dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_RefreshCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.RefreshCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.RefreshCommand.html#C1_WPF_FlexViewer_C1FlexViewer_RefreshCommand">RefreshCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that refreshes/reloads the report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_RotateClockwiseCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.RotateClockwiseCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.RotateClockwiseCommand.html#C1_WPF_FlexViewer_C1FlexViewer_RotateClockwiseCommand">RotateClockwiseCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that rotates pages by 90 degrees clockwise relative to the current orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_RotateCounterClockwiseCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.RotateCounterClockwiseCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.RotateCounterClockwiseCommand.html#C1_WPF_FlexViewer_C1FlexViewer_RotateCounterClockwiseCommand">RotateCounterClockwiseCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that rotates pages by 90 degrees counter-clockwise relative to the current orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_RotateView" data-uid="C1.WPF.FlexViewer.C1FlexViewer.RotateView">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.RotateView.html#C1_WPF_FlexViewer_C1FlexViewer_RotateView">RotateView</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the view rotation angle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ScrollBars" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ScrollBars">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ScrollBars.html#C1_WPF_FlexViewer_C1FlexViewer_ScrollBars">ScrollBars</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies which scroll bars should appear in a <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ScrollMode" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ScrollMode">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ScrollMode.html#C1_WPF_FlexViewer_C1FlexViewer_ScrollMode">ScrollMode</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies what to do while scrolling document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_SearchToolbarPosition" data-uid="C1.WPF.FlexViewer.C1FlexViewer.SearchToolbarPosition">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SearchToolbarPosition.html#C1_WPF_FlexViewer_C1FlexViewer_SearchToolbarPosition">SearchToolbarPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies position of the Search toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_SearchToolbarVisible" data-uid="C1.WPF.FlexViewer.C1FlexViewer.SearchToolbarVisible">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SearchToolbarVisible.html#C1_WPF_FlexViewer_C1FlexViewer_SearchToolbarVisible">SearchToolbarVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Search toolbar is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_SelectAllCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.SelectAllCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SelectAllCommand.html#C1_WPF_FlexViewer_C1FlexViewer_SelectAllCommand">SelectAllCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that selects all text in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_SelectMouseMode" data-uid="C1.WPF.FlexViewer.C1FlexViewer.SelectMouseMode">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SelectMouseMode.html#C1_WPF_FlexViewer_C1FlexViewer_SelectMouseMode">SelectMouseMode</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether clicking and dragging with the mouse selects text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_SelectionHighlightBrush" data-uid="C1.WPF.FlexViewer.C1FlexViewer.SelectionHighlightBrush">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SelectionHighlightBrush.html#C1_WPF_FlexViewer_C1FlexViewer_SelectionHighlightBrush">SelectionHighlightBrush</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to highlight text selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_SplitterWidth" data-uid="C1.WPF.FlexViewer.C1FlexViewer.SplitterWidth">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.SplitterWidth.html#C1_WPF_FlexViewer_C1FlexViewer_SplitterWidth">SplitterWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The width of the splitter between the tool frame and the preview pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_StopOperationCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.StopOperationCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.StopOperationCommand.html#C1_WPF_FlexViewer_C1FlexViewer_StopOperationCommand">StopOperationCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that tries to stop the current operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbAreaBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbAreaBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbAreaBackground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbAreaBackground">ThumbAreaBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to fill the area behind the page thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbAreaPadding" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbAreaPadding">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbAreaPadding.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbAreaPadding">ThumbAreaPadding</a>
        </td>
        <td class="markdown level1 summary"><p>The amount of padding between the thumbnails and the preview window edges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbHotBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbHotBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbHotBackground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbHotBackground">ThumbHotBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The background brush of a 'hot' thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPadding" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPadding">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPadding.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPadding">ThumbPadding</a>
        </td>
        <td class="markdown level1 summary"><p>The amount of padding within a page thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPageBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageBackground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPageBackground">ThumbPageBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to fill the area of a thumbnail where the page is drawn.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumBackground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumBackground">ThumbPageNumBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to fill the page number background on thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumFontSize" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumFontSize">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumFontSize.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumFontSize">ThumbPageNumFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>The size of the font used for drawing the page number in thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumForeground" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumForeground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumForeground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumForeground">ThumbPageNumForeground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to draw the page number on thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumSize" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumSize">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumSize.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumSize">ThumbPageNumSize</a>
        </td>
        <td class="markdown level1 summary"><p>The size of the page number area within a thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumSpacing" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumSpacing">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPageNumSpacing.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPageNumSpacing">ThumbPageNumSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>The amount of spacing between the page number and page content in thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPagePreviewSize" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPagePreviewSize">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPagePreviewSize.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPagePreviewSize">ThumbPagePreviewSize</a>
        </td>
        <td class="markdown level1 summary"><p>The amount of padding between pages in the preview.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbPressedBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbPressedBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbPressedBackground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbPressedBackground">ThumbPressedBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The background brush of a pressed thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbScrollDirection" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbScrollDirection">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbScrollDirection.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbScrollDirection">ThumbScrollDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the direction of scrolling for the Thumbnails view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbSelectedBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbSelectedBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbSelectedBackground.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbSelectedBackground">ThumbSelectedBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The background brush of a selected thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ThumbViewMode" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ThumbViewMode">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ThumbViewMode.html#C1_WPF_FlexViewer_C1FlexViewer_ThumbViewMode">ThumbViewMode</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the Thumbnails view should be activated whenever possible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ToolFrameContent" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ToolFrameContent">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ToolFrameContent.html#C1_WPF_FlexViewer_C1FlexViewer_ToolFrameContent">ToolFrameContent</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies which content should be displayed in the tool frame.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ToolFrameVisible" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ToolFrameVisible">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ToolFrameVisible.html#C1_WPF_FlexViewer_C1FlexViewer_ToolFrameVisible">ToolFrameVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Search toolbar is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ToolFrameWidth" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ToolFrameWidth">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ToolFrameWidth.html#C1_WPF_FlexViewer_C1FlexViewer_ToolFrameWidth">ToolFrameWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The width of the tool frame.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_TouchGripBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewer.TouchGripBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.TouchGripBackground.html#C1_WPF_FlexViewer_C1FlexViewer_TouchGripBackground">TouchGripBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used for filling background of a grip handle for text selection with touch.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_TouchGripBorderBrush" data-uid="C1.WPF.FlexViewer.C1FlexViewer.TouchGripBorderBrush">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.TouchGripBorderBrush.html#C1_WPF_FlexViewer_C1FlexViewer_TouchGripBorderBrush">TouchGripBorderBrush</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used for drawing border of a selection grip handle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_TwoPagesViewCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.TwoPagesViewCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.TwoPagesViewCommand.html#C1_WPF_FlexViewer_C1FlexViewer_TwoPagesViewCommand">TwoPagesViewCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that sets layout to two page columns view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_UseAsyncRendering" data-uid="C1.WPF.FlexViewer.C1FlexViewer.UseAsyncRendering">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.UseAsyncRendering.html#C1_WPF_FlexViewer_C1FlexViewer_UseAsyncRendering">UseAsyncRendering</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the document should be generated asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_UseIncrementalSearch" data-uid="C1.WPF.FlexViewer.C1FlexViewer.UseIncrementalSearch">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.UseIncrementalSearch.html#C1_WPF_FlexViewer_C1FlexViewer_UseIncrementalSearch">UseIncrementalSearch</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if &quot;search as you type&quot; method of search should be used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_WholePageCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.WholePageCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.WholePageCommand.html#C1_WPF_FlexViewer_C1FlexViewer_WholePageCommand">WholePageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that sets zoom to whole page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_WideLayout" data-uid="C1.WPF.FlexViewer.C1FlexViewer.WideLayout">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.WideLayout.html#C1_WPF_FlexViewer_C1FlexViewer_WideLayout">WideLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether a multi-column layout is applied to wide reports by default.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ZoomFactor" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ZoomFactor">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ZoomFactor.html#C1_WPF_FlexViewer_C1FlexViewer_ZoomFactor">ZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the zoom factor (1.0 is actual size).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ZoomInCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ZoomInCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ZoomInCommand.html#C1_WPF_FlexViewer_C1FlexViewer_ZoomInCommand">ZoomInCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that performs the zoom-in operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ZoomMode" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ZoomMode">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ZoomMode.html#C1_WPF_FlexViewer_C1FlexViewer_ZoomMode">ZoomMode</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the preview zoom mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ZoomOutCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ZoomOutCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ZoomOutCommand.html#C1_WPF_FlexViewer_C1FlexViewer_ZoomOutCommand">ZoomOutCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that performs the zoom-out operation.</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_FlexViewer_C1FlexViewer_FocusPane" data-uid="C1.WPF.FlexViewer.C1FlexViewer.FocusPane">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.FocusPane.html#C1_WPF_FlexViewer_C1FlexViewer_FocusPane">FocusPane()</a>
        </td>
        <td class="markdown level1 summary"><p>Moves input focus to the hosted <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_HideSearchToolbar" data-uid="C1.WPF.FlexViewer.C1FlexViewer.HideSearchToolbar">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.HideSearchToolbar.html#C1_WPF_FlexViewer_C1FlexViewer_HideSearchToolbar">HideSearchToolbar()</a>
        </td>
        <td class="markdown level1 summary"><p>Hides the Search toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_OnApplyTemplate" data-uid="C1.WPF.FlexViewer.C1FlexViewer.OnApplyTemplate">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OnApplyTemplate.html#C1_WPF_FlexViewer_C1FlexViewer_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_OnVisualParentChanged_System_Windows_DependencyObject_" data-uid="C1.WPF.FlexViewer.C1FlexViewer.OnVisualParentChanged(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OnVisualParentChanged.html#C1_WPF_FlexViewer_C1FlexViewer_OnVisualParentChanged_System_Windows_DependencyObject_">OnVisualParentChanged(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when the Parent of this element is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_ShowSearchToolbar" data-uid="C1.WPF.FlexViewer.C1FlexViewer.ShowSearchToolbar">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.ShowSearchToolbar.html#C1_WPF_FlexViewer_C1FlexViewer_ShowSearchToolbar">ShowSearchToolbar()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the Search toolbar, if possible.</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_FlexViewer_C1FlexViewer_CloseAction" data-uid="C1.WPF.FlexViewer.C1FlexViewer.CloseAction">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.CloseAction.html">CloseAction</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user presses the Close button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewer_OpenAction" data-uid="C1.WPF.FlexViewer.C1FlexViewer.OpenAction">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewer.OpenAction.html">OpenAction</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user presses the Open button.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
