After adding controls, the next step is to change its properties.
Each control has several properties that can transform the way it looks.
For instance, you can alter the button’s text, size, and color using these properties. And there are two alternatives for changing properties, that includes:
Using the properties panel #
- Select the control you want to change the properties of.
- A PROPERTIES panel will display on the right side with the list of all properties grouped by section.
- Expand the property you want to add, make the settings, and it’s done.
Click the image to enlarge it
Using the XAML Panel #
- Navigate to the XAML panel placed below the designer window.
- Find the XAML definition of control you want to change the properties of.
- Change the properties by adding the respective XAML definition of it.
Click the image to enlarge it