コード例 #1
0
 static HyperlinkButton()
 {
     ForegroundProperty.AddOwner(typeof(HyperlinkButton), new PropertyMetadata(new SolidColorBrush(AppercodeColors.Blue)));
 }
コード例 #2
0
 static ProgressRing()
 {
     ForegroundProperty.AddOwner(typeof(ProgressRing), new PropertyMetadata(new SolidColorBrush(AppercodeColors.White)));
 }