Beispiel #1
0
 set => SetValue(ImagePathProperty, value);
Beispiel #2
0
 get => (ImageSource)GetValue(ImagePathProperty); set => SetValue(ImagePathProperty, value);