# GrapeCity.Documents.Word.ContentControl.MultiLine

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ContentControl_MultiLine_" data-uid="GrapeCity.Documents.Word.ContentControl.MultiLine*">MultiLine Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ContentControl_MultiLine_" data-uid="GrapeCity.Documents.Word.ContentControl.MultiLine*"></a>
<h4 id="GrapeCity_Documents_Word_ContentControl_MultiLine" data-uid="GrapeCity.Documents.Word.ContentControl.MultiLine">MultiLine</h4>
<div class="markdown level1 summary"><p>Gets or sets whether soft line breaks can be added to the contents of this control when this document is modified.
This property shall not affect the ability of the control to display existing soft line breaks (which shall be preserved)
and shall only affect the ability to add line breaks when the document is modified by an application.
This property has effect only if the property <a class="xref" href="GrapeCity.Documents.Word.ContentControl.ControlType.html#GrapeCity_Documents_Word_ContentControl_ControlType">ControlType</a> is <a class="xref" href="GrapeCity.Documents.Word.ContentControlType.html#GrapeCity_Documents_Word_ContentControlType_Text">Text</a> or <a class="xref" href="GrapeCity.Documents.Word.ContentControlType.html#GrapeCity_Documents_Word_ContentControlType_ExternalContentEntityPicker">ExternalContentEntityPicker</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool MultiLine { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property MultiLine As Boolean</code></pre>
</div>
</div>
