The sample code for this chapter contains this solution:
- Shapes (Canvas, Ellipse, Path)
- Geometries (PathGeometry, GeometryGroup, PathFigure, Path, BezierSegment...)
- Transformations (ScaleTransform, TranslateTransform, RotateTransform, SkewTransform, TransformGroup, MatrixTransform)
- Brushes (SolidColorBrush, LinearGradientBrush, ImageBrush, AcrylicBrush, ButtonRevealStyle)
- StylesAndResources (Style, StaticResource)
- ResourcesLib (library with resources, ResourceDictionary, ThemeDictionaries)
- Animation (Timeline, easing functions)
- Transitions (EntranceThemeTransition, RepositionThemeTransition..)
- VisualStates (VisualStateManager)
All the samples of this chapter need Windows 10 and Visual Studio 2017.
To build and run the Windows 10 samples, please install:
- Visual Studio 2017 Update 5 with the .NET Core workload Universal Windows Platform Development.
For code comments and issues please check Professional C#'s GitHub Repository
Please check my blog csharp.christiannagel.com for additional information for topics covered in the book.
Thank you!