# C1.WPF.Core.UVSize

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Core_UVSize" data-uid="C1.WPF.Core.UVSize" class="text-break">UVSize Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a size that is independent from the orientation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Core.html">C1.WPF.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Core.dll</h6>
  <h5 id="C1_WPF_Core_UVSize_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct UVSize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure UVSize</code></pre>
  </div>
  <h5 id="C1_WPF_Core_UVSize_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class is useful for layout's supporting orientation</p>
</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_Core_UVSize__ctor_System_Windows_Controls_Orientation_" data-uid="C1.WPF.Core.UVSize.#ctor(System.Windows.Controls.Orientation)">
          <a class="xref" href="C1.WPF.Core.UVSize.-ctor.html#C1_WPF_Core_UVSize__ctor_System_Windows_Controls_Orientation_">UVSize(Orientation)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of <a class="xref" href="C1.WPF.Core.UVSize.html">UVSize</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_UVSize__ctor_System_Windows_Controls_Orientation_System_Double_System_Double_" data-uid="C1.WPF.Core.UVSize.#ctor(System.Windows.Controls.Orientation,System.Double,System.Double)">
          <a class="xref" href="C1.WPF.Core.UVSize.-ctor.html#C1_WPF_Core_UVSize__ctor_System_Windows_Controls_Orientation_System_Double_System_Double_">UVSize(Orientation, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of <a class="xref" href="C1.WPF.Core.UVSize.html">UVSize</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_UVSize__ctor_System_Windows_Controls_Orientation_System_Windows_Size_" data-uid="C1.WPF.Core.UVSize.#ctor(System.Windows.Controls.Orientation,System.Windows.Size)">
          <a class="xref" href="C1.WPF.Core.UVSize.-ctor.html#C1_WPF_Core_UVSize__ctor_System_Windows_Controls_Orientation_System_Windows_Size_">UVSize(Orientation, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of <a class="xref" href="C1.WPF.Core.UVSize.html">UVSize</a>.</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_Core_UVSize_Height" data-uid="C1.WPF.Core.UVSize.Height">
          <a class="xref" href="C1.WPF.Core.UVSize.Height.html#C1_WPF_Core_UVSize_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height in UI coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_UVSize_Orientation" data-uid="C1.WPF.Core.UVSize.Orientation">
          <a class="xref" href="C1.WPF.Core.UVSize.Orientation.html#C1_WPF_Core_UVSize_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_UVSize_Size" data-uid="C1.WPF.Core.UVSize.Size">
          <a class="xref" href="C1.WPF.Core.UVSize.Size.html#C1_WPF_Core_UVSize_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the size in UI coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_UVSize_U" data-uid="C1.WPF.Core.UVSize.U">
          <a class="xref" href="C1.WPF.Core.UVSize.U.html#C1_WPF_Core_UVSize_U">U</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length in the direction of the orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_UVSize_V" data-uid="C1.WPF.Core.UVSize.V">
          <a class="xref" href="C1.WPF.Core.UVSize.V.html#C1_WPF_Core_UVSize_V">V</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length in the direction contrary to the orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_UVSize_Width" data-uid="C1.WPF.Core.UVSize.Width">
          <a class="xref" href="C1.WPF.Core.UVSize.Width.html#C1_WPF_Core_UVSize_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width in UI coordinates.</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_Core_UVSize_ToString" data-uid="C1.WPF.Core.UVSize.ToString">
          <a class="xref" href="C1.WPF.Core.UVSize.ToString.html#C1_WPF_Core_UVSize_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
