# GrapeCity.ActiveReports.PageReportModel.RoundingRadius.TopLeft

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_PageReportModel_RoundingRadius_TopLeft_" data-uid="GrapeCity.ActiveReports.PageReportModel.RoundingRadius.TopLeft*">TopLeft Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_RoundingRadius_TopLeft_" data-uid="GrapeCity.ActiveReports.PageReportModel.RoundingRadius.TopLeft*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_RoundingRadius_TopLeft" data-uid="GrapeCity.ActiveReports.PageReportModel.RoundingRadius.TopLeft">TopLeft</h4>
<div class="markdown level1 summary"><p>Gets or sets the radius of the top-left corner.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ExpressionInfo TopLeft { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Data.ExpressionInfo/GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.html">ExpressionInfo</a></td>
      <td><p>An <a class="xref" href="../MESCIUS.ActiveReports.Core.Data.ExpressionInfo/GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.html">ExpressionInfo</a> object that evaluates to the radius of the top-left corner.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_PageReportModel_RoundingRadius_TopLeft_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This value overrides the default radius for the top-left corner.</p>
</div>
<h5 id="GrapeCity_ActiveReports_PageReportModel_RoundingRadius_TopLeft_examples">Examples</h5>
<pre><code class="lang-csharp">roundingRadius.TopLeft = "10pt";</code></pre>

</div>
