# GrapeCity.Documents.Word.ShapeWidth.Relative

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ShapeWidth_Relative_" data-uid="GrapeCity.Documents.Word.ShapeWidth.Relative*">Relative Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ShapeWidth_Relative_" data-uid="GrapeCity.Documents.Word.ShapeWidth.Relative*"></a>
<h4 id="GrapeCity_Documents_Word_ShapeWidth_Relative" data-uid="GrapeCity.Documents.Word.ShapeWidth.Relative">Relative</h4>
<div class="markdown level1 summary"><p>Gets or sets the shape width in percent according to the <a class="xref" href="GrapeCity.Documents.Word.ShapeWidth.RelativeTo.html#GrapeCity_Documents_Word_ShapeWidth_RelativeTo">RelativeTo</a> value.</p>
<p>
If the property <a class="xref" href="GrapeCity.Documents.Word.ShapeWidth.RelativeTo.html#GrapeCity_Documents_Word_ShapeWidth_RelativeTo">RelativeTo</a> value is <a class="xref" href="GrapeCity.Documents.Word.SizeRelativeHorizontally.html#GrapeCity_Documents_Word_SizeRelativeHorizontally_None">None</a> then use the <a class="xref" href="GrapeCity.Documents.Word.ShapeWidth.Value.html#GrapeCity_Documents_Word_ShapeWidth_Value">Value</a> property value.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public float Relative { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Relative As Single</code></pre>
</div>
</div>
