set => SetValue(FileNameProperty, value);
Beispiel #2
0
 get => (string)GetValue(FileNameProperty); set => SetValue(FileNameProperty, value);
 set => this.SetValue(FileNameProperty, value);