Creating the MainView or ViewModel class. We are going to use WPF XAML to create a simple Vector Graphics application using MVVM (that is Model View ViewModel) design pattern. Let's get to this! We'll implement ICommand, IValueConverter, and of course INotifyPropertyChanged to support MVVM.