0

WPF コードビハインドでSystem.Windows.SystemColors.WindowTextBrushKeyから赤、黒などの色名を取得する方法はありますか?

       string color = "Black";
       if (System.Windows.SystemParameters.HighContrast)
       {                    
          color = System.Windows.SystemColors.WindowTextBrushKey; // I want to get color from this value
       }
4

1 に答える 1