set => SetValue(FileNameProperty, value);
Exemplo n.º 2
0
 get => (string)GetValue(FileNameProperty); set => SetValue(FileNameProperty, value);
 set => this.SetValue(FileNameProperty, value);