私はWPFに取り組んでいます。背景を変更したい---テキストボックスの色( txtStatus.Background= white)ですが、エラーが発生しています。ここに私のコードは次のとおりです。
public Window2()
{
InitializeComponent();
txtStatus.Text = "Current Operation: NULL";
txtStatus.Background= white
}