# GrapeCity.Documents.Word.ShapeHorizontalPosition.Offset

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ShapeHorizontalPosition_Offset_" data-uid="GrapeCity.Documents.Word.ShapeHorizontalPosition.Offset*">Offset Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ShapeHorizontalPosition_Offset_" data-uid="GrapeCity.Documents.Word.ShapeHorizontalPosition.Offset*"></a>
<h4 id="GrapeCity_Documents_Word_ShapeHorizontalPosition_Offset" data-uid="GrapeCity.Documents.Word.ShapeHorizontalPosition.Offset">Offset</h4>
<div class="markdown level1 summary"><p>Gets or sets the horizontal offset in points or percent according to the <a class="xref" href="GrapeCity.Documents.Word.ShapeHorizontalPosition.Type.html#GrapeCity_Documents_Word_ShapeHorizontalPosition_Type">Type</a> property value.</p>
<p>
For nested shapes this property value is always relative to the parent shape's <a class="xref" href="GrapeCity.Documents.Word.GroupShape.ChildrenOffset.html#GrapeCity_Documents_Word_GroupShape_ChildrenOffset">ChildrenOffset</a>.
</p>
<p>
If the shape is not nested and <a class="xref" href="GrapeCity.Documents.Word.WrapFormat.Type.html#GrapeCity_Documents_Word_WrapFormat_Type">Type</a> is <a class="xref" href="GrapeCity.Documents.Word.WrapType.html#GrapeCity_Documents_Word_WrapType_Inline">Inline</a>, 
this value does not have any effect when displaying the object, 
but can be maintained and used if the object is subsequently changed to floating. 
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public float Offset { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Offset As Single</code></pre>
</div>
</div>
