# C1.WPF.Ribbon.C1Tool.Orientation

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Ribbon_C1Tool_Orientation_" data-uid="C1.WPF.Ribbon.C1Tool.Orientation*">Orientation Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Ribbon_C1Tool_Orientation_" data-uid="C1.WPF.Ribbon.C1Tool.Orientation*"></a>
<h4 id="C1_WPF_Ribbon_C1Tool_Orientation" data-uid="C1.WPF.Ribbon.C1Tool.Orientation">Orientation</h4>
<div class="markdown level1 summary"><p>Gets or sets the orientation of the tool element. When is Horizontal, the label will be drawn at the right of the icon, and when it is vertical, the label will be displayed at the bottom of the icon.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Orientation Orientation { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Orientation As Orientation</code></pre>
</div>
</div>
