Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかの文字列を含むラベルがあり、それらの文字列の 1 つを色を変更したいと考えています。
これは私が試したことです:
private string state = string.Empty; state = System.Drawing.Color.Blue.ToString();
しかし、それはまだ同じ色のままでした