# C1.Win.Schedule.C1Schedule.AppointmentHeight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_C1Schedule_AppointmentHeight_" data-uid="C1.Win.Schedule.C1Schedule.AppointmentHeight*">AppointmentHeight Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_C1Schedule_AppointmentHeight_" data-uid="C1.Win.Schedule.C1Schedule.AppointmentHeight*"></a>
<h4 id="C1_Win_Schedule_C1Schedule_AppointmentHeight" data-uid="C1.Win.Schedule.C1Schedule.AppointmentHeight">AppointmentHeight</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value determining the height of appointment elements
in Month, TimeLine and Office 2003 Week View modes.
Default value is -1. If this property is set to default value, appointment height will be
determined automatically according to the current view font size.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Layout&quot;)]
[C1Description(&quot;AppointmentHeight&quot;, &quot;Determines appointment height in Month, TimeLine and Office 2003 Week View modes.&quot;)]
public int AppointmentHeight { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;AppointmentHeight&quot;, &quot;Determines appointment height in Month, TimeLine and Office 2003 Week View modes.&quot;)&gt;
Public Property AppointmentHeight As Integer</code></pre>
</div>
</div>
