标签: xaml uwp
我在xaml中添加了一个评级控件,但我不知道如何设置它的宽度和高度,它已经具有width和height属性,但实际上它设置了它周围边框的宽度和高度。
<RatingControl x:Name="rating control" width="200" height="200"> <SolidColorBrush x:Key="RatingControlSelectedForeground" Color="Red" /> </RatingControl>