timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

Change the gray color of Rating control in callisto Library for UWP version #260

Open hellodear opened 6 years ago

hellodear commented 6 years ago

Hi,

I am using callisto for adding Rating control having 5 stars in it. I want to have yellow color when pointer is hovered, and after clicking it should be yellow only. I have achieved this using:

But when rating control is seen first on screen, stars have gray color filled in them. I want it to be: stars having black border with white filled in it.

Can I do this somehow changing some style etc?