# GrapeCity.Spreadsheet.Drawing.GroupShapeLocks

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Drawing_GroupShapeLocks" data-uid="GrapeCity.Spreadsheet.Drawing.GroupShapeLocks" class="text-break">GroupShapeLocks Enum
</h1>
  <div class="markdown level0 summary"><p>Represents all locking properties for a group shape.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_GroupShapeLocks_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum GroupShapeLocks</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum GroupShapeLocks</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GroupShapeLocks_Aspect">Aspect</td>
        <td><p>Specifies that the application should not allow aspect ratio changes for the corresponding connection shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GroupShapeLocks_Group">Group</td>
        <td><p>Specifies that the application should not allow shape grouping for the corresponding connection shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GroupShapeLocks_Move">Move</td>
        <td><p>Specifies that the application should not allow position changes for the corresponding connection shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GroupShapeLocks_None">None</td>
        <td><p>Specifies that there is no locking.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GroupShapeLocks_Resize">Resize</td>
        <td><p>Specifies that the application should not allow size changes for the corresponding connection shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GroupShapeLocks_Rotate">Rotate</td>
        <td><p>Specifies that the application should not allow shape rotation changes for the corresponding connection shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GroupShapeLocks_Select">Select</td>
        <td><p>Specifies that the application should not allow selecting of the corresponding connection shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GroupShapeLocks_Ungroup">Ungroup</td>
        <td><p>Specifies that the generating application should not show adjust handles for the corresponding connection shape.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
