Clyde Eisenbeis

Clyde Eisenbeis

  • 1.3k
  • 85
  • 14.6k

How do I change the background of a TextBox?

Dec 8 2024 3:46 PM

XAML

<TextBox  x:Name="gTBxComment" 
          Background="#ffffcc"
          />

XAML.CS

gTBxComment.Background = ???

How do I change the background of a TextBox to another color?


Answers (2)