Hello World! I'm talking the ambient properties of the form in C#. I have a new project's In my properties window, I'm going to click the ellipsis (…) next to Font. That opens the font dialogue window and I'm going to select something interesting for my font. Okay, and I'm also going to pick a color for the fore color and pick a nice purple color. And you don't see any changes to the form, but when I add some controls, like a button, the font and color will be the colors that I selected for the form and that will work for the button, and a label, and a text box. a list box or a combo box. so let's add just a few things to that, oh, we don't have to, you can see that. And when we run our program You see that the form has a nice consistent look to it. And this is a text box it doesn't have that color, but remember a text box is for the user to type in. and for iput, it's not for displaying information. So, that's the ambient properties of the form. And that's it for now.