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

How to decrease height and width of rating control #169

Closed rohit499 closed 11 years ago

rohit499 commented 11 years ago

How to decrease height and width of stars in rating control

as when i do it with height and width it does not decrease height and width of full control but i want that if i decrease height and width of rating control relatively stars height and width get adjusted

dotMorten commented 11 years ago

Can't you just put a ViewBox around it, then instead set the desired size on the ViewBox?

andrejt commented 11 years ago

Change font size?

rohit499 commented 11 years ago

Thanks andrejt and dotMortem for a quick reply....

i tried second one and it is working

timheuer commented 11 years ago

Do you want to change the size of the stars? FontSize should do that (odd I know, but that is how it is mapped)