#region - 用于绑定ViewModel部分 - public ICommand Command { get { return (ICommand)GetValue(CommandProperty); } set { SetValue(CommandProperty, value); } } // Using a DependencyProperty as the backing store for MyProperty. This enables animation, styling,…