# GrapeCity.Documents.Text.TextLayout.AlignmentDelayToSplit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Text_TextLayout_AlignmentDelayToSplit_" data-uid="GrapeCity.Documents.Text.TextLayout.AlignmentDelayToSplit*">AlignmentDelayToSplit Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Text_TextLayout_AlignmentDelayToSplit_" data-uid="GrapeCity.Documents.Text.TextLayout.AlignmentDelayToSplit*"></a>
<h4 id="GrapeCity_Documents_Text_TextLayout_AlignmentDelayToSplit" data-uid="GrapeCity.Documents.Text.TextLayout.AlignmentDelayToSplit">AlignmentDelayToSplit</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether to delay full text alignment
till when any of the Split* methods is called.</p>
<p>Do not use this property unless you are calling any of the
Split* methods to render the text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Obsolete(&quot;This property is not used anymore. It is always equal to true.&quot;)]
public bool AlignmentDelayToSplit { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;This property is not used anymore. It is always equal to true.&quot;)&gt;
Public Property AlignmentDelayToSplit As Boolean</code></pre>
</div>
<h5 id="GrapeCity_Documents_Text_TextLayout_AlignmentDelayToSplit_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>By default this property is false, and the text is completely aligned
by the <a class="xref" href="GrapeCity.Documents.Text.TextLayout.PerformLayout.html#GrapeCity_Documents_Text_TextLayout_PerformLayout_System_Boolean_">PerformLayout(bool)</a> method.
Setting this property to true delays complete alignment (e.g. justification)
till one of the Split* methods is called. This improves performance when dealing with large
amounts of text that is split between pages or columns, as it avoids aligning
portions of text that will need to be re-aligned later anyway.</p>
</div>
<h5 id="GrapeCity_Documents_Text_TextLayout_AlignmentDelayToSplit_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="GrapeCity.Documents.Text.TextLayout.Split.html#GrapeCity_Documents_Text_TextLayout_Split_GrapeCity_Documents_Text_TextSplitOptions_GrapeCity_Documents_Text_TextLayout__">Split</a>(<a class="xref" href="GrapeCity.Documents.Text.TextSplitOptions.html">TextSplitOptions</a>, out <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a>)</div>
    <div><a class="xref" href="GrapeCity.Documents.Text.TextLayout.SplitAndBalance.html#GrapeCity_Documents_Text_TextLayout_SplitAndBalance_GrapeCity_Documents_Text_PageSplitArea___GrapeCity_Documents_Text_TextSplitOptions_GrapeCity_Documents_Text_TextLayout__">SplitAndBalance</a>(<a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.html">PageSplitArea</a>[], <a class="xref" href="GrapeCity.Documents.Text.TextSplitOptions.html">TextSplitOptions</a>, out <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a>)</div>
    <div><a class="xref" href="GrapeCity.Documents.Text.TextLayout.SplitRef.html#GrapeCity_Documents_Text_TextLayout_SplitRef_GrapeCity_Documents_Text_TextSplitOptions_GrapeCity_Documents_Text_TextLayout__">SplitRef</a>(<a class="xref" href="GrapeCity.Documents.Text.TextSplitOptions.html">TextSplitOptions</a>, ref <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a>)</div>
    <div><a class="xref" href="GrapeCity.Documents.Text.TextLayout.SplitAndBalanceRef.html#GrapeCity_Documents_Text_TextLayout_SplitAndBalanceRef_GrapeCity_Documents_Text_PageSplitArea___GrapeCity_Documents_Text_TextSplitOptions_GrapeCity_Documents_Text_TextLayout__">SplitAndBalanceRef</a>(<a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.html">PageSplitArea</a>[], <a class="xref" href="GrapeCity.Documents.Text.TextSplitOptions.html">TextSplitOptions</a>, ref <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a>)</div>
</div>
</div>
