# C1.WPF.Extended.C1Rating

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Extended_C1Rating" data-uid="C1.WPF.Extended.C1Rating" class="text-break">C1Rating Class
</h1>
  <div class="markdown level0 summary"><p>The C1Rating represents a control that it can easily implement the rating functionality</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.itemscontrol">ItemsControl</a></div>
    <div class="level8"><span class="xref">C1Rating</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.icontainitemstorage">IContainItemStorage</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Extended.html">C1.WPF.Extended</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Extended.4.6.2.dll</h6>
  <h5 id="C1_WPF_Extended_C1Rating_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;MainPanel&quot;, Type = typeof(Grid))]
public class C1Rating : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;MainPanel&quot;, Type:=GetType(Grid))&gt;
Public Class C1Rating
    Inherits ItemsControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Extended_C1Rating__ctor" data-uid="C1.WPF.Extended.C1Rating.#ctor">
          <a class="xref" href="C1.WPF.Extended.C1Rating.-ctor.html#C1_WPF_Extended_C1Rating__ctor">C1Rating()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Extended.C1Rating.html">C1Rating</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_AnimationModeProperty" data-uid="C1.WPF.Extended.C1Rating.AnimationModeProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.AnimationModeProperty.html">AnimationModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.AnimationMode.html#C1_WPF_Extended_C1Rating_AnimationMode">AnimationMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_AnimationOriginProperty" data-uid="C1.WPF.Extended.C1Rating.AnimationOriginProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.AnimationOriginProperty.html">AnimationOriginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.AnimationOrigin.html#C1_WPF_Extended_C1Rating_AnimationOrigin">AnimationOrigin</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_AnimationTypeProperty" data-uid="C1.WPF.Extended.C1Rating.AnimationTypeProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.AnimationTypeProperty.html">AnimationTypeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.AnimationType.html#C1_WPF_Extended_C1Rating_AnimationType">AnimationType</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_AutoGeneratedItemsCountProperty" data-uid="C1.WPF.Extended.C1Rating.AutoGeneratedItemsCountProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.AutoGeneratedItemsCountProperty.html">AutoGeneratedItemsCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.AutoGeneratedItemsCount.html#C1_WPF_Extended_C1Rating_AutoGeneratedItemsCount">AutoGeneratedItemsCount</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_HoveredBrushProperty" data-uid="C1.WPF.Extended.C1Rating.HoveredBrushProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.HoveredBrushProperty.html">HoveredBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.HoveredBrush.html#C1_WPF_Extended_C1Rating_HoveredBrush">HoveredBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_IsReadOnlyProperty" data-uid="C1.WPF.Extended.C1Rating.IsReadOnlyProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.IsReadOnlyProperty.html">IsReadOnlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.IsReadOnly.html#C1_WPF_Extended_C1Rating_IsReadOnly">IsReadOnly</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_OrientationProperty" data-uid="C1.WPF.Extended.C1Rating.OrientationProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.OrientationProperty.html">OrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.Orientation.html#C1_WPF_Extended_C1Rating_Orientation">Orientation</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_RatedBrushProperty" data-uid="C1.WPF.Extended.C1Rating.RatedBrushProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.RatedBrushProperty.html">RatedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.RatedBrush.html#C1_WPF_Extended_C1Rating_RatedBrush">RatedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_RatingModeProperty" data-uid="C1.WPF.Extended.C1Rating.RatingModeProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.RatingModeProperty.html">RatingModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.RatingMode.html#C1_WPF_Extended_C1Rating_RatingMode">RatingMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_RatingPrecisionProperty" data-uid="C1.WPF.Extended.C1Rating.RatingPrecisionProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.RatingPrecisionProperty.html">RatingPrecisionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.RatingPrecision.html#C1_WPF_Extended_C1Rating_RatingPrecision">RatingPrecision</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_ShowToolTipProperty" data-uid="C1.WPF.Extended.C1Rating.ShowToolTipProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.ShowToolTipProperty.html">ShowToolTipProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.ShowToolTip.html#C1_WPF_Extended_C1Rating_ShowToolTip">ShowToolTip</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_ToolTipPlacementProperty" data-uid="C1.WPF.Extended.C1Rating.ToolTipPlacementProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.ToolTipPlacementProperty.html">ToolTipPlacementProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.ToolTipPlacement.html#C1_WPF_Extended_C1Rating_ToolTipPlacement">ToolTipPlacement</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_ToolTipTemplateProperty" data-uid="C1.WPF.Extended.C1Rating.ToolTipTemplateProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.ToolTipTemplateProperty.html">ToolTipTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.ToolTipTemplate.html#C1_WPF_Extended_C1Rating_ToolTipTemplate">ToolTipTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_UnratedBrushProperty" data-uid="C1.WPF.Extended.C1Rating.UnratedBrushProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.UnratedBrushProperty.html">UnratedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.UnratedBrush.html#C1_WPF_Extended_C1Rating_UnratedBrush">UnratedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_ValueProperty" data-uid="C1.WPF.Extended.C1Rating.ValueProperty">
          <a class="xref" href="C1.WPF.Extended.C1Rating.ValueProperty.html">ValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1Rating.Value.html#C1_WPF_Extended_C1Rating_Value">Value</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_AnimationFactory" data-uid="C1.WPF.Extended.C1Rating.AnimationFactory">
          <a class="xref" href="C1.WPF.Extended.C1Rating.AnimationFactory.html#C1_WPF_Extended_C1Rating_AnimationFactory">AnimationFactory</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set custom animation Factory</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_AnimationMode" data-uid="C1.WPF.Extended.C1Rating.AnimationMode">
          <a class="xref" href="C1.WPF.Extended.C1Rating.AnimationMode.html#C1_WPF_Extended_C1Rating_AnimationMode">AnimationMode</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the animation mode of the Rating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_AnimationOrigin" data-uid="C1.WPF.Extended.C1Rating.AnimationOrigin">
          <a class="xref" href="C1.WPF.Extended.C1Rating.AnimationOrigin.html#C1_WPF_Extended_C1Rating_AnimationOrigin">AnimationOrigin</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the animation origin of the Rating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_AnimationType" data-uid="C1.WPF.Extended.C1Rating.AnimationType">
          <a class="xref" href="C1.WPF.Extended.C1Rating.AnimationType.html#C1_WPF_Extended_C1Rating_AnimationType">AnimationType</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the animation type of the Rating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_AutoGeneratedItemsCount" data-uid="C1.WPF.Extended.C1Rating.AutoGeneratedItemsCount">
          <a class="xref" href="C1.WPF.Extended.C1Rating.AutoGeneratedItemsCount.html#C1_WPF_Extended_C1Rating_AutoGeneratedItemsCount">AutoGeneratedItemsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets  the auto generated items count.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_HoveredBrush" data-uid="C1.WPF.Extended.C1Rating.HoveredBrush">
          <a class="xref" href="C1.WPF.Extended.C1Rating.HoveredBrush.html#C1_WPF_Extended_C1Rating_HoveredBrush">HoveredBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set background brush in a hovered state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_IsReadOnly" data-uid="C1.WPF.Extended.C1Rating.IsReadOnly">
          <a class="xref" href="C1.WPF.Extended.C1Rating.IsReadOnly.html#C1_WPF_Extended_C1Rating_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set IsReadOnly property of C1Rating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_Orientation" data-uid="C1.WPF.Extended.C1Rating.Orientation">
          <a class="xref" href="C1.WPF.Extended.C1Rating.Orientation.html#C1_WPF_Extended_C1Rating_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the dimension by which child elements are stacked</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_RatedBrush" data-uid="C1.WPF.Extended.C1Rating.RatedBrush">
          <a class="xref" href="C1.WPF.Extended.C1Rating.RatedBrush.html#C1_WPF_Extended_C1Rating_RatedBrush">RatedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set background brush in a rated state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_RatingMode" data-uid="C1.WPF.Extended.C1Rating.RatingMode">
          <a class="xref" href="C1.WPF.Extended.C1Rating.RatingMode.html#C1_WPF_Extended_C1Rating_RatingMode">RatingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the behavior of rating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_RatingPrecision" data-uid="C1.WPF.Extended.C1Rating.RatingPrecision">
          <a class="xref" href="C1.WPF.Extended.C1Rating.RatingPrecision.html#C1_WPF_Extended_C1Rating_RatingPrecision">RatingPrecision</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the rating precision of the Rating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_ShowToolTip" data-uid="C1.WPF.Extended.C1Rating.ShowToolTip">
          <a class="xref" href="C1.WPF.Extended.C1Rating.ShowToolTip.html#C1_WPF_Extended_C1Rating_ShowToolTip">ShowToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the control should display tooltips for individual items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_ToolTipPlacement" data-uid="C1.WPF.Extended.C1Rating.ToolTipPlacement">
          <a class="xref" href="C1.WPF.Extended.C1Rating.ToolTipPlacement.html#C1_WPF_Extended_C1Rating_ToolTipPlacement">ToolTipPlacement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip placement.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_ToolTipTemplate" data-uid="C1.WPF.Extended.C1Rating.ToolTipTemplate">
          <a class="xref" href="C1.WPF.Extended.C1Rating.ToolTipTemplate.html#C1_WPF_Extended_C1Rating_ToolTipTemplate">ToolTipTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data template used to display the tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_UnratedBrush" data-uid="C1.WPF.Extended.C1Rating.UnratedBrush">
          <a class="xref" href="C1.WPF.Extended.C1Rating.UnratedBrush.html#C1_WPF_Extended_C1Rating_UnratedBrush">UnratedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set background brush in an unrated state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_Value" data-uid="C1.WPF.Extended.C1Rating.Value">
          <a class="xref" href="C1.WPF.Extended.C1Rating.Value.html#C1_WPF_Extended_C1Rating_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rated value of rating control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_ClearContainerForItemOverride_System_Windows_DependencyObject_System_Object_" data-uid="C1.WPF.Extended.C1Rating.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
          <a class="xref" href="C1.WPF.Extended.C1Rating.ClearContainerForItemOverride.html#C1_WPF_Extended_C1Rating_ClearContainerForItemOverride_System_Windows_DependencyObject_System_Object_">ClearContainerForItemOverride(DependencyObject, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_GetContainerForItemOverride" data-uid="C1.WPF.Extended.C1Rating.GetContainerForItemOverride">
          <a class="xref" href="C1.WPF.Extended.C1Rating.GetContainerForItemOverride.html#C1_WPF_Extended_C1Rating_GetContainerForItemOverride">GetContainerForItemOverride()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates or identifies the element that is used to display the given item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_IsItemItsOwnContainerOverride_System_Object_" data-uid="C1.WPF.Extended.C1Rating.IsItemItsOwnContainerOverride(System.Object)">
          <a class="xref" href="C1.WPF.Extended.C1Rating.IsItemItsOwnContainerOverride.html#C1_WPF_Extended_C1Rating_IsItemItsOwnContainerOverride_System_Object_">IsItemItsOwnContainerOverride(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the specified item is (or is eligible to be) its own container.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.Extended.C1Rating.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Extended.C1Rating.MeasureOverride.html#C1_WPF_Extended_C1Rating_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_OnApplyTemplate" data-uid="C1.WPF.Extended.C1Rating.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Extended.C1Rating.OnApplyTemplate.html#C1_WPF_Extended_C1Rating_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.Extended.C1Rating.html">C1Rating</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_" data-uid="C1.WPF.Extended.C1Rating.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
          <a class="xref" href="C1.WPF.Extended.C1Rating.PrepareContainerForItemOverride.html#C1_WPF_Extended_C1Rating_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_">PrepareContainerForItemOverride(DependencyObject, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Prepares the specified element to display the specified item.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_ItemClick" data-uid="C1.WPF.Extended.C1Rating.ItemClick">
          <a class="xref" href="C1.WPF.Extended.C1Rating.ItemClick.html">ItemClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.WPF.Extended.C1RatingItem.html">C1RatingItem</a> is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1Rating_ValueChanged" data-uid="C1.WPF.Extended.C1Rating.ValueChanged">
          <a class="xref" href="C1.WPF.Extended.C1Rating.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.WPF.Extended.C1Rating.html">C1Rating</a> value is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
