# GrapeCity.Spreadsheet.IGraphic.LockAspectRatio

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IGraphic_LockAspectRatio_" data-uid="GrapeCity.Spreadsheet.IGraphic.LockAspectRatio*">LockAspectRatio Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IGraphic_LockAspectRatio_" data-uid="GrapeCity.Spreadsheet.IGraphic.LockAspectRatio*"></a>
<h4 id="GrapeCity_Spreadsheet_IGraphic_LockAspectRatio" data-uid="GrapeCity.Spreadsheet.IGraphic.LockAspectRatio">LockAspectRatio</h4>
<div class="markdown level1 summary"><p><code>true</code> if the specified shape retains its original proportions when you resize it.
<code>false</code>if you can change the height and width of the shape independently of one another when you resize it.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">bool LockAspectRatio { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property LockAspectRatio As Boolean</code></pre>
</div>
</div>
