Binding and style doesn't work for Win8?

前端 未结 2 1054
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-16 05:17

I derived from a TextBox and called it MyTextBox. On my LayoutAwarePage I created 2 SolidColorBrush props: MyBackground and MyBorder. In the Xaml of that page I wrote a Reso

2条回答
  •  深忆病人
    2021-01-16 05:55

    
            
                
            
        
    

    Try this

    And inside App.xaml do

    And create a file called standard styles inside your common dir and declare your brushes there (you can actually declare everything there

提交回复
热议问题