# C1.WPF.Schedule.VisualIntervalsPresenter.PanningDirection

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_VisualIntervalsPresenter_PanningDirection_" data-uid="C1.WPF.Schedule.VisualIntervalsPresenter.PanningDirection*">PanningDirection Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_VisualIntervalsPresenter_PanningDirection_" data-uid="C1.WPF.Schedule.VisualIntervalsPresenter.PanningDirection*"></a>
<h4 id="C1_WPF_Schedule_VisualIntervalsPresenter_PanningDirection" data-uid="C1.WPF.Schedule.VisualIntervalsPresenter.PanningDirection">PanningDirection</h4>
<div class="markdown level1 summary"><p>Gets or sets the panning direction.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Orientation? PanningDirection { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property PanningDirection As Orientation?</code></pre>
</div>
<h5 id="C1_WPF_Schedule_VisualIntervalsPresenter_PanningDirection_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If this property is set, the <a class="xref" href="C1.WPF.Schedule.VisualIntervalsPresenter.html">VisualIntervalsPresenter</a> control will use it to distinguish panning and cross-slide selection.
It only makes sense for touch interaction.
If this property is not set, all touch interactions will be used for selection and panning might not work.</p>
</div>
</div>
