# GrapeCity.Documents.Word.ShapeHeight.Relative

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ShapeHeight_Relative_" data-uid="GrapeCity.Documents.Word.ShapeHeight.Relative*">Relative Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ShapeHeight_Relative_" data-uid="GrapeCity.Documents.Word.ShapeHeight.Relative*"></a>
<h4 id="GrapeCity_Documents_Word_ShapeHeight_Relative" data-uid="GrapeCity.Documents.Word.ShapeHeight.Relative">Relative</h4>
<div class="markdown level1 summary"><p>Gets or sets the shape height in percent according to the <a class="xref" href="GrapeCity.Documents.Word.ShapeHeight.RelativeTo.html#GrapeCity_Documents_Word_ShapeHeight_RelativeTo">RelativeTo</a> value.</p>
<p>
If the property <a class="xref" href="GrapeCity.Documents.Word.ShapeHeight.RelativeTo.html#GrapeCity_Documents_Word_ShapeHeight_RelativeTo">RelativeTo</a> value is <a class="xref" href="GrapeCity.Documents.Word.SizeRelativeVertically.html#GrapeCity_Documents_Word_SizeRelativeVertically_None">None</a>, then the <a class="xref" href="GrapeCity.Documents.Word.ShapeHeight.Value.html#GrapeCity_Documents_Word_ShapeHeight_Value">Value</a> property value is used.
</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>
