# C1.Win.Interop.Size.IsEmpty

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Interop_Size_IsEmpty_" data-uid="C1.Win.Interop.Size.IsEmpty*">IsEmpty Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Interop_Size_IsEmpty_" data-uid="C1.Win.Interop.Size.IsEmpty*"></a>
<h4 id="C1_Win_Interop_Size_IsEmpty" data-uid="C1.Win.Interop.Size.IsEmpty">IsEmpty</h4>
<div class="markdown level1 summary"><p>Gets a value indicating whether of the current <a class="xref" href="C1.Win.Interop.Size.html">Size</a> has zero <a class="xref" href="C1.Win.Interop.Size.Width.html#C1_Win_Interop_Size_Width">Width</a> and <a class="xref" href="C1.Win.Interop.Size.Height.html#C1_Win_Interop_Size_Height">Height</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public bool IsEmpty { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property IsEmpty As Boolean</code></pre>
</div>
</div>
