set => this.SetValue(SelectedObjectProperty, value);
示例#2
0
 get => GetValue(SelectedObjectProperty); set => SetValue(SelectedObjectProperty, value);