# C1.Win.Command.RadialMenuItem.SectorCount

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Command_RadialMenuItem_SectorCount_" data-uid="C1.Win.Command.RadialMenuItem.SectorCount*">SectorCount Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Command_RadialMenuItem_SectorCount_" data-uid="C1.Win.Command.RadialMenuItem.SectorCount*"></a>
<h4 id="C1_Win_Command_RadialMenuItem_SectorCount" data-uid="C1.Win.Command.RadialMenuItem.SectorCount">SectorCount</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating the number of sectors in the item.
If sector count is greater then menu items count, remaining sectors are shown as an empty space.
If the number of sectors is less than the number of menu items, then only as many items as specified in this property are shown
A value of -1 means that the number of sectors is equal to the number of items.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Behavior&quot;)]
[C1Description(&quot;RadialMenuItem.SectorCount&quot;, &quot;Specifies a value indicating the number of sectors in the item.&quot;)]
public override int SectorCount { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Behavior&quot;)&gt;
&lt;C1Description(&quot;RadialMenuItem.SectorCount&quot;, &quot;Specifies a value indicating the number of sectors in the item.&quot;)&gt;
Public Overrides Property SectorCount As Integer</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Win.Command.RadialMenuItemBase.SectorCount.html#C1_Win_Command_RadialMenuItemBase_SectorCount">RadialMenuItemBase.SectorCount</a></div>
<h5 id="C1_Win_Command_RadialMenuItem_SectorCount_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This value should be a positive number or -1.</p>
</div>
</div>
