Try It Yourself
Explore hands-on modifications in a .NET MAUI project to understand how animations, drawing objects, element alignment, styling, and dynamic theme changes affect your cross-platform app's UI and structure.
The interactive playground at the end of the lesson contains a .NET MAUI project that was set up with all the graphical elements covered in this chapter. We can apply the following modifications to it and see how they affect the structure of the compiled application:
Applying
SolidColorBrush.Making relative animation absolute.
Drawing a different object on canvas.
Changing element alignment.
Applying element styling.
Applying theme changes. ...