# C1.Document.CornerRadius.AllY

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_CornerRadius_AllY_" data-uid="C1.Document.CornerRadius.AllY*">AllY Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_CornerRadius_AllY_" data-uid="C1.Document.CornerRadius.AllY*"></a>
<h4 id="C1_Document_CornerRadius_AllY" data-uid="C1.Document.CornerRadius.AllY">AllY</h4>
<div class="markdown level1 summary"><p>Gets or sets a single Y radius value for all corners.
Getting this property when different Y radii have different values returns null.
Setting this property to null does not have any effect.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;CornerRadius.AllY&quot;, &quot;Specifies a single Y radius value for all corners.&quot;)]
public double? AllY { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;CornerRadius.AllY&quot;, &quot;Specifies a single Y radius value for all corners.&quot;)&gt;
Public Property AllY As Double?</code></pre>
</div>
</div>
