# GrapeCity.Documents.Word.Bevel.Width

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Bevel_Width_" data-uid="GrapeCity.Documents.Word.Bevel.Width*">Width Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Bevel_Width_" data-uid="GrapeCity.Documents.Word.Bevel.Width*"></a>
<h4 id="GrapeCity_Documents_Word_Bevel_Width" data-uid="GrapeCity.Documents.Word.Bevel.Width">Width</h4>
<div class="markdown level1 summary"><p>Gets or sets the width of the bevel, or how far into the object it is applied.</p>
<p>Allowed values are from <b>-0</b> to <b>1584</b>, inclusive.</p>
<p>Default value is <b>0</b> for text and <b>6</b> for drawings if <a class="xref" href="GrapeCity.Documents.Word.Bevel.Type.html#GrapeCity_Documents_Word_Bevel_Type">Type</a> is not <a class="xref" href="GrapeCity.Documents.Word.BevelType.html#GrapeCity_Documents_Word_BevelType_NoBevel">NoBevel</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public float Width { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Width As Single</code></pre>
</div>
</div>
