Skip to content
Tim Heuer edited this page Nov 9, 2012 · 3 revisions

Rating

What it is

Rating enables you to have a number-scale rating UI to your app. This is comprised of several glyphs (default 5) that are based on the Segoe UI Symbol font (ideally) to use as the rating scale. The default colors/functionality match as best we could to the Windows UI guidelines.

Example Usage

Declarative:

<callisto:Rating ItemCount="5" Value="2.7" />

Declarative (changing the glyph):

<callisto:Rating x:Name="HeartRating" ItemCount="5" Value="2" Tag="&#xE0A5;" />

Example UI

Rating from Callisto

Known Issues

  • Some minor state change issues during hover.
  • There is some default left margin (12px) that may be undesirable. Set the Margin property on Rating to 0 to remove.