# GrapeCity.Spreadsheet.Drawing.GraphicFrameLocks

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Drawing_GraphicFrameLocks" data-uid="GrapeCity.Spreadsheet.Drawing.GraphicFrameLocks" class="text-break">GraphicFrameLocks Enum
</h1>
  <div class="markdown level0 summary"><p>Represents all locking properties for a graphic frame.</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_GraphicFrameLocks_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum GraphicFrameLocks</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum GraphicFrameLocks</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_GraphicFrameLocks_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_GraphicFrameLocks_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_GraphicFrameLocks_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_GraphicFrameLocks_None">None</td>
        <td><p>Specifies that there is no locking.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GraphicFrameLocks_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_GraphicFrameLocks_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_GraphicFrameLocks_SelectChildren">SelectChildren</td>
        <td><p>Specifies that the generating application should not allow selecting of objects within the corresponding graphic frame but allow selecting of the graphic frame itself.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
