set => SetValue(FileNameProperty, value);
Пример #2
0
 get => (string)GetValue(FileNameProperty); set => SetValue(FileNameProperty, value);
 set => this.SetValue(FileNameProperty, value);