Clyde Eisenbeis

Clyde Eisenbeis

  • 1.6k
  • 89
  • 16k

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)