Style for eclipse not working
- by KentZhou
I create a style in resource dictionary file as below for silverlight app:
<Style x:Key="YesStyle" TargetType="Ellipse">
<Setter Property="Stroke" Value="Black"/>
<Setter Property="Height" Value="14"/>
<Setter Property="Width" Value="14"/>
<Setter Property="HorizontalAlignment" Value="Left"/>
…